Uses of Interface
com.opengamma.strata.product.credit.type.CdsConvention
-
Packages that use CdsConvention Package Description com.opengamma.strata.product.credit.type Conventions and templates to aid the construction of credit instruments. -
-
Uses of CdsConvention in com.opengamma.strata.product.credit.type
Classes in com.opengamma.strata.product.credit.type that implement CdsConvention Modifier and Type Class Description classImmutableCdsConventionA market convention for credit default swap trades.Fields in com.opengamma.strata.product.credit.type declared as CdsConvention Modifier and Type Field Description static CdsConventionCdsConventions. EUR_GB_STANDARDEUR-dominated standardized credit default swap.static CdsConventionCdsConventions. EUR_STANDARDEUR-dominated standardized credit default swap.static CdsConventionCdsConventions. GBP_STANDARDGBP-dominated standardized credit default swap.static CdsConventionCdsConventions. GBP_US_STANDARDGBP-dominated standardized credit default swap.static CdsConventionCdsConventions. JPY_STANDARDJPY-dominated standardized credit default swap.static CdsConventionCdsConventions. JPY_US_GB_STANDARDJPY-dominated standardized credit default swap.static CdsConventionCdsConventions. USD_STANDARDUSD-dominated standardized credit default swap.Methods in com.opengamma.strata.product.credit.type that return CdsConvention Modifier and Type Method Description CdsConventionCdsTemplate. getConvention()Gets the market convention of the credit default swap.CdsConventionDatesCdsTemplate. getConvention()Gets the market convention of the credit default swap.CdsConventionTenorCdsTemplate. getConvention()Gets the market convention of the credit default swap.static CdsConventionCdsConvention. of(String uniqueName)Obtains an instance from the specified unique name.Methods in com.opengamma.strata.product.credit.type that return types with arguments of type CdsConvention Modifier and Type Method Description org.joda.beans.MetaProperty<CdsConvention>DatesCdsTemplate.Meta. convention()The meta-property for theconventionproperty.org.joda.beans.MetaProperty<CdsConvention>TenorCdsTemplate.Meta. convention()The meta-property for theconventionproperty.static ExtendedEnum<CdsConvention>CdsConvention. extendedEnum()Gets the extended enum helper.Methods in com.opengamma.strata.product.credit.type with parameters of type CdsConvention Modifier and Type Method Description static DatesCdsTemplateDatesCdsTemplate. of(LocalDate startDate, LocalDate endDate, CdsConvention convention)Obtains a template based on the specified dates and convention.static TenorCdsTemplateTenorCdsTemplate. of(Tenor tenor, CdsConvention convention)Obtains a template based on the specified tenor and convention.static TenorCdsTemplateTenorCdsTemplate. of(AccrualStart accrualStart, Tenor tenor, CdsConvention convention)Obtains a template based on the specified tenor and convention.
-