Uses of Interface
com.opengamma.strata.basics.value.Rounding
-
Packages that use Rounding Package Description com.opengamma.strata.basics.value Basic financial tools for working with values.com.opengamma.strata.product.bond Entity objects describing bonds.com.opengamma.strata.product.index Entity objects describing contracts based on rate indices. -
-
Uses of Rounding in com.opengamma.strata.basics.value
Methods in com.opengamma.strata.basics.value that return Rounding Modifier and Type Method Description static RoundingRounding. none()Obtains an instance that performs no rounding.static RoundingRounding. of(Currency currency)Obtains an instance that rounds to the number of minor units in the currency.static RoundingRounding. ofDecimalPlaces(int decimalPlaces)Obtains an instance that rounds to the specified number of decimal places.static RoundingRounding. ofFractionalDecimalPlaces(int decimalPlaces, int fraction)Obtains an instance from the number of decimal places and fraction. -
Uses of Rounding in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return Rounding Modifier and Type Method Description RoundingBondFuture. getRounding()Gets the definition of how to round the futures price, defaulted to no rounding.RoundingBondFutureOption. getRounding()Gets the definition of how to round the option price, defaulted to no rounding.RoundingBondFutureOptionSecurity. getRounding()Gets the definition of how to round the option price, defaulted to no rounding.RoundingBondFutureSecurity. getRounding()Gets the definition of how to round the futures price, defaulted to no rounding.RoundingResolvedBondFuture. getRounding()Gets the definition of how to round the futures price, defaulted to no rounding.RoundingResolvedBondFutureOption. getRounding()Gets the definition of how to round the option price, defaulted to no rounding.Methods in com.opengamma.strata.product.bond that return types with arguments of type Rounding Modifier and Type Method Description org.joda.beans.MetaProperty<Rounding>BondFuture.Meta. rounding()The meta-property for theroundingproperty.org.joda.beans.MetaProperty<Rounding>BondFutureOption.Meta. rounding()The meta-property for theroundingproperty.org.joda.beans.MetaProperty<Rounding>BondFutureOptionSecurity.Meta. rounding()The meta-property for theroundingproperty.org.joda.beans.MetaProperty<Rounding>BondFutureSecurity.Meta. rounding()The meta-property for theroundingproperty.org.joda.beans.MetaProperty<Rounding>ResolvedBondFuture.Meta. rounding()The meta-property for theroundingproperty.org.joda.beans.MetaProperty<Rounding>ResolvedBondFutureOption.Meta. rounding()The meta-property for theroundingproperty.Methods in com.opengamma.strata.product.bond with parameters of type Rounding Modifier and Type Method Description BondFuture.BuilderBondFuture.Builder. rounding(Rounding rounding)Sets the definition of how to round the futures price, defaulted to no rounding.BondFutureOption.BuilderBondFutureOption.Builder. rounding(Rounding rounding)Sets the definition of how to round the option price, defaulted to no rounding.BondFutureOptionSecurity.BuilderBondFutureOptionSecurity.Builder. rounding(Rounding rounding)Sets the definition of how to round the option price, defaulted to no rounding.BondFutureSecurity.BuilderBondFutureSecurity.Builder. rounding(Rounding rounding)Sets the definition of how to round the futures price, defaulted to no rounding.ResolvedBondFuture.BuilderResolvedBondFuture.Builder. rounding(Rounding rounding)Sets the definition of how to round the futures price, defaulted to no rounding.ResolvedBondFutureOption.BuilderResolvedBondFutureOption.Builder. rounding(Rounding rounding)Sets the definition of how to round the option price, defaulted to no rounding. -
Uses of Rounding in com.opengamma.strata.product.index
Methods in com.opengamma.strata.product.index that return Rounding Modifier and Type Method Description RoundingIborFuture. getRounding()Gets the definition of how to round the futures price, defaulted to no rounding.RoundingIborFutureOption. getRounding()Gets the definition of how to round the option price, defaulted to no rounding.RoundingIborFutureOptionSecurity. getRounding()Gets the definition of how to round the option price, defaulted to no rounding.RoundingIborFutureSecurity. getRounding()Gets the definition of how to round the futures price, defaulted to no rounding.RoundingOvernightFuture. getRounding()Gets the definition of how to round the futures price, defaulted to no rounding.RoundingOvernightFutureSecurity. getRounding()Gets the definition of how to round the futures price, defaulted to no rounding.RoundingResolvedIborFuture. getRounding()Gets the definition of how to round the futures price, defaulted to no rounding.RoundingResolvedIborFutureOption. getRounding()Gets the definition of how to round the option price, defaulted to no rounding.RoundingResolvedOvernightFuture. getRounding()Gets the definition of how to round the futures price, defaulted to no rounding.Methods in com.opengamma.strata.product.index that return types with arguments of type Rounding Modifier and Type Method Description org.joda.beans.MetaProperty<Rounding>IborFuture.Meta. rounding()The meta-property for theroundingproperty.org.joda.beans.MetaProperty<Rounding>IborFutureOption.Meta. rounding()The meta-property for theroundingproperty.org.joda.beans.MetaProperty<Rounding>IborFutureOptionSecurity.Meta. rounding()The meta-property for theroundingproperty.org.joda.beans.MetaProperty<Rounding>IborFutureSecurity.Meta. rounding()The meta-property for theroundingproperty.org.joda.beans.MetaProperty<Rounding>OvernightFuture.Meta. rounding()The meta-property for theroundingproperty.org.joda.beans.MetaProperty<Rounding>OvernightFutureSecurity.Meta. rounding()The meta-property for theroundingproperty.org.joda.beans.MetaProperty<Rounding>ResolvedIborFuture.Meta. rounding()The meta-property for theroundingproperty.org.joda.beans.MetaProperty<Rounding>ResolvedIborFutureOption.Meta. rounding()The meta-property for theroundingproperty.org.joda.beans.MetaProperty<Rounding>ResolvedOvernightFuture.Meta. rounding()The meta-property for theroundingproperty.Methods in com.opengamma.strata.product.index with parameters of type Rounding Modifier and Type Method Description IborFuture.BuilderIborFuture.Builder. rounding(Rounding rounding)Sets the definition of how to round the futures price, defaulted to no rounding.IborFutureOption.BuilderIborFutureOption.Builder. rounding(Rounding rounding)Sets the definition of how to round the option price, defaulted to no rounding.IborFutureOptionSecurity.BuilderIborFutureOptionSecurity.Builder. rounding(Rounding rounding)Sets the definition of how to round the option price, defaulted to no rounding.IborFutureSecurity.BuilderIborFutureSecurity.Builder. rounding(Rounding rounding)Sets the definition of how to round the futures price, defaulted to no rounding.OvernightFuture.BuilderOvernightFuture.Builder. rounding(Rounding rounding)Sets the definition of how to round the futures price, defaulted to no rounding.OvernightFutureSecurity.BuilderOvernightFutureSecurity.Builder. rounding(Rounding rounding)Sets the definition of how to round the futures price, defaulted to no rounding.ResolvedIborFuture.BuilderResolvedIborFuture.Builder. rounding(Rounding rounding)Sets the definition of how to round the futures price, defaulted to no rounding.ResolvedIborFutureOption.BuilderResolvedIborFutureOption.Builder. rounding(Rounding rounding)Sets the definition of how to round the option price, defaulted to no rounding.ResolvedOvernightFuture.BuilderResolvedOvernightFuture.Builder. rounding(Rounding rounding)Sets the definition of how to round the futures price, defaulted to no rounding.
-