Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
historicalQualifyingTermId |
The historical qualifying term identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The historical loan term, if it exists.
Nano.HistoricalQualifyingTermName | Description | Type | Additional information |
---|---|---|---|
cltv |
Gets or sets the CLTV. |
decimal number |
None. |
hcltv |
Gets or sets the HCLTV. |
decimal number |
None. |
historicalLoanTerm |
Gets or sets the historical loan term. |
integer |
None. |
ltv |
Gets or sets the LTV. |
decimal number |
None. |
id |
Gets or sets the historical qualifying term identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "cltv": 1.0, "hcltv": 1.0, "historicalLoanTerm": "1", "ltv": 1.0, "id": "2" }
text/html
Sample:
{"cltv":1.0,"hcltv":1.0,"historicalLoanTerm":"1","ltv":1.0,"id":"2"}
application/xml, text/xml
Sample:
<HistoricalQualifyingTerm xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CLTV>1</CLTV> <HCLTV>1</HCLTV> <HistoricalLoanTermId>1</HistoricalLoanTermId> <LTV>1</LTV> <HistoricalQualifyingTermId>2</HistoricalQualifyingTermId> </HistoricalQualifyingTerm>
application/vnd.api+json
Sample:
Sample not available.