Class MutualFund
java.lang.Object
net.finmath.smartcontract.product.xml.Asset
net.finmath.smartcontract.product.xml.IdentifiedAsset
net.finmath.smartcontract.product.xml.UnderlyingAsset
net.finmath.smartcontract.product.xml.MutualFund
Java class for MutualFund complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MutualFund"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset"> <sequence> <element name="openEndedFund" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="fundManager" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
clearanceSystem, currency, definition, exchangeId
Fields inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
description, instrumentId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fundManager property.Gets the value of the openEndedFund property.void
setFundManager
(String value) Sets the value of the fundManager property.void
setOpenEndedFund
(Boolean value) Sets the value of the openEndedFund property.Methods inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
getClearanceSystem, getCurrency, getDefinition, getExchangeId, setClearanceSystem, setCurrency, setDefinition, setExchangeId
Methods inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
getDescription, getInstrumentId, setDescription
-
Field Details
-
openEndedFund
-
fundManager
-
-
Constructor Details
-
MutualFund
public MutualFund()
-
-
Method Details
-
isOpenEndedFund
-
setOpenEndedFund
-
getFundManager
-
setFundManager
-