Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
rateAdjustmentId |
The rate adjustment identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The rate adjustment, if it exists.
Pico.RateAdjustmentName | Description | Type | Additional information |
---|---|---|---|
affectedValue |
Gets or sets the affected value. |
string |
None. |
amount |
Gets or sets the amount. |
decimal number |
None. |
endDate |
Gets or sets the end date. |
date |
None. |
escrowWaiver |
Gets or sets a value indicating whether there is an escrow waiver. |
boolean |
None. |
exceptionDescription |
Gets or sets the exceptions description. |
string |
None. |
exceptions |
Gets or sets the exceptions. |
string |
None. |
isOverride |
Gets or sets a value indicating whether this is override. |
boolean |
None. |
loanPurpose |
Gets or sets the loan purpose. |
string |
None. |
lockPeriod |
Gets or sets the lock period. |
integer |
None. |
maxCLTV |
Gets or sets the maximum CLTV. |
decimal number |
None. |
maxCreditScore |
Gets or sets the maximum credit score. |
integer |
None. |
maxHCLTV |
Gets or sets the maximum HCLTV. |
decimal number |
None. |
maxLoanAmount |
Gets or sets the maximum loan amount. |
decimal number |
None. |
maxLTV |
Gets or sets the maximum LTV. |
decimal number |
None. |
maxUnits |
Gets or sets the maximum units. |
integer |
None. |
minCLTV |
Gets or sets the minimum CLTV. |
decimal number |
None. |
minCreditScore |
Gets or sets the minimum credit score. |
integer |
None. |
minHCLTV |
Gets or sets the minimum HCLTV. |
decimal number |
None. |
minLoanAmount |
Gets or sets the minimum loan amount. |
decimal number |
None. |
minLTV |
Gets or sets the minimum LTV. |
decimal number |
None. |
minUnits |
Gets or sets the minimum units. |
integer |
None. |
occupancyType |
Gets or sets the type of the occupancy. |
string |
None. |
startDate |
Gets or sets the start date. |
date |
None. |
state |
Gets or sets the state. |
string |
None. |
source |
Gets or sets the source. |
string |
None. |
loanProductGroup |
Gets or sets the loan product group identifier. |
integer |
None. |
organization |
Gets or sets the organization identifier. |
integer |
None. |
id |
Gets or sets the rate adjustment identifier. |
integer |
None. |
priceAdjustmentType |
Gets or sets the price adjustment type identifier. |
integer |
None. |
propertyType |
Gets or sets the property type identifier. |
integer |
None. |
specialFeature |
Gets or sets the special feature identifier. |
integer |
None. |
Response Formats
application/json, text/json
{ "affectedValue": "sample String 1", "amount": 2.0, "endDate": "2025-08-11T19:19:11.7369439Z", "escrowWaiver": true, "exceptionDescription": "sample String 4", "exceptions": "sample String 5", "isOverride": true, "loanPurpose": "sample String 7", "lockPeriod": 1, "maxCLTV": 1.0, "maxCreditScore": 1, "maxHCLTV": 1.0, "maxLoanAmount": 1.0, "maxLTV": 1.0, "maxUnits": 1, "minCLTV": 1.0, "minCreditScore": 1, "minHCLTV": 1.0, "minLoanAmount": 1.0, "minLTV": 1.0, "minUnits": 1, "occupancyType": "sample String 8", "startDate": "2025-08-11T19:19:11.7369439Z", "state": "sample String 9", "source": "sample String 10", "loanProductGroup": "11", "organization": "12", "id": "13", "priceAdjustmentType": "14", "propertyType": "1", "specialFeature": "1" }
text/html
{"affectedValue":"sample String 1","amount":2.0,"endDate":"2025-08-11T19:19:11.7369439Z","escrowWaiver":true,"exceptionDescription":"sample String 4","exceptions":"sample String 5","isOverride":true,"loanPurpose":"sample String 7","lockPeriod":1,"maxCLTV":1.0,"maxCreditScore":1,"maxHCLTV":1.0,"maxLoanAmount":1.0,"maxLTV":1.0,"maxUnits":1,"minCLTV":1.0,"minCreditScore":1,"minHCLTV":1.0,"minLoanAmount":1.0,"minLTV":1.0,"minUnits":1,"occupancyType":"sample String 8","startDate":"2025-08-11T19:19:11.7369439Z","state":"sample String 9","source":"sample String 10","loanProductGroup":"11","organization":"12","id":"13","priceAdjustmentType":"14","propertyType":"1","specialFeature":"1"}
application/xml, text/xml
<RateAdjustment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AffectedValue>sample String 1</AffectedValue> <Amount>2</Amount> <EndDate>2025-08-11T19:19:11.7369439Z</EndDate> <EscrowWaiver>true</EscrowWaiver> <ExceptionDescription>sample String 4</ExceptionDescription> <Exceptions>sample String 5</Exceptions> <IsOverride>true</IsOverride> <LoanPurpose>sample String 7</LoanPurpose> <LockPeriod>1</LockPeriod> <MaxCLTV>1</MaxCLTV> <MaxCreditScore>1</MaxCreditScore> <MaxHCLTV>1</MaxHCLTV> <MaxLoanAmount>1</MaxLoanAmount> <MaxLTV>1</MaxLTV> <MaxUnits>1</MaxUnits> <MinCLTV>1</MinCLTV> <MinCreditScore>1</MinCreditScore> <MinHCLTV>1</MinHCLTV> <MinLoanAmount>1</MinLoanAmount> <MinLTV>1</MinLTV> <MinUnits>1</MinUnits> <OccupancyType>sample String 8</OccupancyType> <StartDate>2025-08-11T19:19:11.7369439Z</StartDate> <State>sample String 9</State> <Source>sample String 10</Source> <LoanProductGroupId>11</LoanProductGroupId> <OrganizationId>12</OrganizationId> <RateAdjustmentId>13</RateAdjustmentId> <PriceAdjustmentTypeId>14</PriceAdjustmentTypeId> <PropertyTypeId>1</PropertyTypeId> <SpecialFeatureId>1</SpecialFeatureId> </RateAdjustment>