InvestmentHoldingFilter - Schema Documentation - V4.5.Revision
Documents generated: 4/9/2021

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v4/InvestmentHoldingFilter.xsd
Version 4.5.Revision
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://cufxstandards.com/v4/Account.xsd (at Account.xsd)
    • http://cufxstandards.com/v4/Common.xsd (at Common.xsd)
    • http://cufxstandards.com/v4/Investment.xsd (at Investment.xsd)
    • http://cufxstandards.com/v4/InvestmentHolding.xsd (at InvestmentHolding.xsd)

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v4/InvestmentHoldingFilter.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
account http://cufxstandards.com/v4/Account.xsd
common http://cufxstandards.com/v4/Common.xsd
investment http://cufxstandards.com/v4/Investment.xsd
investmentHolding http://cufxstandards.com/v4/InvestmentHolding.xsd
Schema Component Representation
<xs:schema targetNamespace="http://cufxstandards.com/v4/InvestmentHoldingFilter.xsd" version="4.5.$Revision$" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://cufxstandards.com/v4/Account.xsd" schemaLocation="Account.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/Common.xsd" schemaLocation="Common.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/Investment.xsd" schemaLocation="Investment.xsd"/>
<xs:import namespace="http://cufxstandards.com/v4/InvestmentHolding.xsd" schemaLocation="InvestmentHolding.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: investmentHoldingFilter

Name investmentHoldingFilter
Type InvestmentHoldingFilter
Nillable no
Abstract no
Documentation The collection/array list contains all the investment holdings to be read, updated or deleted with this request.
JSON Instance Representation
{investmentHoldingFilter
"accountIdList" : account:AccountIdList , [0..1] ?
"holdingIdList" : investmentHolding:HoldingIdList , [0..1] ?
"investmentHoldingAsOfDateRange" : common:DateRange , [0..1] ?
"customData" : common:CustomData , [0..1] ?
"accountIdentificationList" : account:AccountIdentificationList , [0..1] ?
investmentHoldingFilter}
Schema Component Representation
<xs:element name="investmentHoldingFilter" type="InvestmentHoldingFilter"/>
top

Global Definitions

Complex Type: InvestmentHoldingFilter

Name InvestmentHoldingFilter
Abstract no
Documentation The collection/array contains all the investment holdings to be read, updated or deleted with this request.
JSON Instance Representation
{
"accountIdList" : account:AccountIdList , [0..1] ?
"holdingIdList" : investmentHolding:HoldingIdList , [0..1] ?
"investmentHoldingAsOfDateRange" : common:DateRange , [0..1] ?
"customData" : common:CustomData , [0..1] ?
"accountIdentificationList" : account:AccountIdentificationList , [0..1] ?
}
Schema Component Representation
<xs:complexType name="InvestmentHoldingFilter">
<xs:sequence>
<xs:element name="accountIdList" type="account:AccountIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="holdingIdList" type="investmentHolding:HoldingIdList" minOccurs="0" maxOccurs="1"/>
<xs:element name="investmentHoldingAsOfDateRange" type="common:DateRange" minOccurs="0" maxOccurs="1"/>
<xs:element name="customData" type="common:CustomData" minOccurs="0" maxOccurs="1"/>
<xs:element name="accountIdentificationList" type="account:AccountIdentificationList" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
top