Compliance certificate
compliance_certificateGenerate a markdown covenant compliance certificate for a reporting period. Computes financial metrics, evaluates loan covenants, and produces a signable lender certificate in a single call.
Instructions
Generate a full markdown covenant compliance certificate for a period. End-to-end: computes metrics, evaluates covenants, and renders the signable lender certificate in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | Covenant config (account_map, annual_debt_service, covenants). Defaults to the bundled sample config. | |
| period | Yes | Reporting period label, e.g. "Q2 2026". | |
| trial_balance | Yes | Section balances (revenue/expenses/assets/liabilities/equity), each mapping account name -> netted balance, as returned by parse_trial_balance. |