Package org.drip.market.issue
Class TreasurySettingContainer
java.lang.Object
org.drip.market.issue.TreasurySettingContainer
public class TreasurySettingContainer
extends java.lang.Object
TreasurySettingContainer contains the Parameters related to the Jurisdiction-specific Treasuries.
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description TreasurySettingContainer()
-
Method Summary
Modifier and Type Method Description static java.lang.String
CurrencyBenchmarkCode(java.lang.String strCurrency)
Retrieve the Benchmark Treasury Code for the specified Currencystatic boolean
Init()
Initialize the Treasury Settings Containerstatic TreasurySetting
TreasurySetting(java.lang.String strTreasuryCode)
Retrieve the Treasury Settings corresponding to the CodeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TreasurySettingContainer
public TreasurySettingContainer()
-
-
Method Details
-
Init
public static final boolean Init()Initialize the Treasury Settings Container- Returns:
- TRUE - Initialization Successful
-
TreasurySetting
Retrieve the Treasury Settings corresponding to the Code- Parameters:
strTreasuryCode
- The Treasury Code- Returns:
- The Settings that correspond to the Code
-
CurrencyBenchmarkCode
public static final java.lang.String CurrencyBenchmarkCode(java.lang.String strCurrency)Retrieve the Benchmark Treasury Code for the specified Currency- Parameters:
strCurrency
- The Currency- Returns:
- The Benchmark Treasury Code
-