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.Builder
CdsIndexTrade. builder()
Returns a builder used to create an instance of the bean.CdsIndexTrade.Builder
CdsIndexTrade.Meta. builder()
CdsIndexTrade.Builder
CdsIndexTrade.Builder. info(TradeInfo info)
Sets the additional trade information, defaulted to an empty instance.CdsIndexTrade.Builder
CdsIndexTrade.Builder. product(CdsIndex product)
Sets the CDS index product that was agreed when the trade occurred.CdsIndexTrade.Builder
CdsIndexTrade.Builder. set(String propertyName, Object newValue)
CdsIndexTrade.Builder
CdsIndexTrade.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)
CdsIndexTrade.Builder
CdsIndexTrade. toBuilder()
Returns a builder that allows this bean to be mutated.CdsIndexTrade.Builder
CdsIndexTrade.Builder. upfrontFee(AdjustablePayment upfrontFee)
Sets the upfront fee of the product.
-