Contract.BenefitLoanImportRequest

Name / Description Type / Format Example
numberOfJointBorrowers integer int32 0
loanMade
Date when the loan started
string date "2025-07-19"
loanDischarged
Date when the loan ended
string date "2025-07-19"
startingBalance
Loan amount at the start of the year
number double 0.0
closingBalance
Loan amount at the end of the year
number double 0.0
maxBalanceInYear
Highest loan balance during the year
number double 0.0
interestPaid
Interest amount paid by the employee
number double 0.0
{
  "numberOfJointBorrowers": 0,
  "loanMade": "2025-07-19",
  "loanDischarged": "2025-07-19",
  "startingBalance": 0.0,
  "closingBalance": 0.0,
  "maxBalanceInYear": 0.0,
  "interestPaid": 0.0
}
Contained in Models
Contract.BenefitImportRequest
Consumed by Operations

- none -

Returned by Operations

- none -