Uses of Class
com.opengamma.strata.product.deposit.ResolvedTermDeposit
-
Packages that use ResolvedTermDeposit Package Description com.opengamma.strata.pricer.deposit Calculators for rate deposit instruments, such as term deposit.com.opengamma.strata.product.deposit Entity objects describing financial instruments representing a simple deposit with interest. -
-
Uses of ResolvedTermDeposit in com.opengamma.strata.pricer.deposit
Methods in com.opengamma.strata.pricer.deposit with parameters of type ResolvedTermDeposit Modifier and Type Method Description doubleDiscountingTermDepositProductPricer. parRate(ResolvedTermDeposit deposit, RatesProvider provider)Calculates the deposit fair rate given the start and end time and the accrual factor.PointSensitivitiesDiscountingTermDepositProductPricer. parRateSensitivity(ResolvedTermDeposit deposit, RatesProvider provider)Calculates the par rate curve sensitivity.doubleDiscountingTermDepositProductPricer. parSpread(ResolvedTermDeposit deposit, RatesProvider provider)Calculates the spread to be added to the deposit rate to have a zero present value.PointSensitivitiesDiscountingTermDepositProductPricer. parSpreadSensitivity(ResolvedTermDeposit deposit, RatesProvider provider)Calculates the par spread curve sensitivity.CurrencyAmountDiscountingTermDepositProductPricer. presentValue(ResolvedTermDeposit deposit, RatesProvider provider)Calculates the present value by discounting the final cash flow (nominal + interest) and the initial payment (initial amount).PointSensitivitiesDiscountingTermDepositProductPricer. presentValueSensitivity(ResolvedTermDeposit deposit, RatesProvider provider)Calculates the present value sensitivity by discounting the final cash flow (nominal + interest) and the initial payment (initial amount). -
Uses of ResolvedTermDeposit in com.opengamma.strata.product.deposit
Methods in com.opengamma.strata.product.deposit that return ResolvedTermDeposit Modifier and Type Method Description ResolvedTermDepositResolvedTermDeposit.Builder. build()ResolvedTermDepositResolvedTermDepositTrade. getProduct()Gets the resolved Term Deposit product.ResolvedTermDepositTermDeposit. resolve(ReferenceData refData)Methods in com.opengamma.strata.product.deposit that return types with arguments of type ResolvedTermDeposit Modifier and Type Method Description Class<? extends ResolvedTermDeposit>ResolvedTermDeposit.Meta. beanType()org.joda.beans.MetaProperty<ResolvedTermDeposit>ResolvedTermDepositTrade.Meta. product()The meta-property for theproductproperty.Methods in com.opengamma.strata.product.deposit with parameters of type ResolvedTermDeposit Modifier and Type Method Description static ResolvedTermDepositTradeResolvedTermDepositTrade. of(TradeInfo info, ResolvedTermDeposit product)Obtains an instance of a resolved Term Deposit trade.ResolvedTermDepositTrade.BuilderResolvedTermDepositTrade.Builder. product(ResolvedTermDeposit product)Sets the resolved Term Deposit product.
-