public class SingleStreamOptionBuilder
extends java.lang.Object
| Constructor and Description |
|---|
SingleStreamOptionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static FRAStandardCapFloorlet |
ExchangeTradedFuturesOption(JulianDate dtEffective,
ForwardLabel forwardLabel,
double dblStrike,
java.lang.String strManifestMeasure,
boolean bIsCaplet,
java.lang.String strTradingMode,
java.lang.String strExchange)
Create an Exchange-traded Standard Futures Option
|
static FRAStandardCapFloorlet |
FuturesOption(JulianDate dtEffective,
ForwardLabel forwardLabel,
double dblStrike,
java.lang.String strManifestMeasure,
boolean bIsCaplet,
CashSettleParams csp)
Create a Standard Futures Option
|
public static final FRAStandardCapFloorlet FuturesOption(JulianDate dtEffective, ForwardLabel forwardLabel, double dblStrike, java.lang.String strManifestMeasure, boolean bIsCaplet, CashSettleParams csp)
dtEffective - Effective dateforwardLabel - The Forward LabeldblStrike - The Option StrikestrManifestMeasure - Measure of the Underlying ComponentbIsCaplet - Is the Futures Option a Caplet? TRUE - YEScsp - Cash Settle Parameterspublic static final FRAStandardCapFloorlet ExchangeTradedFuturesOption(JulianDate dtEffective, ForwardLabel forwardLabel, double dblStrike, java.lang.String strManifestMeasure, boolean bIsCaplet, java.lang.String strTradingMode, java.lang.String strExchange)
dtEffective - Effective dateforwardLabel - The Forward LabeldblStrike - The Option StrikestrManifestMeasure - Measure of the Underlying ComponentbIsCaplet - Is the Futures Option a Caplet? TRUE - YESstrTradingMode - The Trading ModestrExchange - The Exchange