Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by

Table of Contents

Group by:
Main schema equities.xsd
Namespace http://api.rebit.org.in/FISchema/equities
Properties
attribute form default unqualified
element form default qualified
[ top ]
Element aa:Account
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagramequities.tmp#Account_linkedAccRefequities.tmp#Account_maskedDematIdequities.tmp#Account_versionequities.tmp#Account_typeequities.tmp#Profileequities.tmp#Summaryequities.tmp#Transactions
Properties
content complex
Model
Children aa:Profile, aa:Summary, aa:Transactions
Instance
<aa:Account linkedAccRef="" maskedDematId="" type="equities" version="" xmlns:aa="http://api.rebit.org.in/FISchema/equities">
  <aa:Profile>{0,1}</aa:Profile>
  <aa:Summary currentValue="">{0,1}</aa:Summary>
  <aa:Transactions endDate="" startDate="">{0,1}</aa:Transactions>
</aa:Account>
Attributes
QName Type Fixed Use Annotation
linkedAccRef xs:string required
maskedDematId xs:string required
Demat ID assigned or issued to investor
type xs:string equities required
version aa:version required
Source
<xs:element name="Account">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Profile" minOccurs="0"/>
      <xs:element ref="aa:Summary" minOccurs="0"/>
      <xs:element ref="aa:Transactions" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="linkedAccRef" use="required" type="xs:string"/>
    <xs:attribute name="maskedDematId" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Demat ID assigned or issued to investor</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="version" use="required" type="aa:version"/>
    <xs:attribute name="type" use="required" type="xs:string" fixed="equities"/>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Profile
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagramequities.tmp#Holders
Properties
content complex
Used by
Element aa:Account
Model
Children aa:Holders
Instance
<aa:Profile xmlns:aa="http://api.rebit.org.in/FISchema/equities">
  <aa:Holders>{1,1}</aa:Holders>
</aa:Profile>
Source
<xs:element name="Profile">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Holders"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Holders
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagramequities.tmp#Holder
Properties
content complex
Used by
Element aa:Profile
Model
Children aa:Holder
Instance
<aa:Holders xmlns:aa="http://api.rebit.org.in/FISchema/equities">
  <aa:Holder address="" dematId="" dob="" email="" kycCompliance="" landline="" mobile="" name="" nominee="" pan="">{1,unbounded}</aa:Holder>
</aa:Holders>
Source
<xs:element name="Holders">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Holder" maxOccurs="unbounded" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Holder
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagramequities.tmp#Holder_nameequities.tmp#Holder_dobequities.tmp#Holder_mobileequities.tmp#Holder_nomineeequities.tmp#Holder_dematIdequities.tmp#Holder_landlineequities.tmp#Holder_addressequities.tmp#Holder_emailequities.tmp#Holder_panequities.tmp#Holder_kycCompliance
Properties
content complex
Used by
Element aa:Holders
Attributes
QName Type Use Annotation
address xs:string required
Address of primary account holder
dematId xs:string required
Demat ID assigned or issued to investor
dob xs:date optional
Date of birth of primary account holder
email aa:HolderEmail optional
Email ID of primary account holder
kycCompliance xs:boolean optional
KYC status whether its completed or pending
landline xs:string optional
Landline number of primary account holder
mobile xs:integer required
Primary mobile number of account holder
name xs:string required
Name of primary holder operating the account
nominee aa:HoldingNominee optional
Status whether nominee is registered or not for the account
pan aa:HolderPan required
PAN number of primary account holder
Source
<xs:element name="Holder">
  <xs:complexType>
    <xs:attribute name="name" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Name of primary holder operating the account</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="dob" use="optional" type="xs:date">
      <xs:annotation>
        <xs:documentation>Date of birth of primary account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="mobile" use="required" type="xs:integer">
      <xs:annotation>
        <xs:documentation>Primary mobile number of account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="nominee" use="optional" type="aa:HoldingNominee">
      <xs:annotation>
        <xs:documentation>Status whether nominee is registered or not for the account</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="dematId" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Demat ID assigned or issued to investor</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="landline" type="xs:string">
      <xs:annotation>
        <xs:documentation>Landline number of primary account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="address" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Address of primary account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="email" use="optional" type="aa:HolderEmail">
      <xs:annotation>
        <xs:documentation>Email ID of primary account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="pan" use="required" type="aa:HolderPan">
      <xs:annotation>
        <xs:documentation>PAN number of primary account holder</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="kycCompliance" use="optional" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>KYC status whether its completed or pending</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Summary
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagramequities.tmp#Summary_currentValueequities.tmp#Investment
Properties
content complex
Used by
Element aa:Account
Model
Children aa:Investment
Instance
<aa:Summary currentValue="" xmlns:aa="http://api.rebit.org.in/FISchema/equities">
  <aa:Investment>{1,1}</aa:Investment>
</aa:Summary>
Attributes
QName Type Use Annotation
currentValue xs:float required
Current value of investment as on date
Source
<xs:element name="Summary">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Investment"/>
    </xs:sequence>
    <xs:attribute name="currentValue" use="required" type="xs:float">
      <xs:annotation>
        <xs:documentation>Current value of investment as on date</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Investment
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagramequities.tmp#Holdings
Properties
content complex
Used by
Element aa:Summary
Model
Children aa:Holdings
Instance
<aa:Investment xmlns:aa="http://api.rebit.org.in/FISchema/equities">
  <aa:Holdings type="">{1,1}</aa:Holdings>
</aa:Investment>
Source
<xs:element name="Investment">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Holdings"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Holdings
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagramequities.tmp#Holdings_typeequities.tmp#Holding
Properties
content complex
Used by
Element aa:Investment
Model
Children aa:Holding
Instance
<aa:Holdings type="" xmlns:aa="http://api.rebit.org.in/FISchema/equities">
  <aa:Holding isin="" isinDescription="" issuerName="" lastTradedPrice="" units="">{1,unbounded}</aa:Holding>
</aa:Holdings>
Attributes
QName Type Use Annotation
type aa:HoldingMode required
Source
<xs:element name="Holdings">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Holding" maxOccurs="unbounded" minOccurs="1"/>
    </xs:sequence>
    <xs:attribute name="type" use="required" type="aa:HoldingMode">
      <xs:annotation>
        <xs:documentation>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Holding
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagramequities.tmp#Holding_issuerNameequities.tmp#Holding_isinequities.tmp#Holding_isinDescriptionequities.tmp#Holding_unitsequities.tmp#Holding_lastTradedPrice
Properties
content complex
Used by
Element aa:Holdings
Attributes
QName Type Use Annotation
isin xs:string required
International Securities Identification Number (ISIN) uniquely identifies a security.
isinDescription xs:string required
Long Name of ISIN
issuerName xs:string required
Name of party who issued the equities in which investment made
lastTradedPrice xs:string required
Last trade price of security or closing price
units xs:positiveInteger required
Units allotted in folio till date
Source
<xs:element name="Holding">
  <xs:complexType>
    <xs:attribute name="issuerName" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Name of party who issued the equities in which investment made</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="isin" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>International Securities Identification Number (ISIN) uniquely identifies a security.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="isinDescription" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Long Name of ISIN</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="units" use="required" type="xs:positiveInteger">
      <xs:annotation>
        <xs:documentation>Units allotted in folio till date</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="lastTradedPrice" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Last trade price of security or closing price</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Transactions
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagramequities.tmp#Transactions_startDateequities.tmp#Transactions_endDateequities.tmp#Transaction
Properties
content complex
Used by
Element aa:Account
Model
Children aa:Transaction
Instance
<aa:Transactions endDate="" startDate="" xmlns:aa="http://api.rebit.org.in/FISchema/equities">
  <aa:Transaction companyName="" equityCategory="EQUITY" exchange="" isin="" isinDescription="" narration="" orderId="" rate="" transactionDateTime="" txnId="" type="" units="">{1,unbounded}</aa:Transaction>
</aa:Transactions>
Attributes
QName Type Use Annotation
endDate xs:date required
The date till which the Financial Information was requested
startDate xs:date required
The date from which the Financial Information was requested
Source
<xs:element name="Transactions">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="aa:Transaction" maxOccurs="unbounded" minOccurs="1"/>
    </xs:sequence>
    <xs:attribute name="startDate" use="required" type="xs:date">
      <xs:annotation>
        <xs:documentation>The date from which the Financial Information was requested</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="endDate" use="required" type="xs:date">
      <xs:annotation>
        <xs:documentation>The date till which the Financial Information was requested</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element aa:Transaction
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagramequities.tmp#Transaction_txnIdequities.tmp#Transaction_orderIdequities.tmp#Transaction_companyNameequities.tmp#Transaction_transactionDateTimeequities.tmp#Transaction_exchangeequities.tmp#Transaction_isinequities.tmp#Transaction_isinDescriptionequities.tmp#Transaction_equityCategoryequities.tmp#Transaction_narrationequities.tmp#Transaction_rateequities.tmp#Transaction_typeequities.tmp#Transaction_units
Properties
content complex
Used by
Element aa:Transactions
Attributes
QName Type Fixed Use Annotation
companyName xs:string required
Name of company in which investment made
equityCategory aa:EquityCategory EQUITY required
exchange aa:TransactionsSymbol optional
Stock Exchange on which security is traded
isin xs:string required
International Securities Identification Number (ISIN) uniquely identifies a security.
isinDescription xs:string required
Long Name of ISIN
narration xs:string optional
Narration is additional details in form of description of remark associated with investment
orderId xs:string optional
Order ID which generated at the time of placing the order
rate xs:string optional
Rate or net price on which investment made in security
transactionDateTime xs:dateTime required
Transaction date time stamp for particular record when investment taken place
txnId xs:string required
Transaction ID recorded or captured for investment made
type aa:TransactionsType required
Transaction type may be BUY or SELL
units xs:positiveInteger required
Units which are allotted in the portfolio of investor
Source
<xs:element name="Transaction">
  <xs:complexType>
    <xs:attribute name="txnId" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Transaction ID recorded or captured for investment made</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="orderId" use="optional" type="xs:string">
      <xs:annotation>
        <xs:documentation>Order ID which generated at the time of placing the order</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="companyName" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Name of company in which investment made</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="transactionDateTime" use="required" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>Transaction date time stamp for particular record when investment taken place</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="exchange" use="optional" type="aa:TransactionsSymbol">
      <xs:annotation>
        <xs:documentation>Stock Exchange on which security is traded</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="isin" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>International Securities Identification Number (ISIN) uniquely identifies a security.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="isinDescription" use="required" type="xs:string">
      <xs:annotation>
        <xs:documentation>Long Name of ISIN</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="equityCategory" use="required" type="aa:EquityCategory" fixed="EQUITY"/>
    <xs:attribute name="narration" use="optional" type="xs:string">
      <xs:annotation>
        <xs:documentation>Narration is additional details in form of description of remark associated with investment</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="rate" use="optional" type="xs:string">
      <xs:annotation>
        <xs:documentation>Rate or net price on which investment made in security</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="type" use="required" type="aa:TransactionsType">
      <xs:annotation>
        <xs:documentation>Transaction type may be BUY or SELL</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="units" use="required" type="xs:positiveInteger">
      <xs:annotation>
        <xs:documentation>Units which are allotted in the portfolio of investor</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Simple Type aa:HolderEmail
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [^@]+@[^\.]+\..+
Used by
Attribute aa:Holder/@email
Source
<xs:simpleType name="HolderEmail">
  <xs:restriction base="xs:string">
    <xs:pattern value="[^@]+@[^\.]+\..+"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:HolderPan
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][0-9][0-9][0-9][0-9][a-zA-Z]
Used by
Attribute aa:Holder/@pan
Source
<xs:simpleType name="HolderPan">
  <xs:restriction base="xs:string">
    <xs:pattern value="[a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][0-9][0-9][0-9][0-9][a-zA-Z]"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:version
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 1.0.0
Used by
Source
<xs:simpleType name="version">
  <xs:restriction base="xs:string">
    <xs:enumeration value="1.0.0"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:TransactionsType
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration BUY
enumeration SELL
enumeration BONUS
enumeration SPLIT
enumeration DIVIDEND
enumeration RIGHTS
enumeration OTHERS
Used by
Source
<xs:simpleType name="TransactionsType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="BUY"/>
    <xs:enumeration value="SELL"/>
    <xs:enumeration value="BONUS"/>
    <xs:enumeration value="SPLIT"/>
    <xs:enumeration value="DIVIDEND"/>
    <xs:enumeration value="RIGHTS"/>
    <xs:enumeration value=" OTHERS"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:TransactionsSymbol
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration BSE
enumeration NSE
enumeration OTHERS
Used by
Source
<xs:simpleType name="TransactionsSymbol">
  <xs:restriction base="xs:string">
    <xs:enumeration value="BSE"/>
    <xs:enumeration value="NSE"/>
    <xs:enumeration value=" OTHERS"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:HoldingMode
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration DEMAT
enumeration PHYSICAL
Used by
Attribute aa:Holdings/@type
Source
<xs:simpleType name="HoldingMode">
  <xs:restriction base="xs:string">
    <xs:enumeration value="DEMAT"/>
    <xs:enumeration value="PHYSICAL"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:EquityCategory
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration EQUITY
Used by
Source
<xs:simpleType name="EquityCategory">
  <xs:restriction base="xs:string">
    <xs:enumeration value="EQUITY"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Simple Type aa:HoldingNominee
Namespace http://api.rebit.org.in/FISchema/equities
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration REGISTERED
enumeration NOT-REGISTERED
Used by
Attribute aa:Holder/@nominee
Source
<xs:simpleType name="HoldingNominee">
  <xs:restriction base="xs:string">
    <xs:enumeration value="REGISTERED"/>
    <xs:enumeration value="NOT-REGISTERED"/>
  </xs:restriction>
</xs:simpleType>
[ top ]
Attribute aa:Holder / @name
Namespace No namespace
Annotations
Name of primary holder operating the account
Type xs:string
Properties
use required
Used by
Element aa:Holder
Source
<xs:attribute name="name" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Name of primary holder operating the account</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @dob
Namespace No namespace
Annotations
Date of birth of primary account holder
Type xs:date
Properties
use optional
Used by
Element aa:Holder
Source
<xs:attribute name="dob" use="optional" type="xs:date">
  <xs:annotation>
    <xs:documentation>Date of birth of primary account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @mobile
Namespace No namespace
Annotations
Primary mobile number of account holder
Type xs:integer
Properties
use required
Used by
Element aa:Holder
Source
<xs:attribute name="mobile" use="required" type="xs:integer">
  <xs:annotation>
    <xs:documentation>Primary mobile number of account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @nominee
Namespace No namespace
Annotations
Status whether nominee is registered or not for the account
Type aa:HoldingNominee
Properties
use optional
Facets
enumeration REGISTERED
enumeration NOT-REGISTERED
Used by
Element aa:Holder
Source
<xs:attribute name="nominee" use="optional" type="aa:HoldingNominee">
  <xs:annotation>
    <xs:documentation>Status whether nominee is registered or not for the account</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @dematId
Namespace No namespace
Annotations
Demat ID assigned or issued to investor
Type xs:string
Properties
use required
Used by
Element aa:Holder
Source
<xs:attribute name="dematId" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Demat ID assigned or issued to investor</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @landline
Namespace No namespace
Annotations
Landline number of primary account holder
Type xs:string
Properties
content simple
Used by
Element aa:Holder
Source
<xs:attribute name="landline" type="xs:string">
  <xs:annotation>
    <xs:documentation>Landline number of primary account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @address
Namespace No namespace
Annotations
Address of primary account holder
Type xs:string
Properties
use required
Used by
Element aa:Holder
Source
<xs:attribute name="address" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Address of primary account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @email
Namespace No namespace
Annotations
Email ID of primary account holder
Type aa:HolderEmail
Properties
use optional
Facets
pattern [^@]+@[^\.]+\..+
Used by
Element aa:Holder
Source
<xs:attribute name="email" use="optional" type="aa:HolderEmail">
  <xs:annotation>
    <xs:documentation>Email ID of primary account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @pan
Namespace No namespace
Annotations
PAN number of primary account holder
Type aa:HolderPan
Properties
use required
Facets
pattern [a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][0-9][0-9][0-9][0-9][a-zA-Z]
Used by
Element aa:Holder
Source
<xs:attribute name="pan" use="required" type="aa:HolderPan">
  <xs:annotation>
    <xs:documentation>PAN number of primary account holder</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holder / @kycCompliance
Namespace No namespace
Annotations
KYC status whether its completed or pending
Type xs:boolean
Properties
use optional
Used by
Element aa:Holder
Source
<xs:attribute name="kycCompliance" use="optional" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>KYC status whether its completed or pending</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holding / @issuerName
Namespace No namespace
Annotations
Name of party who issued the equities in which investment made
Type xs:string
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="issuerName" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Name of party who issued the equities in which investment made</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holding / @isin
Namespace No namespace
Annotations
International Securities Identification Number (ISIN) uniquely identifies a security.
Type xs:string
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="isin" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>International Securities Identification Number (ISIN) uniquely identifies a security.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holding / @isinDescription
Namespace No namespace
Annotations
Long Name of ISIN
Type xs:string
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="isinDescription" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Long Name of ISIN</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holding / @units
Namespace No namespace
Annotations
Units allotted in folio till date
Type xs:positiveInteger
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="units" use="required" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>Units allotted in folio till date</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holding / @lastTradedPrice
Namespace No namespace
Annotations
Last trade price of security or closing price
Type xs:string
Properties
use required
Used by
Element aa:Holding
Source
<xs:attribute name="lastTradedPrice" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Last trade price of security or closing price</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Holdings / @type
Namespace No namespace
Annotations
Type aa:HoldingMode
Properties
use required
Facets
enumeration DEMAT
enumeration PHYSICAL
Used by
Element aa:Holdings
Source
<xs:attribute name="type" use="required" type="aa:HoldingMode">
  <xs:annotation>
    <xs:documentation>
    </xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Summary / @currentValue
Namespace No namespace
Annotations
Current value of investment as on date
Type xs:float
Properties
use required
Used by
Element aa:Summary
Source
<xs:attribute name="currentValue" use="required" type="xs:float">
  <xs:annotation>
    <xs:documentation>Current value of investment as on date</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @txnId
Namespace No namespace
Annotations
Transaction ID recorded or captured for investment made
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="txnId" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Transaction ID recorded or captured for investment made</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @orderId
Namespace No namespace
Annotations
Order ID which generated at the time of placing the order
Type xs:string
Properties
use optional
Used by
Element aa:Transaction
Source
<xs:attribute name="orderId" use="optional" type="xs:string">
  <xs:annotation>
    <xs:documentation>Order ID which generated at the time of placing the order</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @companyName
Namespace No namespace
Annotations
Name of company in which investment made
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="companyName" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Name of company in which investment made</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @transactionDateTime
Namespace No namespace
Annotations
Transaction date time stamp for particular record when investment taken place
Type xs:dateTime
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="transactionDateTime" use="required" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>Transaction date time stamp for particular record when investment taken place</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @exchange
Namespace No namespace
Annotations
Stock Exchange on which security is traded
Type aa:TransactionsSymbol
Properties
use optional
Facets
enumeration BSE
enumeration NSE
enumeration OTHERS
Used by
Element aa:Transaction
Source
<xs:attribute name="exchange" use="optional" type="aa:TransactionsSymbol">
  <xs:annotation>
    <xs:documentation>Stock Exchange on which security is traded</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @isin
Namespace No namespace
Annotations
International Securities Identification Number (ISIN) uniquely identifies a security.
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="isin" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>International Securities Identification Number (ISIN) uniquely identifies a security.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @isinDescription
Namespace No namespace
Annotations
Long Name of ISIN
Type xs:string
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="isinDescription" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Long Name of ISIN</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @equityCategory
Namespace No namespace
Type aa:EquityCategory
Properties
use required
fixed EQUITY
Facets
enumeration EQUITY
Used by
Element aa:Transaction
Source
<xs:attribute name="equityCategory" use="required" type="aa:EquityCategory" fixed="EQUITY"/>
[ top ]
Attribute aa:Transaction / @narration
Namespace No namespace
Annotations
Narration is additional details in form of description of remark associated with investment
Type xs:string
Properties
use optional
Used by
Element aa:Transaction
Source
<xs:attribute name="narration" use="optional" type="xs:string">
  <xs:annotation>
    <xs:documentation>Narration is additional details in form of description of remark associated with investment</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @rate
Namespace No namespace
Annotations
Rate or net price on which investment made in security
Type xs:string
Properties
use optional
Used by
Element aa:Transaction
Source
<xs:attribute name="rate" use="optional" type="xs:string">
  <xs:annotation>
    <xs:documentation>Rate or net price on which investment made in security</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @type
Namespace No namespace
Annotations
Transaction type may be BUY or SELL
Type aa:TransactionsType
Properties
use required
Facets
enumeration BUY
enumeration SELL
enumeration BONUS
enumeration SPLIT
enumeration DIVIDEND
enumeration RIGHTS
enumeration OTHERS
Used by
Element aa:Transaction
Source
<xs:attribute name="type" use="required" type="aa:TransactionsType">
  <xs:annotation>
    <xs:documentation>Transaction type may be BUY or SELL</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transaction / @units
Namespace No namespace
Annotations
Units which are allotted in the portfolio of investor
Type xs:positiveInteger
Properties
use required
Used by
Element aa:Transaction
Source
<xs:attribute name="units" use="required" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>Units which are allotted in the portfolio of investor</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transactions / @startDate
Namespace No namespace
Annotations
The date from which the Financial Information was requested
Type xs:date
Properties
use required
Used by
Element aa:Transactions
Source
<xs:attribute name="startDate" use="required" type="xs:date">
  <xs:annotation>
    <xs:documentation>The date from which the Financial Information was requested</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Transactions / @endDate
Namespace No namespace
Annotations
The date till which the Financial Information was requested
Type xs:date
Properties
use required
Used by
Element aa:Transactions
Source
<xs:attribute name="endDate" use="required" type="xs:date">
  <xs:annotation>
    <xs:documentation>The date till which the Financial Information was requested</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Account / @linkedAccRef
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element aa:Account
Source
<xs:attribute name="linkedAccRef" use="required" type="xs:string"/>
[ top ]
Attribute aa:Account / @maskedDematId
Namespace No namespace
Annotations
Demat ID assigned or issued to investor
Type xs:string
Properties
use required
Used by
Element aa:Account
Source
<xs:attribute name="maskedDematId" use="required" type="xs:string">
  <xs:annotation>
    <xs:documentation>Demat ID assigned or issued to investor</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute aa:Account / @version
Namespace No namespace
Type aa:version
Properties
use required
Facets
enumeration 1.0.0
Used by
Element aa:Account
Source
<xs:attribute name="version" use="required" type="aa:version"/>
[ top ]
Attribute aa:Account / @type
Namespace No namespace
Type xs:string
Properties
use required
fixed equities
Used by
Element aa:Account
Source
<xs:attribute name="type" use="required" type="xs:string" fixed="equities"/>
[ top ]