Uses of Class
net.finmath.smartcontract.model.MarginResult
Packages that use MarginResult
Package
Description
-
Uses of MarginResult in net.finmath.smartcontract.api
Methods in net.finmath.smartcontract.api that return types with arguments of type MarginResultModifier 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 MarginResult in net.finmath.smartcontract.model
Methods in net.finmath.smartcontract.model that return MarginResultModifier and TypeMethodDescriptionMarginResult.valuationDate
(String valuationDate) MarginResult.value
(BigDecimal value) -
Uses of MarginResult in net.finmath.smartcontract.valuation.implementation
Methods in net.finmath.smartcontract.valuation.implementation that return MarginResultModifier and TypeMethodDescriptionMarginCalculator.getValue
(MarketDataList marketDataStart, MarketDataList marketDataEnd, String productData) -
Uses of MarginResult in net.finmath.smartcontract.valuation.service.controllers
Methods in net.finmath.smartcontract.valuation.service.controllers that return types with arguments of type MarginResultModifier 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.