Uses of Class
net.finmath.smartcontract.product.xml.IdentifiedCurrency
Packages that use IdentifiedCurrency
-
Uses of IdentifiedCurrency in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as IdentifiedCurrencyModifier and TypeFieldDescriptionprotected IdentifiedCurrency
DividendConditions.currency
protected IdentifiedCurrency
LegAmount.currency
protected IdentifiedCurrency
UnderlyingAsset.currency
protected IdentifiedCurrency
FxStraddlePremium.paymentCurrency
protected IdentifiedCurrency
FxFeature.referenceCurrency
protected IdentifiedCurrency
CommodityExercise.settlementCurrency
protected IdentifiedCurrency
CommodityExerciseBasket.settlementCurrency
protected IdentifiedCurrency
CommodityPerformanceSwapBase.settlementCurrency
protected IdentifiedCurrency
CommoditySwap.settlementCurrency
protected IdentifiedCurrency
CommoditySwaptionUnderlying.settlementCurrency
Fields in net.finmath.smartcontract.product.xml with type parameters of type IdentifiedCurrencyModifier and TypeFieldDescriptionprotected List
<IdentifiedCurrency> GenericProduct.settlementCurrency
Methods in net.finmath.smartcontract.product.xml that return IdentifiedCurrencyModifier and TypeMethodDescriptionObjectFactory.createIdentifiedCurrency()
Create an instance ofIdentifiedCurrency
DividendConditions.getCurrency()
Gets the value of the currency property.LegAmount.getCurrency()
Gets the value of the currency property.UnderlyingAsset.getCurrency()
Gets the value of the currency property.FxStraddlePremium.getPaymentCurrency()
Gets the value of the paymentCurrency property.FxFeature.getReferenceCurrency()
Gets the value of the referenceCurrency property.CommodityExercise.getSettlementCurrency()
Gets the value of the settlementCurrency property.CommodityExerciseBasket.getSettlementCurrency()
Gets the value of the settlementCurrency property.CommodityPerformanceSwapBase.getSettlementCurrency()
Gets the value of the settlementCurrency property.CommoditySwap.getSettlementCurrency()
Gets the value of the settlementCurrency property.CommoditySwaptionUnderlying.getSettlementCurrency()
Gets the value of the settlementCurrency property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type IdentifiedCurrencyModifier and TypeMethodDescriptionGenericProduct.getSettlementCurrency()
Gets the value of the settlementCurrency property.Methods in net.finmath.smartcontract.product.xml with parameters of type IdentifiedCurrencyModifier and TypeMethodDescriptionvoid
DividendConditions.setCurrency
(IdentifiedCurrency value) Sets the value of the currency property.void
LegAmount.setCurrency
(IdentifiedCurrency value) Sets the value of the currency property.void
UnderlyingAsset.setCurrency
(IdentifiedCurrency value) Sets the value of the currency property.void
FxStraddlePremium.setPaymentCurrency
(IdentifiedCurrency value) Sets the value of the paymentCurrency property.void
FxFeature.setReferenceCurrency
(IdentifiedCurrency value) Sets the value of the referenceCurrency property.void
CommodityExercise.setSettlementCurrency
(IdentifiedCurrency value) Sets the value of the settlementCurrency property.void
CommodityExerciseBasket.setSettlementCurrency
(IdentifiedCurrency value) Sets the value of the settlementCurrency property.void
CommodityPerformanceSwapBase.setSettlementCurrency
(IdentifiedCurrency value) Sets the value of the settlementCurrency property.void
CommoditySwap.setSettlementCurrency
(IdentifiedCurrency value) Sets the value of the settlementCurrency property.void
CommoditySwaptionUnderlying.setSettlementCurrency
(IdentifiedCurrency value) Sets the value of the settlementCurrency property.