Package org.drip.market.otc
Class SwapOptionSettlement
java.lang.Object
org.drip.market.otc.SwapOptionSettlement
public class SwapOptionSettlement
extends java.lang.Object
SwapOptionSettlement contains the details of the OTC Swap Option Settlements.
- Author:
- Lakshmi Krishnamurthy
-
Field Summary
Fields Modifier and Type Field Description static intSETTLEMENT_QUOTE_EXACT_CURVESwap Option Cash Settlement Quote Method - Exact Curvestatic intSETTLEMENT_QUOTE_IRRSwap Option Cash Settlement Quote Method - Internal Rate of Returnstatic intSETTLEMENT_TYPE_CASH_SETTLEDSwap Option Settlement Type - Cash Settledstatic intSETTLEMENT_TYPE_PHYSICAL_DELIVERYSwap Option Settlement Type - Physical Delivery -
Constructor Summary
Constructors Constructor Description SwapOptionSettlement(int iSettlementType, int iSettlementQuote)SwapOptionSettlement Constructor -
Method Summary
Modifier and Type Method Description intsettlementQuote()Retrieve the Settlement QuoteintsettlementType()Retrieve the Settlement Typejava.lang.StringtoString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
SETTLEMENT_TYPE_CASH_SETTLED
public static final int SETTLEMENT_TYPE_CASH_SETTLEDSwap Option Settlement Type - Cash Settled- See Also:
- Constant Field Values
-
SETTLEMENT_TYPE_PHYSICAL_DELIVERY
public static final int SETTLEMENT_TYPE_PHYSICAL_DELIVERYSwap Option Settlement Type - Physical Delivery- See Also:
- Constant Field Values
-
SETTLEMENT_QUOTE_IRR
public static final int SETTLEMENT_QUOTE_IRRSwap Option Cash Settlement Quote Method - Internal Rate of Return- See Also:
- Constant Field Values
-
SETTLEMENT_QUOTE_EXACT_CURVE
public static final int SETTLEMENT_QUOTE_EXACT_CURVESwap Option Cash Settlement Quote Method - Exact Curve- See Also:
- Constant Field Values
-
-
Constructor Details
-
SwapOptionSettlement
public SwapOptionSettlement(int iSettlementType, int iSettlementQuote) throws java.lang.ExceptionSwapOptionSettlement Constructor- Parameters:
iSettlementType- Settlement TypeiSettlementQuote- Settlement Quote- Throws:
java.lang.Exception- Thrown if the Inputs are Invalid
-
-
Method Details
-
settlementType
public int settlementType()Retrieve the Settlement Type- Returns:
- The Settlement Type
-
settlementQuote
public int settlementQuote()Retrieve the Settlement Quote- Returns:
- The Settlement Quote
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-