Uses of Class
net.finmath.smartcontract.model.MarketDataSet
Packages that use MarketDataSet
Package
Description
-
Uses of MarketDataSet in net.finmath.smartcontract.api
Methods in net.finmath.smartcontract.api that return types with arguments of type MarketDataSetModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity
<MarketDataSet> PlainSwapEditorApi._grabMarketData()
GET /plain-swap-editor/grab-market-data : Request mapping for transferring the active dataset to the clientdefault org.springframework.http.ResponseEntity
<MarketDataSet> PlainSwapEditorApi.grabMarketData()
-
Uses of MarketDataSet in net.finmath.smartcontract.model
Methods in net.finmath.smartcontract.model that return MarketDataSetModifier and TypeMethodDescriptionMarketDataSet.addValuesItem
(MarketDataSetValuesInner valuesItem) MarketDataSet.requestTimestamp
(OffsetDateTime requestTimestamp) MarketDataSet.values
(List<MarketDataSetValuesInner> values) -
Uses of MarketDataSet in net.finmath.smartcontract.product.xml
Methods in net.finmath.smartcontract.product.xml with parameters of type MarketDataSetModifier and TypeMethodDescriptionPlainSwapEditorHandler.getSchedule
(PlainSwapEditorHandler.LegSelector legSelector, MarketDataSet marketData) Returns a list of cashflow periods representing the payment streams involved in the plain swap described. -
Uses of MarketDataSet in net.finmath.smartcontract.valuation.marketdata.generators.legacy
Methods in net.finmath.smartcontract.valuation.marketdata.generators.legacy that return types with arguments of type MarketDataSetModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable
<MarketDataSet> ReactiveMarketDataUpdater.asObservable()
Methods in net.finmath.smartcontract.valuation.marketdata.generators.legacy with parameters of type MarketDataSetModifier and TypeMethodDescriptionvoid
ReactiveMarketDataUpdater.writeDataset
(String importFile, MarketDataSet transferMessage, boolean isOvernightFixing) Writes the formatted output from the Refinitiv stream to an import candidates file. -
Uses of MarketDataSet in net.finmath.smartcontract.valuation.service.controllers
Methods in net.finmath.smartcontract.valuation.service.controllers that return types with arguments of type MarketDataSetModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<MarketDataSet> PlainSwapEditorController.grabMarketData()
Controller that echoes the active dataset to the client