public class FixedFloatSwapConvention
extends java.lang.Object
Constructor and Description |
---|
FixedFloatSwapConvention(FixedStreamConvention fixedConv,
FloatStreamConvention floatConv,
int iSpotLag)
FixedFloatSwapConvention Constructor
|
Modifier and Type | Method and Description |
---|---|
FixFloatComponent |
createFixFloatComponent(JulianDate dtSpot,
java.lang.String strMaturityTenor,
double dblFixedCoupon,
double dblFloatBasis,
double dblNotional)
Create a Standardized Fixed-Float Component Instance from the Inputs
|
FixedStreamConvention |
fixedStreamConvention()
Retrieve the Fixed Stream Convention
|
FloatStreamConvention |
floatStreamConvention()
Retrieve the Float Stream Convention
|
int |
spotLag()
Retrieve the Spot Lag
|
java.lang.String |
toString() |
public FixedFloatSwapConvention(FixedStreamConvention fixedConv, FloatStreamConvention floatConv, int iSpotLag) throws java.lang.Exception
fixedConv
- Fixed Stream ConventionfloatConv
- Float Stream ConventioniSpotLag
- Spot Lagjava.lang.Exception
- Thrown if the Inputs are invalidpublic FixedStreamConvention fixedStreamConvention()
public FloatStreamConvention floatStreamConvention()
public int spotLag()
public FixFloatComponent createFixFloatComponent(JulianDate dtSpot, java.lang.String strMaturityTenor, double dblFixedCoupon, double dblFloatBasis, double dblNotional)
dtSpot
- The Spot DatestrMaturityTenor
- The Maturity TenordblFixedCoupon
- The Fixed CoupondblFloatBasis
- The Float BasisdblNotional
- Notionalpublic java.lang.String toString()
toString
in class java.lang.Object