public class FixedStreamQuoteSet extends ProductQuoteSet
Constructor and Description |
---|
FixedStreamQuoteSet(LatentStateSpecification[] aLSS)
FixedStreamQuoteSet Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsCoupon()
Indicate if the Coupon Field exists
|
boolean |
containsCouponBasis()
Indicate if the Coupon Basis Field exists
|
boolean |
containsPV()
Indicate if the PV Field exists
|
double |
coupon()
Retrieve the Coupon
|
double |
couponBasis()
Retrieve the Coupon Basis
|
double |
pv()
Retrieve the PV
|
boolean |
setCoupon(double dblCoupon)
Set the Coupon
|
boolean |
setCouponBasis(double dblCouponBasis)
Set the Coupon Basis
|
boolean |
setPV(double dblPV)
Set the PV
|
contains, contains, containsLatentStateQuantificationMetric, containsLatentStateType, fields, forwardLabel, fundingLabel, fxLabel, get, govvieLabel, lss, set, volatilityLabel
public FixedStreamQuoteSet(LatentStateSpecification[] aLSS) throws java.lang.Exception
aLSS
- Array of Latent State Specificationjava.lang.Exception
- Thrown if Inputs are invalidpublic boolean setPV(double dblPV)
dblPV
- The PVpublic boolean containsPV()
public double pv() throws java.lang.Exception
java.lang.Exception
- Thrown if the PV Field does not existpublic boolean setCoupon(double dblCoupon)
dblCoupon
- The Couponpublic boolean containsCoupon()
public double coupon() throws java.lang.Exception
java.lang.Exception
- Thrown if the Coupon Field does not existpublic boolean setCouponBasis(double dblCouponBasis)
dblCouponBasis
- The Coupon Basispublic boolean containsCouponBasis()
public double couponBasis() throws java.lang.Exception
java.lang.Exception
- Thrown if the Coupon Basis Field does not exist