Loan APR
loan-aprEffective APR including upfront fees: the note-rate payment priced against the net proceeds (amount - fees). Annual percent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fees | No | Optional. Upfront fees / points in currency (default 0). | |
| amount | Yes | Loan amount. | |
| ratePct | Yes | Note (nominal) annual rate in percent. | |
| termMonths | Yes | Term in months. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aprPct | No | Effective APR, percent (null if degenerate). |