Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of ARM terms.

Collection of Nano.ARMTerm
NameDescriptionTypeAdditional 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"
    ]
  },
  {
    "fixedPeriod": 1,
    "adjustmentPeriod": 2,
    "id": "3",
    "loanProductSpecialFeatures": [
      "1",
      "2"
    ]
  }
]

text/html

Sample:
[{"fixedPeriod":1,"adjustmentPeriod":2,"id":"3","loanProductSpecialFeatures":["1","2"]},{"fixedPeriod":1,"adjustmentPeriod":2,"id":"3","loanProductSpecialFeatures":["1","2"]}]

application/vnd.api+json

Sample:

Sample not available.