FundConfirmedCashForecastReportV04

camt.041.001.04

Scope A report provider, such as a transfer agent, sends the FundConfirmedCashForecastReport message to the report user, such as an investment manager or pricing agent, to report the confirmed cash incomings and outgoings of one or more share classes of an investment fund on one or more trade dates. The cash movements may result from, for example, redemption, subscription, switch transactions or reinvestment of dividends. Usage The FundConfirmedCashForecastReport is used to report definitive cash movements, that is it is sent after the cut-off time and/or the price valuation of the fund. This message contains incoming and outgoing cash flows that are confirmed, that is, the price has been applied. If the price is not yet definitive, then the FundEstimatedCashForecastReport message must be used. The message structure allows for the following uses:

Message Construction

Every ISO20022 message has at the highest level what we call ‘building blocks’. Because the message is constructed as immutable records, the association is by composition. Below you can see the relationship between the message and its constituent building blocks: For comparison, see the ISO20022 official specification

classDiagram
     direction LR
%% FundConfirmedCashForecastReportV04 recursion level 0 with max 0
FundConfirmedCashForecastReportV04 *-- "1..1" MessageIdentification1 : MessageIdentification
FundConfirmedCashForecastReportV04 *-- "0..1" AdditionalReference3 : PoolReference
FundConfirmedCashForecastReportV04 *-- "0..1" AdditionalReference3 : PreviousReference
FundConfirmedCashForecastReportV04 *-- "0..1" AdditionalReference3 : RelatedReference
FundConfirmedCashForecastReportV04 *-- "1..1" Pagination : MessagePagination
FundConfirmedCashForecastReportV04 *-- "0..1" Fund2 : FundOrSubFundDetails
FundConfirmedCashForecastReportV04 *-- "0..1" FundCashForecast7 : FundCashForecastDetails
FundConfirmedCashForecastReportV04 *-- "0..1" NetCashForecast3 : ConsolidatedNetCashForecast
FundConfirmedCashForecastReportV04 *-- "0..1" Extension1 : Extension
  

Now, we will zero-in one-by-one on each of these building blocks.

MessageIdentification building block

Identifies the message. Identifies a message by a unique identifier and the date and time when the message was created by the sender. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% MessageIdentification1 recursion level 0 with max 1
class MessageIdentification1{
    Identification IsoMax35Text
    CreationDateTime IsoISODateTime
}
  

MessageIdentification1 members

Member name Description Data Type / Multiplicity
Identification Identification of the message. IsoMax35Text - Required 1..1
CreationDateTime Date of creation of the message. IsoISODateTime - Required 1..1

PoolReference building block

Collective reference identifying a set of messages. References a related message or provides another reference, such as a pool reference, linking a set of messages. The party which issued the related reference may be the Sender of the referenced message or a party other than the Sender. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% AdditionalReference3 recursion level 0 with max 1
class AdditionalReference3{
    Reference IsoMax35Text
    MessageName IsoMax35Text
}
AdditionalReference3 *-- "0..1" IPartyIdentification2Choice : ReferenceIssuer
%% IPartyIdentification2Choice recursion level 1 with max 1
  

AdditionalReference3 members

Member name Description Data Type / Multiplicity
Reference Business reference of a message assigned by the party issuing the message. This reference must be unique amongst all messages of the same name sent by the same party. IsoMax35Text - Required 1..1
ReferenceIssuer Issuer of the reference. IPartyIdentification2Choice - Optional 0..1
MessageName Name of a message. IsoMax35Text - Optional 0..1

PreviousReference building block

Reference to a linked message that was previously sent. References a related message or provides another reference, such as a pool reference, linking a set of messages. The party which issued the related reference may be the Sender of the referenced message or a party other than the Sender. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% AdditionalReference3 recursion level 0 with max 1
class AdditionalReference3{
    Reference IsoMax35Text
    MessageName IsoMax35Text
}
AdditionalReference3 *-- "0..1" IPartyIdentification2Choice : ReferenceIssuer
%% IPartyIdentification2Choice recursion level 1 with max 1
  

AdditionalReference3 members

Member name Description Data Type / Multiplicity
Reference Business reference of a message assigned by the party issuing the message. This reference must be unique amongst all messages of the same name sent by the same party. IsoMax35Text - Required 1..1
ReferenceIssuer Issuer of the reference. IPartyIdentification2Choice - Optional 0..1
MessageName Name of a message. IsoMax35Text - Optional 0..1

RelatedReference building block

Reference to a linked message that was previously received. References a related message or provides another reference, such as a pool reference, linking a set of messages. The party which issued the related reference may be the Sender of the referenced message or a party other than the Sender. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% AdditionalReference3 recursion level 0 with max 1
class AdditionalReference3{
    Reference IsoMax35Text
    MessageName IsoMax35Text
}
AdditionalReference3 *-- "0..1" IPartyIdentification2Choice : ReferenceIssuer
%% IPartyIdentification2Choice recursion level 1 with max 1
  

AdditionalReference3 members

Member name Description Data Type / Multiplicity
Reference Business reference of a message assigned by the party issuing the message. This reference must be unique amongst all messages of the same name sent by the same party. IsoMax35Text - Required 1..1
ReferenceIssuer Issuer of the reference. IPartyIdentification2Choice - Optional 0..1
MessageName Name of a message. IsoMax35Text - Optional 0..1

MessagePagination building block

Pagination of the message. Number used to sequence pages when it is not possible for data to be conveyed in a single message and the data has to be split across several pages (messages). For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% Pagination recursion level 0 with max 1
class Pagination{
    PageNumber IsoMax5NumericText
    LastPageIndicator IsoYesNoIndicator
}
  

Pagination members

Member name Description Data Type / Multiplicity
PageNumber Page number. IsoMax5NumericText - Required 1..1
LastPageIndicator Indicates the last page. IsoYesNoIndicator - Required 1..1

FundOrSubFundDetails building block

Information about the fund/sub fund when the report either specifies cash flow for the fund/sub fund or for a share class of the fund/sub fund. Information about an investment fund. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% Fund2 recursion level 0 with max 1
class Fund2{
    Name IsoMax350Text
    LegalEntityIdentifier IsoLEIIdentifier
    Currency ActiveOrHistoricCurrencyCode
    TotalNAV IsoActiveOrHistoricCurrencyAndAmount
    PreviousTotalNAV IsoActiveOrHistoricCurrencyAndAmount
    PercentageOfFundTotalNAV IsoPercentageRate
}
Fund2 *-- "0..1" OtherIdentification4 : Identification
Fund2 *-- "0..1" IDateAndDateTimeChoice : TradeDateTime
Fund2 *-- "0..1" IDateAndDateTimeChoice : PreviousTradeDateTime
Fund2 *-- "0..1" FinancialInstrumentQuantity1 : TotalUnitsNumber
Fund2 *-- "0..1" FinancialInstrumentQuantity1 : PreviousTotalUnitsNumber
Fund2 *-- "0..0" CashInOutForecast7 : CashInForecastDetails
Fund2 *-- "0..0" CashInOutForecast7 : CashOutForecastDetails
Fund2 *-- "0..0" NetCashForecast5 : NetCashForecastDetails
%% OtherIdentification4 recursion level 1 with max 1
class OtherIdentification4{
    Identification IsoMax35Text
}
OtherIdentification4 *-- "1..1" IIdentificationSource5Choice : Type
%% IDateAndDateTimeChoice recursion level 1 with max 1
%% IDateAndDateTimeChoice recursion level 1 with max 1
%% FinancialInstrumentQuantity1 recursion level 1 with max 1
class FinancialInstrumentQuantity1{
    Unit IsoDecimalNumber
}
%% FinancialInstrumentQuantity1 recursion level 1 with max 1
class FinancialInstrumentQuantity1{
    Unit IsoDecimalNumber
}
%% CashInOutForecast7 recursion level 1 with max 1
class CashInOutForecast7{
    CashSettlementDate IsoISODate
    Amount IsoActiveOrHistoricCurrencyAndAmount
}
%% CashInOutForecast7 recursion level 1 with max 1
class CashInOutForecast7{
    CashSettlementDate IsoISODate
    Amount IsoActiveOrHistoricCurrencyAndAmount
}
%% NetCashForecast5 recursion level 1 with max 1
class NetCashForecast5{
    CashSettlementDate IsoISODate
    NetAmount IsoActiveOrHistoricCurrencyAndAmount
    FlowDirection FlowDirectionType1Code
}
NetCashForecast5 *-- "0..1" FinancialInstrumentQuantity1 : NetUnitsNumber
  

Fund2 members

Member name Description Data Type / Multiplicity
Name Name of the fund/sub fund. IsoMax350Text - Optional 0..1
LegalEntityIdentifier Identification of the fund/sub fund with a Legal Entity Identifier. This is a code allocated to a party as described in ISO 17442 “Financial Services - Legal Entity Identifier (LEI)”. IsoLEIIdentifier - Optional 0..1
Identification Unique and unambiguous identifier for the fund/sub fund, assigned under a formal or proprietary identification scheme. OtherIdentification4 - Optional 0..1
Currency Currency of the fund/sub fund. ActiveOrHistoricCurrencyCode - Optional 0..1
TradeDateTime Date and, if required, the time, at which the price will be applied. IDateAndDateTimeChoice - Optional 0..1
PreviousTradeDateTime Previous date and time at which the price was applied. IDateAndDateTimeChoice - Optional 0..1
TotalNAV Total value of all the holdings, less the fund’s liabilities, of the fund/sub fund. IsoActiveOrHistoricCurrencyAndAmount - Optional 0..1
PreviousTotalNAV Previous total value of all the holdings, less the fund’s liabilities, of the fund/sub fund. IsoActiveOrHistoricCurrencyAndAmount - Optional 0..1
TotalUnitsNumber Total number of units of the fund/sub fund. FinancialInstrumentQuantity1 - Optional 0..1
PreviousTotalUnitsNumber Previous total number of units of the fund/sub fund. FinancialInstrumentQuantity1 - Optional 0..1
PercentageOfFundTotalNAV Consolidated net cash flow expressed as a percentage of the total NAV for the fund/sub fund. IsoPercentageRate - Optional 0..1
CashInForecastDetails Cash movement into the fund/sub fund. CashInOutForecast7 - Unknown 0..0
CashOutForecastDetails Cash movement out of the fund/sub fund. CashInOutForecast7 - Unknown 0..0
NetCashForecastDetails Net cash as a result of the cash-in and cash-out flows. NetCashForecast5 - Unknown 0..0

FundCashForecastDetails building block

Information related to the cash-in and cash-out flows for a specific trade date as a result of transactions in shares in an investment fund, for example, subscriptions, redemptions or switches. Cash movements from or to a fund as a result of investment funds transactions, eg, subscriptions or redemptions. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% FundCashForecast7 recursion level 0 with max 1
class FundCashForecast7{
    Identification IsoMax35Text
    TotalNAV IsoActiveOrHistoricCurrencyAndAmount
    PreviousTotalNAV IsoActiveOrHistoricCurrencyAndAmount
    TotalNAVChangeRate IsoPercentageRate
    InvestmentCurrency ActiveOrHistoricCurrencyCode
    ExceptionalNetCashFlowIndicator IsoYesNoIndicator
    PercentageOfShareClassTotalNAV IsoPercentageRate
}
FundCashForecast7 *-- "1..1" IDateAndDateTimeChoice : TradeDateTime
FundCashForecast7 *-- "0..1" IDateAndDateTimeChoice : PreviousTradeDateTime
FundCashForecast7 *-- "1..1" FinancialInstrument9 : FinancialInstrumentDetails
FundCashForecast7 *-- "0..1" FinancialInstrumentQuantity1 : TotalUnitsNumber
FundCashForecast7 *-- "0..1" FinancialInstrumentQuantity1 : PreviousTotalUnitsNumber
FundCashForecast7 *-- "0..1" CurrencyDesignation1 : CurrencyStatus
FundCashForecast7 *-- "0..1" UnitPrice19 : Price
FundCashForecast7 *-- "0..1" ForeignExchangeTerms19 : ForeignExchangeRate
FundCashForecast7 *-- "0..0" CashInForecast6 : CashInForecastDetails
FundCashForecast7 *-- "0..0" CashOutForecast6 : CashOutForecastDetails
FundCashForecast7 *-- "0..0" NetCashForecast4 : NetCashForecastDetails
%% IDateAndDateTimeChoice recursion level 1 with max 1
%% IDateAndDateTimeChoice recursion level 1 with max 1
%% FinancialInstrument9 recursion level 1 with max 1
class FinancialInstrument9{
    Name IsoMax350Text
    SupplementaryIdentification IsoMax35Text
    RequestedNAVCurrency ActiveOrHistoricCurrencyCode
    ClassType IsoMax35Text
    SecuritiesForm FormOfSecurity1Code
    DistributionPolicy DistributionPolicy1Code
    DualFundIndicator IsoYesNoIndicator
}
FinancialInstrument9 *-- "1..1" ISecurityIdentification3Choice : Identification
%% FinancialInstrumentQuantity1 recursion level 1 with max 1
class FinancialInstrumentQuantity1{
    Unit IsoDecimalNumber
}
%% FinancialInstrumentQuantity1 recursion level 1 with max 1
class FinancialInstrumentQuantity1{
    Unit IsoDecimalNumber
}
%% CurrencyDesignation1 recursion level 1 with max 1
class CurrencyDesignation1{
    CurrencyDesignation CurrencyDesignation1Code
    Location CountryCode
    AdditionalInformation IsoMax350Text
}
%% UnitPrice19 recursion level 1 with max 1
UnitPrice19 *-- "1..1" IUnitPriceType2Choice : PriceType
UnitPrice19 *-- "1..1" PriceValue1 : Value
%% ForeignExchangeTerms19 recursion level 1 with max 1
class ForeignExchangeTerms19{
    UnitCurrency ActiveCurrencyCode
    QuotedCurrency ActiveCurrencyCode
    ExchangeRate IsoBaseOneRate
}
%% CashInForecast6 recursion level 1 with max 1
class CashInForecast6{
    CashSettlementDate IsoISODate
    SubTotalAmount IsoActiveOrHistoricCurrencyAndAmount
    ExceptionalCashFlowIndicator IsoYesNoIndicator
}
CashInForecast6 *-- "0..1" FinancialInstrumentQuantity1 : SubTotalUnitsNumber
CashInForecast6 *-- "0..1" FundBalance1 : AdditionalBalance
%% CashOutForecast6 recursion level 1 with max 1
class CashOutForecast6{
    CashSettlementDate IsoISODate
    SubTotalAmount IsoActiveOrHistoricCurrencyAndAmount
    ExceptionalCashFlowIndicator IsoYesNoIndicator
}
CashOutForecast6 *-- "0..1" FinancialInstrumentQuantity1 : SubTotalUnitsNumber
CashOutForecast6 *-- "0..1" FundBalance1 : AdditionalBalance
%% NetCashForecast4 recursion level 1 with max 1
class NetCashForecast4{
    CashSettlementDate IsoISODate
    NetAmount IsoActiveOrHistoricCurrencyAndAmount
    FlowDirection FlowDirectionType1Code
}
NetCashForecast4 *-- "0..1" FinancialInstrumentQuantity1 : NetUnitsNumber
NetCashForecast4 *-- "0..1" FundBalance1 : AdditionalBalance
  

FundCashForecast7 members

Member name Description Data Type / Multiplicity
Identification Unique technical identifier for an instance of a fund cash forecast within a fund cash forecast report as assigned by the issuer of the report. IsoMax35Text - Required 1..1
TradeDateTime Date and, if required, the time, at which the price has been applied. IDateAndDateTimeChoice - Required 1..1
PreviousTradeDateTime Previous date and time at which the price was applied. IDateAndDateTimeChoice - Optional 0..1
FinancialInstrumentDetails Investment fund class to which a cash flow is related. FinancialInstrument9 - Required 1..1
TotalNAV Total value of all the holdings, less the fund’s liabilities, attributable to a specific investment fund class. IsoActiveOrHistoricCurrencyAndAmount - Unknown 0..0
PreviousTotalNAV Previous value of all the holdings, less the fund’s liabilities, attributable to a specific investment fund class. IsoActiveOrHistoricCurrencyAndAmount - Unknown 0..0
TotalUnitsNumber Total number of investment fund class units that have been issued. FinancialInstrumentQuantity1 - Optional 0..1
PreviousTotalUnitsNumber Previous total number of investment fund class units that have been issued. FinancialInstrumentQuantity1 - Optional 0..1
TotalNAVChangeRate Rate of change of the net asset value. IsoPercentageRate - Optional 0..1
InvestmentCurrency Currency of the investment fund class. ActiveOrHistoricCurrencyCode - Unknown 0..0
CurrencyStatus Information about the designation of the share class currency, that is, whether it is for onshore or offshore purposes and other information that may be required. This is typically only required for CNY funds. CurrencyDesignation1 - Optional 0..1
ExceptionalNetCashFlowIndicator Indicates whether the net cash flow is exceptional. IsoYesNoIndicator - Required 1..1
Price Price per unit of the trade date. UnitPrice19 - Optional 0..1
ForeignExchangeRate Foreign exchange rate. ForeignExchangeTerms19 - Optional 0..1
PercentageOfShareClassTotalNAV Net cash flow expressed as a percentage of the total NAV for the share class. IsoPercentageRate - Optional 0..1
CashInForecastDetails Cash movements into the fund as a result of transactions in shares in an investment fund, for example, subscriptions or switch-ins. CashInForecast6 - Unknown 0..0
CashOutForecastDetails Cash movements out of the fund as a result of transactions in shares in an investment fund, for example, redemptions or switch-outs. CashOutForecast6 - Unknown 0..0
NetCashForecastDetails Net cash as a result of the cash-in and cash-out flows. NetCashForecast4 - Unknown 0..0

ConsolidatedNetCashForecast building block

Estimated net cash as a result of the cash-in and cash-out flows. Net cash movement to a fund as a result of investment funds transactions. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% NetCashForecast3 recursion level 0 with max 1
class NetCashForecast3{
    NetAmount IsoActiveOrHistoricCurrencyAndAmount
    FlowDirection FlowDirectionType1Code
}
NetCashForecast3 *-- "0..1" FinancialInstrumentQuantity1 : NetUnitsNumber
%% FinancialInstrumentQuantity1 recursion level 1 with max 1
class FinancialInstrumentQuantity1{
    Unit IsoDecimalNumber
}
  

NetCashForecast3 members

Member name Description Data Type / Multiplicity
NetAmount Net amount of the cash flow, expressed as an amount of money. IsoActiveOrHistoricCurrencyAndAmount - Optional 0..1
NetUnitsNumber Net amount, expressed as a number of units. FinancialInstrumentQuantity1 - Optional 0..1
FlowDirection Specifies the direction of the cash flow from the perspective of the fund. FlowDirectionType1Code - Required 1..1

Extension building block

Additional information that cannot be captured in the structured elements and/or any other specific block. Additional information that can not be captured in the structured fields and/or any other specific block. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% Extension1 recursion level 0 with max 1
class Extension1{
    PlaceAndName IsoMax350Text
    Text IsoMax350Text
}
  

Extension1 members

Member name Description Data Type / Multiplicity
PlaceAndName Name qualifying the information provided in the Text field, and place where this information should be inserted. IsoMax350Text - Required 1..1
Text Text of the extension. IsoMax350Text - Required 1..1

Extensibility and generalization considerations

To facilitate generalized design patterns in the system, the FundConfirmedCashForecastReportV04 implementation follows a specific implementaiton pattern. First of all, FundConfirmedCashForecastReportV04 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, FundConfirmedCashForecastReportV04Document implements IOuterDocument. Because FundConfirmedCashForecastReportV04 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type FundConfirmedCashForecastReportV04.

classDiagram
    class IOuterRecord
    FundConfirmedCashForecastReportV04 --|> IOuterRecord : Implements
    FundConfirmedCashForecastReportV04Document --|> IOuterDocument~FundConfirmedCashForecastReportV04~ : Implements
    class IOuterDocument~FundConfirmedCashForecastReportV04~ {
        FundConfirmedCashForecastReportV04 Message
     }
  

Document wrapper for serialization

The only real purpose FundConfirmedCashForecastReportV04Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:camt.041.001.04’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using FundConfirmedCashForecastReportV04.ToDocument() method. The returned FundConfirmedCashForecastReportV04Document value will serialize correctly according to ISO 20022 standards.

classDiagram
    FundConfirmedCashForecastReportV04Document *-- FundConfirmedCashForecastReportV04 : Document
  

Sample of message format

This is an abbreviated version of what the message should look like.

<Document xmlns="urn:iso:std:iso:20022:tech:xsd:camt.041.001.04">
    <FndConfdCshFcstRpt>
        <MsgId>
            <!-- MessageIdentification inner content -->
        </MsgId>
        <PoolRef>
            <!-- PoolReference inner content -->
        </PoolRef>
        <PrvsRef>
            <!-- PreviousReference inner content -->
        </PrvsRef>
        <RltdRef>
            <!-- RelatedReference inner content -->
        </RltdRef>
        <MsgPgntn>
            <!-- MessagePagination inner content -->
        </MsgPgntn>
        <FndOrSubFndDtls>
            <!-- FundOrSubFundDetails inner content -->
        </FndOrSubFndDtls>
        <FndCshFcstDtls>
            <!-- FundCashForecastDetails inner content -->
        </FndCshFcstDtls>
        <CnsltdNetCshFcst>
            <!-- ConsolidatedNetCashForecast inner content -->
        </CnsltdNetCshFcst>
        <Xtnsn>
            <!-- Extension inner content -->
        </Xtnsn>
    </FndConfdCshFcstRpt>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_GJQg4QasEeSrXeb3pHPmbg"
  previousVersion="_aWwxiNE-Ed-BzquC8wXy7w_1505542689"
  name="FundConfirmedCashForecastReportV04"
  definition="Scope&#xD;&#xA;A report provider, such as a transfer agent, sends the FundConfirmedCashForecastReport message to the report user, such as an investment manager or pricing agent, to report the confirmed cash incomings and outgoings of one or more share classes of an investment fund on one or more trade dates.&#xD;&#xA;The cash movements may result from, for example, redemption, subscription, switch transactions or reinvestment of dividends.&#xD;&#xA;Usage&#xD;&#xA;The FundConfirmedCashForecastReport is used to report definitive cash movements, that is it is sent after the cut-off time and/or the price valuation of the fund.&#xD;&#xA;This message contains incoming and outgoing cash flows that are confirmed, that is, the price has been applied. If the price is not yet definitive, then the FundEstimatedCashForecastReport message must be used.&#xD;&#xA;The message structure allows for the following uses:&#xD;&#xA;-&#x9;to provide cash in and cash out amounts for a fund/sub fund (a FundOrSubFundDetails sequence is used),&#xD;&#xA;-&#x9;to provide cash in and cash out amounts for a fund/sub fund and one or more share classes (FundOrSubFundDetails sequence and one or more FundCashForecastDetails sequences are used),&#xD;&#xA;-&#x9;to provide cash in and cash out amounts for one or more share classes (one or more FundCashForecastDetails sequences are used).&#xD;&#xA;-&#x9;to provide cash in and cash out amounts for more than one fund/sub fund, and more than one share classes (two or more FundOrSubFundDetails sequences and two or more FundCashForecastDetails sequences and used); however, it should be noted that, in this usage, there is no way to determine which share class belongs to which fund/sub fund from the message content itself, which may not be desirable and the use of this kind of combination should be bilaterally agreed.&#xD;&#xA;This message allows the report provider to report cash movements in or out of a fund, but does not allow the Sender to categorise these movements, for example by country, or to give details of the underlying orders, commission or charges.&#xD;&#xA;If the report provider wishes to give detailed information related to cash movements, then the FundDetailedConfirmedCashForecastReport message must be used."
  registrationStatus="Registered"
  messageSet="_hijK0WiLEeOuqdLlpUIWBw _qCumkAFwEeu2__1EbNXzuA"
  xmlTag="FndConfdCshFcstRpt"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <constraint
    xmi:id="_yZo4UGATEeSkSfzdpzkxXg"
    name="PreviousTradeDateRule"
    definition="If any occurrence of FundCashForecastDetails is present, then any occurrence of FundOrSubFundDetails/PreviousTradeDateTime is not allowed."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition&gt;&lt;ComplexRule xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/FundOrSubFundDetails[*]/PreviousTradeDateTime&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/FundCashForecastDetails[*]&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;" />
  <constraint
    xmi:id="_zu1wsGATEeSkSfzdpzkxXg"
    name="TradeDate1Rule"
    definition="If any occurrence of FundCashForecastDetails is present, then any occurrence of FundOrSubFundDetails/TradeDateTime is not allowed."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition&gt;&lt;ComplexRule xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/FundOrSubFundDetails[*]/TradeDateTime&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/FundCashForecastDetails[*]&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;" />
  <constraint
    xmi:id="_ueJP4GDTEeSkSfzdpzkxXg"
    name="TradeDate2Rule"
    definition="If FundCashForecastDetails is not present, then at least one occurrence of FundOrSubFundDetails/TradeDateTime must be present."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition&gt;&lt;ComplexRule xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/FundOrSubFundDetails[*]/TradeDateTime&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/FundCashForecastDetails[*]&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;" />
  <constraint
    xmi:id="_42b5YGDTEeSkSfzdpzkxXg"
    name="ConsolidatedNetCashRule"
    definition="If ConsolidatedNetCashForecast is present, then at least one occurrence of either FundOrSubFundDetails or FundCashForecastDetails must be present. Both FundOrSubFundDetails and FundCashForecastDetails may be present."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition&gt;&lt;ComplexRule xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;OR&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/FundOrSubFundDetails[*]&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/FundCashForecastDetails[*]&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/ConsolidatedNetCashForecast&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;" />
  <constraint
    xmi:id="_tSYz8GqCEeSOl-i65a3B7A"
    name="FundOrSubFundAndShareClassGuideline"
    definition="When using the message to provide cash in and cash out amounts for more than one fund/sub fund, and more than one share classes, (two or more FundOrSubFundDetails sequences and two or more FundCashForecastDetails sequences and used), in this usage there is no way to determine which share class belongs to which fund/sub fund from the message content itself, which may not be desirable and this type of usage should be bilaterally agreed."
    registrationStatus="Provisionally Registered" />
  <messageBuildingBlock
    xmi:id="_GJQg5QasEeSrXeb3pHPmbg"
    previousVersion="_aWwxidE-Ed-BzquC8wXy7w_-748935141"
    name="MessageIdentification"
    definition="Identifies the message."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="MsgId"
    complexType="_Q7pG5Np-Ed-ak6NoX_4Aeg_-967008570" />
  <messageBuildingBlock
    xmi:id="_GJQg5wasEeSrXeb3pHPmbg"
    previousVersion="_aWwxitE-Ed-BzquC8wXy7w_1377279054"
    name="PoolReference"
    definition="Collective reference identifying a set of messages."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="PoolRef"
    complexType="_Q6vvAdp-Ed-ak6NoX_4Aeg_2101402955" />
  <messageBuildingBlock
    xmi:id="_GJQg6QasEeSrXeb3pHPmbg"
    previousVersion="_aWwxi9E-Ed-BzquC8wXy7w_1387439752"
    name="PreviousReference"
    definition="Reference to a linked message that was previously sent."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="PrvsRef"
    complexType="_Q6vvAdp-Ed-ak6NoX_4Aeg_2101402955" />
  <messageBuildingBlock
    xmi:id="_GJQg6wasEeSrXeb3pHPmbg"
    previousVersion="_aWwxjNE-Ed-BzquC8wXy7w_1390209182"
    name="RelatedReference"
    definition="Reference to a linked message that was previously received."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="RltdRef"
    complexType="_Q6vvAdp-Ed-ak6NoX_4Aeg_2101402955" />
  <messageBuildingBlock
    xmi:id="_GJQg7QasEeSrXeb3pHPmbg"
    previousVersion="_aW57cNE-Ed-BzquC8wXy7w_1161053242"
    name="MessagePagination"
    definition="Pagination of the message."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="MsgPgntn"
    complexType="_Q65gBdp-Ed-ak6NoX_4Aeg_-21330104" />
  <messageBuildingBlock
    xmi:id="_suf4IQc3EeSyIPzOZ6VzBQ"
    name="FundOrSubFundDetails"
    definition="Information about the fund/sub fund when the report either specifies cash flow for the fund/sub fund or for a share class of the fund/sub fund."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="FndOrSubFndDtls"
    complexType="_gBHmkQc3EeSyIPzOZ6VzBQ" />
  <messageBuildingBlock
    xmi:id="_GJQg7wasEeSrXeb3pHPmbg"
    previousVersion="_aW57cdE-Ed-BzquC8wXy7w_2145649395"
    name="FundCashForecastDetails"
    definition="Information related to the cash-in and cash-out flows for a specific trade date as a result of transactions in shares in an investment fund, for example, subscriptions, redemptions or switches."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="FndCshFcstDtls"
    complexType="_7zt4EQdpEeSPHJIdUs1USg" />
  <messageBuildingBlock
    xmi:id="_GJQg8QasEeSrXeb3pHPmbg"
    previousVersion="_aW57ctE-Ed-BzquC8wXy7w_1979573919"
    name="ConsolidatedNetCashForecast"
    definition="Estimated net cash as a result of the cash-in and cash-out flows."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="CnsltdNetCshFcst"
    complexType="_Si5_pdp-Ed-ak6NoX_4Aeg_1538517625" />
  <messageBuildingBlock
    xmi:id="_GJQg8wasEeSrXeb3pHPmbg"
    previousVersion="_aW57c9E-Ed-BzquC8wXy7w_-340686957"
    name="Extension"
    definition="Additional information that cannot be captured in the structured elements and/or any other specific block."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="Xtnsn"
    complexType="_Q6vvCNp-Ed-ak6NoX_4Aeg_1503007069" />
  <messageDefinitionIdentifier
    businessArea="camt"
    messageFunctionality="041"
    flavour="001"
    version="04" />
</messageDefinition>

ISO Building Blocks

The following items are used as building blocks to construct this message.