Record cost entry
record_costRecord SMSF holding costs (e.g., insurance, rates, fees) directly to the cost ledger, marking tax deductible items for accurate tax calculations.
Instructions
Record a holding-level cost/expense for the SMSF — e.g. property rates, insurance, management fees, registry fees. Writes directly to the holding's cost ledger (costs are low-risk records, unlike trades/income which go through proposals). Mark tax_deductible appropriately — it feeds the fund's true-return and tax calculations. Amounts in AUD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| amount | Yes | Cost amount in AUD | |
| fund_id | Yes | Fund ID (discover via whoami or list_funds) | |
| cost_type | Yes | Cost category, e.g. "insurance", "rates", "management_fee", "accounting", "other" | |
| holding_id | Yes | Holding the cost belongs to (find via list_holdings) | |
| description | No | What the cost was for | |
| date_incurred | Yes | Date the cost was incurred as an ISO date, e.g. "2026-05-30" | |
| tax_deductible | No | Whether the cost is tax deductible for the SMSF |