> ## 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.

# close, fx, labels, tax codes, and events

> Run close operations, maintain tax settings, manage labels, and review audit events.

# close, fx, labels, tax codes, and events

This section groups the CLI commands used for close, tax setup, and auditability.

## close and 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

```bash theme={null}
lim labels list
lim labels create --type tag --name "R&D"
lim labels update <id> --name "Research"
```

## tax-codes

```bash theme={null}
lim tax-codes list
lim tax-codes create --code T10 --name "10% taxable" --rate 0.10 --taxType taxable --category purchase
```

## events

```bash theme={null}
lim events list
lim events list --entityType journal_entry --limit 20
lim events list --actorType user
```
