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