Uses of Class
com.opengamma.strata.product.credit.type.AccrualStart
-
Packages that use AccrualStart Package Description com.opengamma.strata.product.credit.type Conventions and templates to aid the construction of credit instruments. -
-
Uses of AccrualStart in com.opengamma.strata.product.credit.type
Methods in com.opengamma.strata.product.credit.type that return AccrualStart Modifier and Type Method Description AccrualStartTenorCdsTemplate. getAccrualStart()Gets the accrual start.static AccrualStartAccrualStart. of(String name)Obtains an instance from the specified name.static AccrualStartAccrualStart. valueOf(String name)Returns the enum constant of this type with the specified name.static AccrualStart[]AccrualStart. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.product.credit.type that return types with arguments of type AccrualStart Modifier and Type Method Description org.joda.beans.MetaProperty<AccrualStart>TenorCdsTemplate.Meta. accrualStart()The meta-property for theaccrualStartproperty.Methods in com.opengamma.strata.product.credit.type with parameters of type AccrualStart Modifier and Type Method Description static TenorCdsTemplateTenorCdsTemplate. of(AccrualStart accrualStart, Tenor tenor, CdsConvention convention)Obtains a template based on the specified tenor and convention.
-