BenefitDetailsLoan

Name / Description Type / Format Example
numberOfJointBorrowers integer int32 0
loanMade string date "2024-03-19"
loanDischarged string date "2024-03-19"
startingBalance number double 0.0
closingBalance number double 0.0
maxBalanceInYear number double 0.0
interestPaid number double 0.0
cashEquivalent number double 0.0
fullTaxMonths integer int32 0
monthlyValue number double 0.0
officialInterest number double 0.0
{
  "numberOfJointBorrowers": 0,
  "loanMade": "2024-03-19",
  "loanDischarged": "2024-03-19",
  "startingBalance": 0.0,
  "closingBalance": 0.0,
  "maxBalanceInYear": 0.0,
  "interestPaid": 0.0,
  "cashEquivalent": 0.0,
  "fullTaxMonths": 0,
  "monthlyValue": 0.0,
  "officialInterest": 0.0
}
Contained in Models
Benefit
Consumed by Operations

- none -

Returned by Operations

- none -