Uses of Class
net.finmath.smartcontract.model.MarginRequest
Packages that use MarginRequest
Package
Description
-
Uses of MarginRequest in net.finmath.smartcontract.api
Methods in net.finmath.smartcontract.api with parameters of type MarginRequestModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<MarginResult>ValuationApi._legacyMargin(@Valid MarginRequest marginRequest)POST /valuation/legacy/margin : Request mapping for the margindefault org.springframework.http.ResponseEntity<MarginResult>ValuationApi._margin(@Valid MarginRequest marginRequest)POST /valuation/margin : Request mapping for the valuedefault org.springframework.http.ResponseEntity<MarginResult>ValuationApi.legacyMargin(MarginRequest marginRequest)default org.springframework.http.ResponseEntity<MarginResult>ValuationApi.margin(MarginRequest marginRequest) -
Uses of MarginRequest in net.finmath.smartcontract.model
Methods in net.finmath.smartcontract.model that return MarginRequestModifier and TypeMethodDescriptionMarginRequest.marketDataEnd(String marketDataEnd)MarginRequest.marketDataStart(String marketDataStart)MarginRequest.valuationDate(String valuationDate) -
Uses of MarginRequest in net.finmath.smartcontract.valuation.service.controllers
Methods in net.finmath.smartcontract.valuation.service.controllers with parameters of type MarginRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MarginResult>ValuationController.margin(MarginRequest marginRequest)Request mapping for the settlementvaluationForProductAsFPMLOneCurve //* @param valueRequest The request //* @return String Json representing the valuation.