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 TypeMethodDescriptionboolean
void
setFpmlSchemaPath(String fpmlSchemaPath)
void
setInternalMarketDataProvider(String internalMarketDataProvider)
void
setLiveMarketData(boolean liveMarketData)
void
setLiveMarketDataProvider(String liveMarketDataProvider)
void
setMarketDataProviderToTemplate(Map<String,String> marketDataProviderToTemplate)
void
setProductFixingType(String productFixingType)
void
setSettlementCurrency(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
-