FinancialMetricsDetail

Uses the Component:FinancialMetricsDetailType

Financial Metrics Detail

Fields and Components

Table 6.6. Fields and Components

Name Description Occurrence Type Data Type User Notes
SenderAccountID

Identifies the Sender's Account ID or Code.

0..1Field udt:IdentifierType  
SenderAccountDescription

The Sender's Account Description

0..1Field udt:TextType  
ReceiverAccountTypeID

The receiver's Account ID or Account Type Code

0..1Field udt:TextType  
CategoryCode

A term that refines the ReceiverAccountTypeID element

0..1Field udt:TextType  
DetailSerialNumber

A serial number assigned to this instance of FinancialMetricsDetail

0..1Field udt:NumericType  
SenderOffsetAccountID

The Offset Account for the SenderAccountID as defined by the sender's chart of accounts.

0..1Field udt:TextType  
AmountCount

The number of child MonetaryAmount and NonMonetaryAmount components.

0..1Field udt:NumericType  
MonetaryAmount

This component is used to report monetary amounts.

0..*ComponentMonetaryAmountType 
NonMonetaryAmount

This component is used to report non-monetary amounts.

0..*ComponentNonMonetaryAmountType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.6. FinancialMetricsDetail

<FinancialMetricsDetail>
     <SenderAccountID>......</SenderAccountID>     [0..1]
     <SenderAccountDescription>......</SenderAccountDescription>     [0..1]
     <ReceiverAccountTypeID>......</ReceiverAccountTypeID>     [0..1]
     <CategoryCode>......</CategoryCode>     [0..1]
     <DetailSerialNumber>......</DetailSerialNumber>     [0..1]
     <SenderOffsetAccountID>......</SenderOffsetAccountID>     [0..1]
     <AmountCount>......</AmountCount>     [0..1]
     <MonetaryAmount>......</MonetaryAmount>     [0..*]
     <NonMonetaryAmount>......</NonMonetaryAmount>     [0..*]
</FinancialMetricsDetail>