public class IBORFixedFloatContainer
extends java.lang.Object
Constructor and Description |
---|
IBORFixedFloatContainer() |
Modifier and Type | Method and Description |
---|---|
static FixedFloatSwapConvention |
ConventionFromJurisdiction(java.lang.String strJurisdictionName)
Retrieve the Fix-Float Convention for the specified Jurisdiction
|
static FixedFloatSwapConvention |
ConventionFromJurisdiction(java.lang.String strJurisdictionName,
java.lang.String strLocation,
java.lang.String strMaturityTenor,
java.lang.String strIndexName)
Retrieve the Fix-Float Convention for the specified Jurisdiction for the specified Index, Location,
and Maturity Tenor
|
static FixedFloatSwapConvention |
ConventionFromJurisdictionIndex(java.lang.String strJurisdictionName,
java.lang.String strIndexName)
Retrieve the Fix-Float Convention for the specified Jurisdiction for the specified Index
|
static FixedFloatSwapConvention |
ConventionFromJurisdictionLocation(java.lang.String strJurisdictionName,
java.lang.String strLocation)
Retrieve the Fix-Float Convention for the specified Jurisdiction for the specified Location
|
static FixedFloatSwapConvention |
ConventionFromJurisdictionMaturity(java.lang.String strJurisdictionName,
java.lang.String strMaturityTenor)
Retrieve the Fix-Float Convention for the specified Jurisdiction for the specified Maturity Tenor
|
static boolean |
Init()
Initialize the Fix-Float Conventions Container with the pre-set Fix-Float Contracts
|
public static final boolean Init()
public static final FixedFloatSwapConvention ConventionFromJurisdiction(java.lang.String strJurisdictionName)
strJurisdictionName
- The Jurisdiction Namepublic static final FixedFloatSwapConvention ConventionFromJurisdictionMaturity(java.lang.String strJurisdictionName, java.lang.String strMaturityTenor)
strJurisdictionName
- The Jurisdiction NamestrMaturityTenor
- The Maturity Tenorpublic static final FixedFloatSwapConvention ConventionFromJurisdictionLocation(java.lang.String strJurisdictionName, java.lang.String strLocation)
strJurisdictionName
- The Jurisdiction NamestrLocation
- The Locationpublic static final FixedFloatSwapConvention ConventionFromJurisdictionIndex(java.lang.String strJurisdictionName, java.lang.String strIndexName)
strJurisdictionName
- The Jurisdiction NamestrIndexName
- The Index Namepublic static final FixedFloatSwapConvention ConventionFromJurisdiction(java.lang.String strJurisdictionName, java.lang.String strLocation, java.lang.String strMaturityTenor, java.lang.String strIndexName)
strJurisdictionName
- The Jurisdiction NamestrLocation
- The LocationstrMaturityTenor
- Maturity TenorstrIndexName
- The Index Name