Skip to content

Getting the calculated percentage for a specific day

GET

This method calculates the daily amount of accrued interest on the current date based on the terms of the contract active on the current date.

A Money object is returned in response.

Note:

  • The calculated interest for that day is returned, excluding possible limit restrictions for short-term loans.

  • The calculation takes place only within the contract schedule. Those. if the specified date is later than the date of the last tranche, the calculation will return zero.

Added in 2.0.0-29 release.

In release 2.0.0-33, the calculation of interest after the end of the loan term has been added

Parameters

Path Parameters

contractId*

Contract ID

Type
integer
Required
Format
"int64"
date*

Date in YYYY-MM-DD format for which interest is calculated

Type
string
Required
Format
"date"

Query Parameters

out-balance

out-balance

Type
boolean
Default
false

Responses

OK

*/*
object
object

Calculated interest in foreign currency

Format"double"

Calculated interest in national currency

Format"double"
Valid values"error""ok"
Format"int64"