public class SwapOptionSettlement
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
SETTLEMENT_QUOTE_EXACT_CURVE
Swap Option Cash Settlement Quote Method - Exact Curve
|
static int |
SETTLEMENT_QUOTE_IRR
Swap Option Cash Settlement Quote Method - Internal Rate of Return
|
static int |
SETTLEMENT_TYPE_CASH_SETTLED
Swap Option Settlement Type - Cash Settled
|
static int |
SETTLEMENT_TYPE_PHYSICAL_DELIVERY
Swap Option Settlement Type - Physical Delivery
|
Constructor and Description |
---|
SwapOptionSettlement(int iSettlementType,
int iSettlementQuote)
SwapOptionSettlement Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
settlementQuote()
Retrieve the Settlement Quote
|
int |
settlementType()
Retrieve the Settlement Type
|
java.lang.String |
toString() |
public static final int SETTLEMENT_TYPE_CASH_SETTLED
public static final int SETTLEMENT_TYPE_PHYSICAL_DELIVERY
public static final int SETTLEMENT_QUOTE_IRR
public static final int SETTLEMENT_QUOTE_EXACT_CURVE
public SwapOptionSettlement(int iSettlementType, int iSettlementQuote) throws java.lang.Exception
iSettlementType
- Settlement TypeiSettlementQuote
- Settlement Quotejava.lang.Exception
- Thrown if the Inputs are Invalidpublic int settlementType()
public int settlementQuote()
public java.lang.String toString()
toString
in class java.lang.Object