Add loan
add_loanA loan you took (borrowed) or money you lent. EMI loans need term_months (the EMI is computed if omitted); pay-as-you-go loans don't.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emi | No | Override the computed instalment with the bank's figure | |
| kind | No | ||
| name | Yes | ||
| note | No | ||
| currency | Yes | ||
| schedule | No | Default: emi when term_months is given, else flexible | |
| direction | Yes | ||
| principal | Yes | ||
| start_date | No | ||
| payment_day | No | Default 1 | |
| term_months | No | ||
| counterparty | No | Lender or borrower | |
| linked_account_id | No | Where repayments go from / arrive in | |
| annual_rate_percent | No | Default 0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||