Uses of Class
net.finmath.smartcontract.product.xml.PricingStructureReference
-
Uses of PricingStructureReference in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected PricingStructureReference
DefaultProbabilityCurve.baseYieldCurve
protected PricingStructureReference
FxCurveValuation.forecastCurrencyYieldCurve
protected PricingStructureReference
PricingInputReplacement.originalInputReference
protected PricingStructureReference
PricingMethod.pricingInputReference
protected PricingStructureReference
SensitivitySetDefinition.pricingInputReference
protected PricingStructureReference
PricingInputReplacement.replacementInputReference
protected PricingStructureReference
DerivativeCalculationProcedure.replacementMarketInput
protected PricingStructureReference
FxCurveValuation.settlementCurrencyYieldCurve
Modifier and TypeMethodDescriptionObjectFactory.createPricingStructureReference()
Create an instance ofPricingStructureReference
DefaultProbabilityCurve.getBaseYieldCurve()
Gets the value of the baseYieldCurve property.FxCurveValuation.getForecastCurrencyYieldCurve()
Gets the value of the forecastCurrencyYieldCurve property.PricingInputReplacement.getOriginalInputReference()
Gets the value of the originalInputReference property.PricingMethod.getPricingInputReference()
Gets the value of the pricingInputReference property.SensitivitySetDefinition.getPricingInputReference()
Gets the value of the pricingInputReference property.PricingInputReplacement.getReplacementInputReference()
Gets the value of the replacementInputReference property.DerivativeCalculationProcedure.getReplacementMarketInput()
Gets the value of the replacementMarketInput property.FxCurveValuation.getSettlementCurrencyYieldCurve()
Gets the value of the settlementCurrencyYieldCurve property.Modifier and TypeMethodDescriptionvoid
DefaultProbabilityCurve.setBaseYieldCurve
(PricingStructureReference value) Sets the value of the baseYieldCurve property.void
FxCurveValuation.setForecastCurrencyYieldCurve
(PricingStructureReference value) Sets the value of the forecastCurrencyYieldCurve property.void
PricingInputReplacement.setOriginalInputReference
(PricingStructureReference value) Sets the value of the originalInputReference property.void
PricingMethod.setPricingInputReference
(PricingStructureReference value) Sets the value of the pricingInputReference property.void
SensitivitySetDefinition.setPricingInputReference
(PricingStructureReference value) Sets the value of the pricingInputReference property.void
PricingInputReplacement.setReplacementInputReference
(PricingStructureReference value) Sets the value of the replacementInputReference property.void
DerivativeCalculationProcedure.setReplacementMarketInput
(PricingStructureReference value) Sets the value of the replacementMarketInput property.void
FxCurveValuation.setSettlementCurrencyYieldCurve
(PricingStructureReference value) Sets the value of the settlementCurrencyYieldCurve property.