Uses of Class
net.finmath.smartcontract.model.CashflowPeriod
Packages that use CashflowPeriod
Package
Description
-
Uses of CashflowPeriod in net.finmath.smartcontract.api
Methods in net.finmath.smartcontract.api that return types with arguments of type CashflowPeriodModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<List<CashflowPeriod>>
PlainSwapEditorApi._getFixedSchedule(@Valid PlainSwapOperationRequest plainSwapOperationRequest)
POST /plain-swap-editor/get-fixed-schedule : Request payment schedule for the fixed leg defined in the editor.default org.springframework.http.ResponseEntity<List<CashflowPeriod>>
PlainSwapEditorApi._getFloatingSchedule(@Valid PlainSwapOperationRequest plainSwapOperationRequest)
POST /plain-swap-editor/get-floating-schedule : Request payment schedule for the floating leg defined in the editor.default org.springframework.http.ResponseEntity<List<CashflowPeriod>>
PlainSwapEditorApi.getFixedSchedule(PlainSwapOperationRequest plainSwapOperationRequest)
default org.springframework.http.ResponseEntity<List<CashflowPeriod>>
PlainSwapEditorApi.getFloatingSchedule(PlainSwapOperationRequest plainSwapOperationRequest)
-
Uses of CashflowPeriod in net.finmath.smartcontract.model
Methods in net.finmath.smartcontract.model that return CashflowPeriodModifier and TypeMethodDescriptionCashflowPeriod.cashflow(ValueResult cashflow)
CashflowPeriod.fixingDate(OffsetDateTime fixingDate)
CashflowPeriod.paymentDate(OffsetDateTime paymentDate)
CashflowPeriod.periodEnd(OffsetDateTime periodEnd)
CashflowPeriod.periodStart(OffsetDateTime periodStart)
-
Uses of CashflowPeriod in net.finmath.smartcontract.product.xml
Methods in net.finmath.smartcontract.product.xml that return types with arguments of type CashflowPeriodModifier and TypeMethodDescriptionPlainSwapEditorHandler.getSchedule(PlainSwapEditorHandler.LegSelector legSelector, String marketData)
Returns a list of cashflow periods representing the payment streams involved in the plain swap described.PlainSwapEditorHandler.getSchedule(PlainSwapEditorHandler.LegSelector legSelector, MarketDataSet marketData)
Returns a list of cashflow periods representing the payment streams involved in the plain swap described. -
Uses of CashflowPeriod in net.finmath.smartcontract.valuation.service.controllers
Methods in net.finmath.smartcontract.valuation.service.controllers that return types with arguments of type CashflowPeriodModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CashflowPeriod>>
PlainSwapEditorController.getFixedSchedule(PlainSwapOperationRequest plainSwapOperationRequest)
Controller that handles requests for payment schedule generation relative to the fixed leg.org.springframework.http.ResponseEntity<List<CashflowPeriod>>
PlainSwapEditorController.getFloatingSchedule(PlainSwapOperationRequest plainSwapOperationRequest)
Controller that handles requests for payment schedule generation relative to the floating leg.