public class CrossFloatStreamConvention
extends java.lang.Object
| Constructor and Description |
|---|
CrossFloatStreamConvention(java.lang.String strCurrency,
java.lang.String strTenor,
boolean bApplySpread)
CrossFloatStreamConvention Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
applySpread()
Retrieve the "Apply Spread" Flag
|
java.lang.String |
currency()
Retrieve the Currency
|
java.lang.String |
tenor()
Retrieve the Tenor
|
java.lang.String |
toString() |
public CrossFloatStreamConvention(java.lang.String strCurrency,
java.lang.String strTenor,
boolean bApplySpread)
throws java.lang.Exception
strCurrency - Floating Stream CurrencystrTenor - Floating Stream TenorbApplySpread - TRUE - Apply Spread to this Streamjava.lang.Exception - Thrown if the Inputs are invalidpublic java.lang.String currency()
public java.lang.String tenor()
public boolean applySpread()
public java.lang.String toString()
toString in class java.lang.Object