Uses of Class
com.opengamma.strata.product.credit.CdsIndexCalibrationTrade
-
Packages that use CdsIndexCalibrationTrade Package Description com.opengamma.strata.market.curve.node Curve nodes.com.opengamma.strata.product.credit Entity objects describing Credit Default Swap (CDS) and CDS index. -
-
Uses of CdsIndexCalibrationTrade in com.opengamma.strata.market.curve.node
Methods in com.opengamma.strata.market.curve.node that return CdsIndexCalibrationTrade Modifier and Type Method Description CdsIndexCalibrationTrade
CdsIndexIsdaCreditCurveNode. trade(double quantity, MarketData marketData, ReferenceData refData)
Creates a trade representing the CDS index at the node. -
Uses of CdsIndexCalibrationTrade in com.opengamma.strata.product.credit
Methods in com.opengamma.strata.product.credit that return CdsIndexCalibrationTrade Modifier and Type Method Description static CdsIndexCalibrationTrade
CdsIndexCalibrationTrade. of(CdsIndexTrade trade, CdsQuote quote)
Creates an instance.CdsIndexCalibrationTrade
CdsIndexCalibrationTrade. withInfo(PortfolioItemInfo info)
Methods in com.opengamma.strata.product.credit that return types with arguments of type CdsIndexCalibrationTrade Modifier and Type Method Description Class<? extends CdsIndexCalibrationTrade>
CdsIndexCalibrationTrade.Meta. beanType()
org.joda.beans.BeanBuilder<? extends CdsIndexCalibrationTrade>
CdsIndexCalibrationTrade.Meta. builder()
-