Uses of Class
net.finmath.smartcontract.product.xml.PricingStructureReference
Packages that use PricingStructureReference
-
Uses of PricingStructureReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PricingStructureReferenceModifier and TypeFieldDescriptionprotected PricingStructureReferenceDefaultProbabilityCurve.baseYieldCurveprotected PricingStructureReferenceFxCurveValuation.forecastCurrencyYieldCurveprotected PricingStructureReferencePricingInputReplacement.originalInputReferenceprotected PricingStructureReferencePricingMethod.pricingInputReferenceprotected PricingStructureReferenceSensitivitySetDefinition.pricingInputReferenceprotected PricingStructureReferencePricingInputReplacement.replacementInputReferenceprotected PricingStructureReferenceDerivativeCalculationProcedure.replacementMarketInputprotected PricingStructureReferenceFxCurveValuation.settlementCurrencyYieldCurveMethods in net.finmath.smartcontract.product.xml that return PricingStructureReferenceModifier and TypeMethodDescriptionObjectFactory.createPricingStructureReference()Create an instance ofPricingStructureReferenceDefaultProbabilityCurve.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.Methods in net.finmath.smartcontract.product.xml with parameters of type PricingStructureReferenceModifier and TypeMethodDescriptionvoidDefaultProbabilityCurve.setBaseYieldCurve(PricingStructureReference value) Sets the value of the baseYieldCurve property.voidFxCurveValuation.setForecastCurrencyYieldCurve(PricingStructureReference value) Sets the value of the forecastCurrencyYieldCurve property.voidPricingInputReplacement.setOriginalInputReference(PricingStructureReference value) Sets the value of the originalInputReference property.voidPricingMethod.setPricingInputReference(PricingStructureReference value) Sets the value of the pricingInputReference property.voidSensitivitySetDefinition.setPricingInputReference(PricingStructureReference value) Sets the value of the pricingInputReference property.voidPricingInputReplacement.setReplacementInputReference(PricingStructureReference value) Sets the value of the replacementInputReference property.voidDerivativeCalculationProcedure.setReplacementMarketInput(PricingStructureReference value) Sets the value of the replacementMarketInput property.voidFxCurveValuation.setSettlementCurrencyYieldCurve(PricingStructureReference value) Sets the value of the settlementCurrencyYieldCurve property.