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.credit
Methods in com.opengamma.strata.product.credit that return ProtectionStartOfDay Modifier and Type Method Description ProtectionStartOfDay
Cds. getProtectionStart()
Gets the protection start of the day.ProtectionStartOfDay
CdsIndex. getProtectionStart()
Gets the protection start of the day.ProtectionStartOfDay
ResolvedCds. getProtectionStart()
Gets the protection start of the day.ProtectionStartOfDay
ResolvedCdsIndex. getProtectionStart()
Gets the protection start of the day.static ProtectionStartOfDay
ProtectionStartOfDay. of(String name)
Obtains an instance from the specified name.static ProtectionStartOfDay
ProtectionStartOfDay. 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 theprotectionStart
property.org.joda.beans.MetaProperty<ProtectionStartOfDay>
CdsIndex.Meta. protectionStart()
The meta-property for theprotectionStart
property.org.joda.beans.MetaProperty<ProtectionStartOfDay>
ResolvedCds.Meta. protectionStart()
The meta-property for theprotectionStart
property.org.joda.beans.MetaProperty<ProtectionStartOfDay>
ResolvedCdsIndex.Meta. protectionStart()
The meta-property for theprotectionStart
property.Methods in com.opengamma.strata.product.credit with parameters of type ProtectionStartOfDay Modifier and Type Method Description Cds.Builder
Cds.Builder. protectionStart(ProtectionStartOfDay protectionStart)
Sets the protection start of the day.CdsIndex.Builder
CdsIndex.Builder. protectionStart(ProtectionStartOfDay protectionStart)
Sets the protection start of the day.ResolvedCds.Builder
ResolvedCds.Builder. protectionStart(ProtectionStartOfDay protectionStart)
Sets the protection start of the day.ResolvedCdsIndex.Builder
ResolvedCdsIndex.Builder. protectionStart(ProtectionStartOfDay protectionStart)
Sets the protection start of the day. -
Uses of ProtectionStartOfDay in com.opengamma.strata.product.credit.type
Methods in com.opengamma.strata.product.credit.type that return ProtectionStartOfDay Modifier and Type Method Description ProtectionStartOfDay
ImmutableCdsConvention. 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 theprotectionStart
property.Methods in com.opengamma.strata.product.credit.type with parameters of type ProtectionStartOfDay Modifier and Type Method Description ImmutableCdsConvention.Builder
ImmutableCdsConvention.Builder. protectionStart(ProtectionStartOfDay protectionStart)
Sets the protection start of the day.
-