public class BasketMarketParamsBuilder
extends java.lang.Object
Constructor and Description |
---|
BasketMarketParamsBuilder() |
Modifier and Type | Method and Description |
---|---|
static BasketMarketParams |
CreateBasketMarketParams()
Constructs the empty BasketMarketParams object.
|
static BasketMarketParams |
CreateBasketMarketParams(java.util.Map<java.lang.String,DiscountCurve> mapDC,
java.util.Map<java.lang.String,CreditCurve> mapCC,
java.util.Map<java.lang.String,ComponentQuote> mapCQComp,
java.util.Map<JulianDate,java.util.Map<java.lang.String,java.lang.Double>> mmFixings)
Constructs the BasketMarketParams object from the map of discount curve, the map of credit curve, and
a double map of date/rate index and fixings.
|
static BasketMarketParams |
FromByteArray(byte[] ab)
Create a Basket Market Parameter Instance from the byte array
|
public static final BasketMarketParams CreateBasketMarketParams(java.util.Map<java.lang.String,DiscountCurve> mapDC, java.util.Map<java.lang.String,CreditCurve> mapCC, java.util.Map<java.lang.String,ComponentQuote> mapCQComp, java.util.Map<JulianDate,java.util.Map<java.lang.String,java.lang.Double>> mmFixings)
mapDC
- Map of discount curvemapCC
- Map of Credit curvemapCQComp
- Map of component quotesmmFixings
- Double map of date/rate index and fixingspublic static final BasketMarketParams CreateBasketMarketParams()
public static final BasketMarketParams FromByteArray(byte[] ab)
ab
- Byte Array