TreasuryInterestExpenseRecord(TreasuryInterestExpenseRecord)
One LEAF interest-expense row - a component, never a total. Rows split by
expense_catg_desc (INTEREST EXPENSE ON PUBLIC ISSUES vs GOVT ACCOUNT SERIES),
then by expense_group_desc (accrual basis) and expense_type_desc (security).
Do not sum rows to get a total: read the fytd_total_* fields. fytd_expense_amt
is fiscal-year-to-date and cumulative, so also never sum across record_dates.
{
"record_date": "string",
"expense_catg_desc": "string",
"expense_group_desc": "string",
"expense_type_desc": "string",
"month_expense_amt": "string",
"fytd_expense_amt": "string"
}