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