j:FinancialAccount
A financial account maintained by a financial institution.
Element information
Namespace: http://release.niem.gov/niem/domains/jxdm/5.1/
Schema document: domains/jxdm/5.1/jxdm.xsd
Type: j:FinancialAccountType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- j:FinancialAccountCategoryText [0..*]A kind of account or financial service maintained by a financial institution.
- j:FinancialAccountListedName [0..*]A name of a person or organization appearing on a financial account.
- j:FinancialAccountNumberID [0..*]An identifier assigned to a type of financial account.
- j:FinancialAccountPresentBalanceAmount [0..*]An account balance at the time of financial compilation.
- j:FinancialAccountAugmentationPointAbstract [0..*]An augmentation point for FinancialAccountType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group j:FinancialAccountAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Used in
- Type j:FinancialAccountInstitutionAssociationType (Element j:FinancialAccountInstitutionAssociation)
- Type j:FinancialCompilationType (Element j:FinancialCompilation)
Sample instance
<j:FinancialAccount> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <j:FinancialAccountCategoryText>string</j:FinancialAccountCategoryText> <j:FinancialAccountListedName>string</j:FinancialAccountListedName> <j:FinancialAccountNumberID>string</j:FinancialAccountNumberID> <j:FinancialAccountPresentBalanceAmount> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:Amount>1.0</nc:Amount> <nc:CurrencyCode>AED</nc:CurrencyCode> <nc:AmountAugmentationPoint>any content</nc:AmountAugmentationPoint> </j:FinancialAccountPresentBalanceAmount> <j:FinancialAccountAugmentationPoint>any content</j:FinancialAccountAugmentationPoint> </j:FinancialAccount>