Uses of Class
com.opengamma.strata.product.credit.ProtectionStartOfDay
- 
Packages that use ProtectionStartOfDay Package Description com.opengamma.strata.product.credit Entity objects describing Credit Default Swap (CDS) and CDS index.com.opengamma.strata.product.credit.type Conventions and templates to aid the construction of credit instruments.
- 
- 
Uses of ProtectionStartOfDay in com.opengamma.strata.product.creditMethods in com.opengamma.strata.product.credit that return ProtectionStartOfDay Modifier and Type Method Description ProtectionStartOfDayCds. getProtectionStart()Gets the protection start of the day.ProtectionStartOfDayCdsIndex. getProtectionStart()Gets the protection start of the day.ProtectionStartOfDayResolvedCds. getProtectionStart()Gets the protection start of the day.ProtectionStartOfDayResolvedCdsIndex. getProtectionStart()Gets the protection start of the day.static ProtectionStartOfDayProtectionStartOfDay. of(String name)Obtains an instance from the specified name.static ProtectionStartOfDayProtectionStartOfDay. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtectionStartOfDay[]ProtectionStartOfDay. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.product.credit that return types with arguments of type ProtectionStartOfDay Modifier and Type Method Description org.joda.beans.MetaProperty<ProtectionStartOfDay>Cds.Meta. protectionStart()The meta-property for theprotectionStartproperty.org.joda.beans.MetaProperty<ProtectionStartOfDay>CdsIndex.Meta. protectionStart()The meta-property for theprotectionStartproperty.org.joda.beans.MetaProperty<ProtectionStartOfDay>ResolvedCds.Meta. protectionStart()The meta-property for theprotectionStartproperty.org.joda.beans.MetaProperty<ProtectionStartOfDay>ResolvedCdsIndex.Meta. protectionStart()The meta-property for theprotectionStartproperty.Methods in com.opengamma.strata.product.credit with parameters of type ProtectionStartOfDay Modifier and Type Method Description Cds.BuilderCds.Builder. protectionStart(ProtectionStartOfDay protectionStart)Sets the protection start of the day.CdsIndex.BuilderCdsIndex.Builder. protectionStart(ProtectionStartOfDay protectionStart)Sets the protection start of the day.ResolvedCds.BuilderResolvedCds.Builder. protectionStart(ProtectionStartOfDay protectionStart)Sets the protection start of the day.ResolvedCdsIndex.BuilderResolvedCdsIndex.Builder. protectionStart(ProtectionStartOfDay protectionStart)Sets the protection start of the day.
- 
Uses of ProtectionStartOfDay in com.opengamma.strata.product.credit.typeMethods in com.opengamma.strata.product.credit.type that return ProtectionStartOfDay Modifier and Type Method Description ProtectionStartOfDayImmutableCdsConvention. getProtectionStart()Gets the protection start of the day.Methods in com.opengamma.strata.product.credit.type that return types with arguments of type ProtectionStartOfDay Modifier and Type Method Description org.joda.beans.MetaProperty<ProtectionStartOfDay>ImmutableCdsConvention.Meta. protectionStart()The meta-property for theprotectionStartproperty.Methods in com.opengamma.strata.product.credit.type with parameters of type ProtectionStartOfDay Modifier and Type Method Description ImmutableCdsConvention.BuilderImmutableCdsConvention.Builder. protectionStart(ProtectionStartOfDay protectionStart)Sets the protection start of the day.
 
-