Uses of Class
net.finmath.smartcontract.model.CashflowPeriod
Package
Description
-
Uses of CashflowPeriod in net.finmath.smartcontract.api
Modifier 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
Modifier 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
Modifier 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
Modifier 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.