public interface SalesFwdQuote extends FwdQuote, SalesSpotQuote
A forward quote, which is comprised of one or more of a bid rate, ask rate and mid rate.
To create a SalesFwdQuote use the SalesFwdQuoteBuilder
by
calling the SalesFwdQuoteBuilder.create()
method.
Note that instances of this class are only valid as a stand-alone quote. If you want to create a forward
quote to represent one of the legs in a swap, then you must create an instance of SalesSwapFwdQuote
the SalesSwapFwdQuoteBuilder
.
Modifier and Type | Method and Description |
---|---|
String |
getDefaultFwdAskMargin()
The default margin to be applied to the Spot Ask Rate
|
String |
getDefaultFwdBidMargin()
The default margin to be applied to the Spot Bid Rate
|
String |
getTraderAllInAskRate() |
String |
getTraderAllInBidRate() |
String |
getTraderFwdAskPoints() |
String |
getTraderFwdBidPoints() |
getDefaultSpotAskMargin, getDefaultSpotBidMargin, getProfitAskRate, getProfitBidRate, getProfitCurrency, getProfitCurrencyDPS, getTraderSpotAskRate, getTraderSpotBidRate
addField, getAskPips, getAskQuoteID, getAskRate, getBidPips, getBidQuoteID, getBidRate, getMidQuoteID, getMidRate, getNumberOfFractionalPoints, getPrecision, getRiskDate, getRiskTenor, getSettlementDate, getTenor, setMidRate
getQuoteFields
String getTraderAllInBidRate()
String getTraderFwdBidPoints()
String getTraderAllInAskRate()
String getTraderFwdAskPoints()
String getDefaultFwdBidMargin()
String getDefaultFwdAskMargin()
Copyright © 2015 Caplin Systems.