Uses of Class
net.finmath.smartcontract.model.SwapFlowScheduleRequest
Packages that use SwapFlowScheduleRequest
Package
Description
-
Uses of SwapFlowScheduleRequest in net.finmath.smartcontract.api
Methods in net.finmath.smartcontract.api with parameters of type SwapFlowScheduleRequestModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<SwapFlowScheduleResponse> ValuationApi._generateFlowSchedule(@Valid SwapFlowScheduleRequest swapFlowScheduleRequest) POST /valuation/generate-flow-schedule : Generate a swap's flow schedule xml based on given marketdata and product xmldefault org.springframework.http.ResponseEntity<SwapFlowScheduleResponse> ValuationApi.generateFlowSchedule(SwapFlowScheduleRequest swapFlowScheduleRequest) -
Uses of SwapFlowScheduleRequest in net.finmath.smartcontract.model
Methods in net.finmath.smartcontract.model that return SwapFlowScheduleRequest -
Uses of SwapFlowScheduleRequest in net.finmath.smartcontract.valuation.service.controllers
Methods in net.finmath.smartcontract.valuation.service.controllers with parameters of type SwapFlowScheduleRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SwapFlowScheduleResponse> ValuationController.generateFlowSchedule(SwapFlowScheduleRequest swapFlowScheduleRequest)