Uses of Class
net.finmath.smartcontract.product.xml.QuotedAssetSet
Packages that use QuotedAssetSet
-
Uses of QuotedAssetSet in net.finmath.smartcontract.product.xml
Subclasses of QuotedAssetSet in net.finmath.smartcontract.product.xmlFields in net.finmath.smartcontract.product.xml declared as QuotedAssetSetModifier and TypeFieldDescriptionprotected QuotedAssetSetMarket.benchmarkQuotesprotected QuotedAssetSetCreditCurveValuation.inputsprotected QuotedAssetSetYieldCurveValuation.inputsMethods in net.finmath.smartcontract.product.xml that return QuotedAssetSetModifier and TypeMethodDescriptionObjectFactory.createQuotedAssetSet()Create an instance ofQuotedAssetSetMarket.getBenchmarkQuotes()Gets the value of the benchmarkQuotes property.CreditCurveValuation.getInputs()Gets the value of the inputs property.YieldCurveValuation.getInputs()Gets the value of the inputs property.Methods in net.finmath.smartcontract.product.xml with parameters of type QuotedAssetSetModifier and TypeMethodDescriptionvoidMarket.setBenchmarkQuotes(QuotedAssetSet value) Sets the value of the benchmarkQuotes property.voidCreditCurveValuation.setInputs(QuotedAssetSet value) Sets the value of the inputs property.voidYieldCurveValuation.setInputs(QuotedAssetSet value) Sets the value of the inputs property.