Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| armTermId |
The ARM term identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The ARM term.
Nano.ARMTerm| Name | Description | Type | Additional information |
|---|---|---|---|
| fixedPeriod |
Gets or sets the fixed period. |
integer |
None. |
| adjustmentPeriod |
Gets or sets the adjustment period. |
integer |
None. |
| id |
Gets or sets the ARM term identifier. |
integer |
None. |
| loanProductSpecialFeatures |
Gets or sets the loan product identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"fixedPeriod": 1,
"adjustmentPeriod": 2,
"id": "3",
"loanProductSpecialFeatures": [
"1",
"2"
]
}
text/html
Sample:
{"fixedPeriod":1,"adjustmentPeriod":2,"id":"3","loanProductSpecialFeatures":["1","2"]}
application/vnd.api+json
Sample:
Sample not available.