Uses of Class
net.finmath.smartcontract.product.xml.NotionalReference
Packages that use NotionalReference
-
Uses of NotionalReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as NotionalReferenceModifier and TypeFieldDescriptionprotected NotionalReferenceFxLinkedNotionalSchedule.constantNotionalScheduleReferenceprotected NotionalReferenceExerciseFee.notionalReferenceprotected NotionalReferenceMoneyRef.notionalReferenceprotected NotionalReferenceOptionExerciseAmounts.notionalReferenceprotected NotionalReferenceTradeLegSizeChange.notionalReferenceprotected NotionalReferenceOptionExerciseAmounts.notionalScheduleReferenceprotected NotionalReferenceTradeLegSizeChange.notionalScheduleReferenceprotected NotionalReferenceUnitQuantityRef.quantityReferenceFields in net.finmath.smartcontract.product.xml with type parameters of type NotionalReferenceModifier and TypeFieldDescriptionprotected List<NotionalReference> MultipleExercise.notionalReferenceprotected List<NotionalReference> PartialExercise.notionalReferenceMethods in net.finmath.smartcontract.product.xml that return NotionalReferenceModifier and TypeMethodDescriptionObjectFactory.createNotionalReference()Create an instance ofNotionalReferenceFxLinkedNotionalSchedule.getConstantNotionalScheduleReference()Gets the value of the constantNotionalScheduleReference property.ExerciseFee.getNotionalReference()Gets the value of the notionalReference property.MoneyRef.getNotionalReference()Gets the value of the notionalReference property.OptionExerciseAmounts.getNotionalReference()Gets the value of the notionalReference property.TradeLegSizeChange.getNotionalReference()Gets the value of the notionalReference property.OptionExerciseAmounts.getNotionalScheduleReference()Gets the value of the notionalScheduleReference property.TradeLegSizeChange.getNotionalScheduleReference()Gets the value of the notionalScheduleReference property.UnitQuantityRef.getQuantityReference()Gets the value of the quantityReference property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type NotionalReferenceModifier and TypeMethodDescriptionMultipleExercise.getNotionalReference()Gets the value of the notionalReference property.PartialExercise.getNotionalReference()Gets the value of the notionalReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type NotionalReferenceModifier and TypeMethodDescriptionvoidFxLinkedNotionalSchedule.setConstantNotionalScheduleReference(NotionalReference value) Sets the value of the constantNotionalScheduleReference property.voidExerciseFee.setNotionalReference(NotionalReference value) Sets the value of the notionalReference property.voidMoneyRef.setNotionalReference(NotionalReference value) Sets the value of the notionalReference property.voidOptionExerciseAmounts.setNotionalReference(NotionalReference value) Sets the value of the notionalReference property.voidTradeLegSizeChange.setNotionalReference(NotionalReference value) Sets the value of the notionalReference property.voidOptionExerciseAmounts.setNotionalScheduleReference(NotionalReference value) Sets the value of the notionalScheduleReference property.voidTradeLegSizeChange.setNotionalScheduleReference(NotionalReference value) Sets the value of the notionalScheduleReference property.voidUnitQuantityRef.setQuantityReference(NotionalReference value) Sets the value of the quantityReference property.