Package org.drip.market.otc
Class SwapOptionSettlementContainer
java.lang.Object
org.drip.market.otc.SwapOptionSettlementContainer
public class SwapOptionSettlementContainer
extends java.lang.Object
SwapOptionSettlementContainer holds the Settlement Settings of the standard Option on an OTC Fix-
Float Swap Contract.
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description SwapOptionSettlementContainer() -
Method Summary
Modifier and Type Method Description static SwapOptionSettlementConventionFromJurisdiction(java.lang.String strJurisdictionName)Retrieve the Swap Option Settlement Convention for the specified Jurisdictionstatic booleanInit()Initialize the Swap Option Settlement Conventions Container with the pre-set Swap Option Settlement ConventionsMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SwapOptionSettlementContainer
public SwapOptionSettlementContainer()
-
-
Method Details
-
Init
public static final boolean Init()Initialize the Swap Option Settlement Conventions Container with the pre-set Swap Option Settlement Conventions- Returns:
- TRUE - The Swap Option Settlement Conventions Container successfully initialized with the pre-set Swap Option Settlement Conventions
-
ConventionFromJurisdiction
public static final SwapOptionSettlement ConventionFromJurisdiction(java.lang.String strJurisdictionName)Retrieve the Swap Option Settlement Convention for the specified Jurisdiction- Parameters:
strJurisdictionName- The Jurisdiction Name- Returns:
- The Swap Option Settlement Convention
-