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 NotionalReference
FxLinkedNotionalSchedule.constantNotionalScheduleReference
protected NotionalReference
ExerciseFee.notionalReference
protected NotionalReference
MoneyRef.notionalReference
protected NotionalReference
OptionExerciseAmounts.notionalReference
protected NotionalReference
TradeLegSizeChange.notionalReference
protected NotionalReference
OptionExerciseAmounts.notionalScheduleReference
protected NotionalReference
TradeLegSizeChange.notionalScheduleReference
protected NotionalReference
UnitQuantityRef.quantityReference
Fields in net.finmath.smartcontract.product.xml with type parameters of type NotionalReferenceModifier and TypeFieldDescriptionprotected List
<NotionalReference> MultipleExercise.notionalReference
protected List
<NotionalReference> PartialExercise.notionalReference
Methods in net.finmath.smartcontract.product.xml that return NotionalReferenceModifier and TypeMethodDescriptionObjectFactory.createNotionalReference()
Create an instance ofNotionalReference
FxLinkedNotionalSchedule.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 TypeMethodDescriptionvoid
FxLinkedNotionalSchedule.setConstantNotionalScheduleReference
(NotionalReference value) Sets the value of the constantNotionalScheduleReference property.void
ExerciseFee.setNotionalReference
(NotionalReference value) Sets the value of the notionalReference property.void
MoneyRef.setNotionalReference
(NotionalReference value) Sets the value of the notionalReference property.void
OptionExerciseAmounts.setNotionalReference
(NotionalReference value) Sets the value of the notionalReference property.void
TradeLegSizeChange.setNotionalReference
(NotionalReference value) Sets the value of the notionalReference property.void
OptionExerciseAmounts.setNotionalScheduleReference
(NotionalReference value) Sets the value of the notionalScheduleReference property.void
TradeLegSizeChange.setNotionalScheduleReference
(NotionalReference value) Sets the value of the notionalScheduleReference property.void
UnitQuantityRef.setQuantityReference
(NotionalReference value) Sets the value of the quantityReference property.