<?xml version="1.0"?>
<?xml-stylesheet href="CoreComponents.xsl" type="text/xsl"?>
<!DOCTYPE CoreComponents SYSTEM "CoreComponents.dtd" [
]>


<CoreComponents xmlns:xsd="http://www.w3.org/1999/XMLSchema">
  <Entity>
    <Date>2000-06-22</Date>
    <Submitter>CC-finance</Submitter>
    <Contact>james.whittle@e-centre.org.uk</Contact>
    <Identifier>statement-balance</Identifier>
    <Sector>finance/banking</Sector>
    <Process>account reporting</Process>
    <Name xml:lang="EN">statement balance</Name>
    <Description xml:lang="EN">A statement of booked or pending items on a customers account</Description>
    <Component>
      <Name xml:lang="EN">amount</Name>
      <Description xml:lang="EN">monetary amount</Description>
      <Cardinality>1..1</Cardinality>
      <RepresentationID>amount</RepresentationID>
    </Component>
    <Component>
      <Name xml:lang="EN">currency code</Name>
      <Description xml:lang="EN">currency code</Description>
      <Cardinality>0..1</Cardinality>
      <RepresentationID>code</RepresentationID>
    </Component>
    <Component>
      <Name xml:lang="EN">balance type code</Name>
      <Description xml:lang="EN">code identifing the kind of balance</Description>
      <Cardinality>1..1</Cardinality>
      <RepresentationID>code</RepresentationID>
    </Component>
    <Component>
      <Name xml:lang="EN">currency conversion</Name>
      <Description xml:lang="EN">entity detailing the information required to make a converstion of an amount from one currency to another</Description>
      <Cardinality>0..1</Cardinality>
      <EntityID>currency-conversion</EntityID>
    </Component>
    <Component>
      <Name xml:lang="EN">date/time</Name>
      <Description xml:lang="EN"/>
      <Cardinality>0..*</Cardinality>
      <EntityID>date-time</EntityID>
    </Component>
    <EntityApplication>
      <Name xml:lang="EN">Closing balance</Name>
      <Description xml:lang="EN"/>
      <Constraints/>
    </EntityApplication>
    <EntityApplication>
      <Name xml:lang="EN">Opening balance</Name>
      <Description xml:lang="EN"/>
      <Constraints/>
    </EntityApplication>
    <EntityApplication>
      <Name xml:lang="EN">Interim opening balance</Name>
      <Description xml:lang="EN"/>
      <Constraints/>
    </EntityApplication>
    <EntityApplication>
      <Name xml:lang="EN">Interim closing balance</Name>
      <Description xml:lang="EN"/>
      <Constraints/>
    </EntityApplication>
    <EntityApplication>
      <Name xml:lang="EN">Balance to be confirmed</Name>
      <Description xml:lang="EN"/>
      <Constraints/>
    </EntityApplication>
    <EntityApplication>
      <Name xml:lang="EN">Value date balance</Name>
      <Description xml:lang="EN"/>
      <Constraints>This must have a date</Constraints>
    </EntityApplication>
    <EntityApplication>
      <Name xml:lang="EN">Closing available balance</Name>
      <Description xml:lang="EN"/>
      <Constraints/>
    </EntityApplication>
    <EntityApplication>
      <Name xml:lang="EN">Forward available balance</Name>
      <Description xml:lang="EN"/>
      <Constraints>This must have a date</Constraints>
    </EntityApplication>
  </Entity>
</CoreComponents>
