Uses of Class
com.opengamma.strata.product.credit.CdsIndexTrade.Builder
-
Packages that use CdsIndexTrade.Builder Package Description com.opengamma.strata.product.credit Entity objects describing Credit Default Swap (CDS) and CDS index. -
-
Uses of CdsIndexTrade.Builder in com.opengamma.strata.product.credit
Methods in com.opengamma.strata.product.credit that return CdsIndexTrade.Builder Modifier and Type Method Description static CdsIndexTrade.BuilderCdsIndexTrade. builder()Returns a builder used to create an instance of the bean.CdsIndexTrade.BuilderCdsIndexTrade.Meta. builder()CdsIndexTrade.BuilderCdsIndexTrade.Builder. info(TradeInfo info)Sets the additional trade information, defaulted to an empty instance.CdsIndexTrade.BuilderCdsIndexTrade.Builder. product(CdsIndex product)Sets the CDS index product that was agreed when the trade occurred.CdsIndexTrade.BuilderCdsIndexTrade.Builder. set(String propertyName, Object newValue)CdsIndexTrade.BuilderCdsIndexTrade.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)CdsIndexTrade.BuilderCdsIndexTrade. toBuilder()Returns a builder that allows this bean to be mutated.CdsIndexTrade.BuilderCdsIndexTrade.Builder. upfrontFee(AdjustablePayment upfrontFee)Sets the upfront fee of the product.
-