Class ValuationConfig
java.lang.Object
net.finmath.smartcontract.valuation.service.config.ValuationConfig
@Configuration
@ConfigurationProperties(prefix="valuation")
public class ValuationConfig
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetFpmlSchemaPath(String fpmlSchemaPath)voidsetInternalMarketDataProvider(String internalMarketDataProvider)voidsetLiveMarketData(boolean liveMarketData)voidsetLiveMarketDataProvider(String liveMarketDataProvider)voidsetMarketDataProviderToTemplate(Map<String,String> marketDataProviderToTemplate)voidsetProductFixingType(String productFixingType)voidsetSettlementCurrency(String settlementCurrency)
-
Constructor Details
-
ValuationConfig
public ValuationConfig()
-
-
Method Details
-
isLiveMarketData
public boolean isLiveMarketData() -
setLiveMarketData
public void setLiveMarketData(boolean liveMarketData) -
getSettlementCurrency
-
setSettlementCurrency
-
getLiveMarketDataProvider
-
setLiveMarketDataProvider
-
getInternalMarketDataProvider
-
setInternalMarketDataProvider
-
getProductFixingType
-
setProductFixingType
-
getFpmlSchemaPath
-
setFpmlSchemaPath
-
getMarketDataProviderToTemplate
-
setMarketDataProviderToTemplate
-