Calculation of the repayment schedule for the application
GET
The method calculates the repayment schedule for a loan application. Upon receipt of the estimated schedule for the loan application, the loan conditions are taken from the application
Parameters
Path Parameters
loanApplicationId*
ID of the loan application for which the repayment schedule is calculated. Is an address bar parameter
Type
Requiredinteger
Format
"int64"Query Parameters
date
Date in the YYYY-MM-DD format for which you want to calculate the repayment schedule. It is an additional parameter of the address bar
Type
string
Format
"date"Responses
OK
*/*
data
object
activeBefore
string
Until what date is the schedule valid?
Format
"date-time"amount
number
The total amount of the contract (but not payments. Payments = fixed assets + interest)
Format
"double"chargeIssueFee
boolean
Charge fees upon issue
creationDate
string
Unix timestamp chart creation / scheduling date in milliseconds
Format
"date-time"eachRepaymentFeeFree
boolean
id
integer
Contract payment schedule identifier
Format
"int64"issued
boolean
Issued Yes / No
specifiedRepaymentNorm
number
Redemption rate (target value)
Format
"double"tranches
object[]
Tranches
Expand
status
string
Valid values
"error""ok"timestamp
integer
Format
"int64"