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 double
DiscountingTermDepositProductPricer. parRate(ResolvedTermDeposit deposit, RatesProvider provider)
Calculates the deposit fair rate given the start and end time and the accrual factor.PointSensitivities
DiscountingTermDepositProductPricer. parRateSensitivity(ResolvedTermDeposit deposit, RatesProvider provider)
Calculates the par rate curve sensitivity.double
DiscountingTermDepositProductPricer. parSpread(ResolvedTermDeposit deposit, RatesProvider provider)
Calculates the spread to be added to the deposit rate to have a zero present value.PointSensitivities
DiscountingTermDepositProductPricer. parSpreadSensitivity(ResolvedTermDeposit deposit, RatesProvider provider)
Calculates the par spread curve sensitivity.CurrencyAmount
DiscountingTermDepositProductPricer. presentValue(ResolvedTermDeposit deposit, RatesProvider provider)
Calculates the present value by discounting the final cash flow (nominal + interest) and the initial payment (initial amount).PointSensitivities
DiscountingTermDepositProductPricer. 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 ResolvedTermDeposit
ResolvedTermDeposit.Builder. build()
ResolvedTermDeposit
ResolvedTermDepositTrade. getProduct()
Gets the resolved Term Deposit product.ResolvedTermDeposit
TermDeposit. 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 theproduct
property.Methods in com.opengamma.strata.product.deposit with parameters of type ResolvedTermDeposit Modifier and Type Method Description static ResolvedTermDepositTrade
ResolvedTermDepositTrade. of(TradeInfo info, ResolvedTermDeposit product)
Obtains an instance of a resolved Term Deposit trade.ResolvedTermDepositTrade.Builder
ResolvedTermDepositTrade.Builder. product(ResolvedTermDeposit product)
Sets the resolved Term Deposit product.
-