XML Schema Documentation

Complex Type: InitialPortfolioDefinition

[Table of contents]

Super-types: PortfolioDefinition < InitialPortfolioDefinition (by extension)
Sub-types: None
Name InitialPortfolioDefinition
Used by (from the same schema document) Complex Type PositionsAsserted
Abstract no
XML Instance Representation
<...>
<portfolioName> xsd:normalizedString </portfolioName> [1]
<asOfDate> xsd:date </asOfDate> [1]
<definingParty> PartyReference </definingParty> [1]
<matchingParty> PartyReference </matchingParty> [0..1]
<newPortfolioDefinition> xsd:boolean </newPortfolioDefinition> [1]

'Indicates whether it\'s a definition of a new portfolio (true) or an update to an existing one (false).'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="InitialPortfolioDefinition">
<xsd:complexContent>
<xsd:extension base=" PortfolioDefinition ">
<xsd:sequence>
<xsd:element name="newPortfolioDefinition" type=" xsd:boolean "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>