Uses of Class
com.opengamma.strata.product.fra.FraDiscountingMethod
-
Packages that use FraDiscountingMethod Package Description com.opengamma.strata.product.fra Entity objects describing a forward rate agreement (FRA).com.opengamma.strata.product.fra.type Conventions and templates to aid the construction of FRAs. -
-
Uses of FraDiscountingMethod in com.opengamma.strata.product.fra
Methods in com.opengamma.strata.product.fra that return FraDiscountingMethod Modifier and Type Method Description FraDiscountingMethod
Fra. getDiscounting()
Gets the method to use for discounting, defaulted to 'ISDA' or 'AFMA'.FraDiscountingMethod
ResolvedFra. getDiscounting()
Gets the method to use for discounting.static FraDiscountingMethod
FraDiscountingMethod. of(String name)
Obtains an instance from the specified name.static FraDiscountingMethod
FraDiscountingMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static FraDiscountingMethod[]
FraDiscountingMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.product.fra that return types with arguments of type FraDiscountingMethod Modifier and Type Method Description org.joda.beans.MetaProperty<FraDiscountingMethod>
Fra.Meta. discounting()
The meta-property for thediscounting
property.org.joda.beans.MetaProperty<FraDiscountingMethod>
ResolvedFra.Meta. discounting()
The meta-property for thediscounting
property.Methods in com.opengamma.strata.product.fra with parameters of type FraDiscountingMethod Modifier and Type Method Description Fra.Builder
Fra.Builder. discounting(FraDiscountingMethod discounting)
Sets the method to use for discounting, defaulted to 'ISDA' or 'AFMA'.ResolvedFra.Builder
ResolvedFra.Builder. discounting(FraDiscountingMethod discounting)
Sets the method to use for discounting. -
Uses of FraDiscountingMethod in com.opengamma.strata.product.fra.type
Methods in com.opengamma.strata.product.fra.type that return FraDiscountingMethod Modifier and Type Method Description FraDiscountingMethod
ImmutableFraConvention. getDiscounting()
Gets the method to use for discounting, providing a default result if no override specified.Methods in com.opengamma.strata.product.fra.type that return types with arguments of type FraDiscountingMethod Modifier and Type Method Description org.joda.beans.MetaProperty<FraDiscountingMethod>
ImmutableFraConvention.Meta. discounting()
The meta-property for thediscounting
property.Methods in com.opengamma.strata.product.fra.type with parameters of type FraDiscountingMethod Modifier and Type Method Description ImmutableFraConvention.Builder
ImmutableFraConvention.Builder. discounting(FraDiscountingMethod discounting)
Sets the method to use for discounting, optional with defaulting getter.
-