Retrieve a rate option with WSO ID of {facilityRateOptionId} for facility with a WSO ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
facilityRateOptionId
WSO ID of rate option
integer
Required
id
WSO ID of facility
integer
Required
AALSpread
The AAL spread of the facility option.
decimal number
BaseRateRoundingPrecision
The precision to which the base rate should be rounded.
decimal number
DateOffset
The number of days to offset the Effective Date passed to GetBaseRate.
integer
FirstPay
The default first payment date of this facility option.
date
Frequency
The default payment frequency associated with this facility option (4 for quarterly, 12 for monthly).
integer
Id
The id of the Facility Option. This is for internal use only
integer
IsBaseRateObservationShiftEnabled
Gets or sets a flag indicating whether or not base rate observation shift is enabled for this facility option.
boolean
IsBaseRateRoundingEnabled
A flag indicating whether or not base rate rounding is enabled for this facility option.
boolean
RateOptionName
The name of the facility option.
string
SkimInterestEnabled
SkimInterest feature of facility option.
boolean
Spread
The spread, rate, or fee rate of the facility option.
decimal number
{ "dateOffset": 1, "id": 3, "rateOptionName": "sample string 4", "firstPay": "2024-11-23T01:40:17.0530621-06:00", "frequency": 5, "monthCount": "ACT", "yearCount": "ACT", "spread": 6.1, "behavior": "LIBOR", "isBaseRateRoundingEnabled": true, "baseRateRoundingPrecision": 8.1, "baseRateRoundingDirection": "None", "isBaseRateObservationShiftEnabled": true, "baseRateInterestMethod": "Unassigned", "baseRateCompoundMethod": "Unassigned", "skimInterestEnabled": true, "aalSpread": 11.1, "links": [ { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" } ] }
<FacilityRateOption xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AALSpread>11.1</AALSpread> <BaseRateCompoundMethod>Unassigned</BaseRateCompoundMethod> <BaseRateInterestMethod>Unassigned</BaseRateInterestMethod> <BaseRateRoundingDirection>None</BaseRateRoundingDirection> <BaseRateRoundingPrecision>8.1</BaseRateRoundingPrecision> <Behavior>LIBOR</Behavior> <DateOffset>1</DateOffset> <FirstPay>2024-11-23T01:40:17.0530621-06:00</FirstPay> <Frequency>5</Frequency> <Id>3</Id> <IsBaseRateObservationShiftEnabled>true</IsBaseRateObservationShiftEnabled> <IsBaseRateRoundingEnabled>true</IsBaseRateRoundingEnabled> <Links> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> <MonthCount>ACT</MonthCount> <RateOptionName>sample string 4</RateOptionName> <SkimInterestEnabled>true</SkimInterestEnabled> <Spread>6.1</Spread> <YearCount>ACT</YearCount> </FacilityRateOption>