> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uselim.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 締め処理と内部統制

> 月次・年次締め、為替評価、税コード、ラベル、イベント監査を扱う CLI コマンド。

# 締め処理と内部統制

## close / reopen

```bash theme={null}
lim close month 2026-02
lim close month 2026-02 --check
lim close year 2025
lim reopen 2026-02
```

## fx

```bash theme={null}
lim fx rate --currency USD --date 2026-03-31 --rate 149.25
lim fx revalue --asOf 2026-03-31
```

## labels / tax-codes / events

```bash theme={null}
lim labels list
lim labels create --type tag --name "R&D"
lim tax-codes list
lim tax-codes create --code T10 --name "10% taxable" --rate 0.10 --taxType taxable --category purchase
lim events list
```
