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 QuotedAssetSet
Market.benchmarkQuotes
protected QuotedAssetSet
CreditCurveValuation.inputs
protected QuotedAssetSet
YieldCurveValuation.inputs
Methods in net.finmath.smartcontract.product.xml that return QuotedAssetSetModifier and TypeMethodDescriptionObjectFactory.createQuotedAssetSet()
Create an instance ofQuotedAssetSet
Market.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 TypeMethodDescriptionvoid
Market.setBenchmarkQuotes
(QuotedAssetSet value) Sets the value of the benchmarkQuotes property.void
CreditCurveValuation.setInputs
(QuotedAssetSet value) Sets the value of the inputs property.void
YieldCurveValuation.setInputs
(QuotedAssetSet value) Sets the value of the inputs property.