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
FieldsFields inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
clearanceSystem, currency, definition, exchangeIdFields inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
description, instrumentId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fundManager property.Gets the value of the openEndedFund property.voidsetFundManager(String value) Sets the value of the fundManager property.voidsetOpenEndedFund(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, setExchangeIdMethods 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
-