Uses of Class
net.finmath.smartcontract.model.SwapFlowScheduleResponse
Packages that use SwapFlowScheduleResponse
Package
Description
-
Uses of SwapFlowScheduleResponse in net.finmath.smartcontract.api
Methods in net.finmath.smartcontract.api that return types with arguments of type SwapFlowScheduleResponseModifier 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 SwapFlowScheduleResponse in net.finmath.smartcontract.model
Methods in net.finmath.smartcontract.model that return SwapFlowScheduleResponseModifier and TypeMethodDescriptionSwapFlowScheduleResponse.generatedSwapSchedule(String generatedSwapSchedule) -
Uses of SwapFlowScheduleResponse in net.finmath.smartcontract.valuation.service.controllers
Methods in net.finmath.smartcontract.valuation.service.controllers that return types with arguments of type SwapFlowScheduleResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SwapFlowScheduleResponse> ValuationController.generateFlowSchedule(SwapFlowScheduleRequest swapFlowScheduleRequest)