Uses of Class
net.finmath.smartcontract.model.ValueRequest
Packages that use ValueRequest
Package
Description
-
Uses of ValueRequest in net.finmath.smartcontract.api
Methods in net.finmath.smartcontract.api with parameters of type ValueRequestModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity
<ValueResult> ValuationApi._value
(@Valid ValueRequest valueRequest) POST /valuation/value : Request mapping for the valuedefault org.springframework.http.ResponseEntity
<ValueResult> ValuationApi._valueAtTime
(@Valid ValueRequest valueRequest) POST /valuation/valueAtTime : Request mapping for the value at specific evaluationTimedefault org.springframework.http.ResponseEntity
<ValueResult> ValuationApi.value
(ValueRequest valueRequest) default org.springframework.http.ResponseEntity
<ValueResult> ValuationApi.valueAtTime
(ValueRequest valueRequest) -
Uses of ValueRequest in net.finmath.smartcontract.model
Methods in net.finmath.smartcontract.model that return ValueRequestModifier and TypeMethodDescriptionValueRequest.marketData
(String marketData) ValueRequest.valuationDate
(String valuationDate) -
Uses of ValueRequest in net.finmath.smartcontract.valuation.service.controllers
Methods in net.finmath.smartcontract.valuation.service.controllers with parameters of type ValueRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ValueResult> ValuationController.value
(ValueRequest valueRequest) org.springframework.http.ResponseEntity
<ValueResult> ValuationController.valueAtTime
(ValueRequest valueRequest)