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 FraDiscountingMethodFra. getDiscounting()Gets the method to use for discounting, defaulted to 'ISDA' or 'AFMA'.FraDiscountingMethodResolvedFra. getDiscounting()Gets the method to use for discounting.static FraDiscountingMethodFraDiscountingMethod. of(String name)Obtains an instance from the specified name.static FraDiscountingMethodFraDiscountingMethod. 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 thediscountingproperty.org.joda.beans.MetaProperty<FraDiscountingMethod>ResolvedFra.Meta. discounting()The meta-property for thediscountingproperty.Methods in com.opengamma.strata.product.fra with parameters of type FraDiscountingMethod Modifier and Type Method Description Fra.BuilderFra.Builder. discounting(FraDiscountingMethod discounting)Sets the method to use for discounting, defaulted to 'ISDA' or 'AFMA'.ResolvedFra.BuilderResolvedFra.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 FraDiscountingMethodImmutableFraConvention. 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 thediscountingproperty.Methods in com.opengamma.strata.product.fra.type with parameters of type FraDiscountingMethod Modifier and Type Method Description ImmutableFraConvention.BuilderImmutableFraConvention.Builder. discounting(FraDiscountingMethod discounting)Sets the method to use for discounting, optional with defaulting getter.
-