public class CrossFloatConventionContainer
extends java.lang.Object
Constructor and Description |
---|
CrossFloatConventionContainer() |
Modifier and Type | Method and Description |
---|---|
static CrossFloatSwapConvention |
ConventionFromJurisdiction(java.lang.String strCurrency)
Retrieve the Cross-Currency Float-Float Convention Instance from the Jurisdiction Name
|
static CrossFloatSwapConvention |
ConventionFromJurisdiction(java.lang.String strReferenceCurrency,
java.lang.String strDerivedCurrency)
Retrieve the Cross-Currency Float-Float Convention Instance from the Reference/Derived Jurisdiction
Names
|
static boolean |
Init()
Initialize the Cross-Currency Float-Float Conventions Container with the pre-set Floating Stream
Contracts
|
public static final boolean Init()
public static final CrossFloatSwapConvention ConventionFromJurisdiction(java.lang.String strCurrency)
strCurrency
- The Jurisdiction Namepublic static final CrossFloatSwapConvention ConventionFromJurisdiction(java.lang.String strReferenceCurrency, java.lang.String strDerivedCurrency)
strReferenceCurrency
- The Reference Jurisdiction NamestrDerivedCurrency
- The Derived Jurisdiction Name