FundEstimatedCashForecastReportV03

camt.040.001.03

Scope A report provider, such as a transfer agent, sends the FundEstimatedCashForecastReport message to the report user, such as an investment manager, to report the estimated cash incomings and outgoings of one or more investment funds on one or more trade dates. The cash movements may result from, for example, redemption, subscription, switch transactions or reinvestment of dividends. Usage The FundEstimatedCashForecastReport is used to report estimated cash movements, i.e., it is sent prior to the cut-off time and/or the price valuation of the fund. The FundEstimatedCashForecastReport contains incoming and outgoing cash flows that are estimated, i.e., the price has not been applied. If the price is definitive, then the FundConfirmedCashForecastReport message must be used. This message allows the report provider to report estimated 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. If the report provider wishes to give detailed information related to estimated cash movements, then the FundDetailedEstimatedCashForecastReport message must be used.

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
%% FundEstimatedCashForecastReportV03 recursion level 0 with max 0
FundEstimatedCashForecastReportV03 *-- "1..1" MessageIdentification1 : MessageIdentification
FundEstimatedCashForecastReportV03 *-- "0..1" AdditionalReference3 : PoolReference
FundEstimatedCashForecastReportV03 *-- "0..1" AdditionalReference3 : PreviousReference
FundEstimatedCashForecastReportV03 *-- "0..1" AdditionalReference3 : RelatedReference
FundEstimatedCashForecastReportV03 *-- "1..1" Pagination : MessagePagination
FundEstimatedCashForecastReportV03 *-- "1..1" EstimatedFundCashForecast3 : EstimatedFundCashForecastDetails
FundEstimatedCashForecastReportV03 *-- "0..1" NetCashForecast3 : ConsolidatedNetCashForecast
FundEstimatedCashForecastReportV03 *-- "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

EstimatedFundCashForecastDetails building block

Information related to the estimated cash-in and cash-out flows for a specific trade date as a result of investment fund transactions, for example, subscriptions, redemptions or switch to/from a specified investment fund. 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
%% EstimatedFundCashForecast3 recursion level 0 with max 1
class EstimatedFundCashForecast3{
    Identification IsoMax35Text
    EstimatedTotalNAV IsoActiveOrHistoricCurrencyAndAmount
    PreviousTotalNAV IsoActiveOrHistoricCurrencyAndAmount
    EstimatedTotalNAVChangeRate IsoPercentageRate
    InvestmentCurrency ActiveOrHistoricCurrencyCode
    ExceptionalNetCashFlowIndicator IsoYesNoIndicator
}
EstimatedFundCashForecast3 *-- "1..1" IDateAndDateTimeChoice : TradeDateTime
EstimatedFundCashForecast3 *-- "1..1" IDateAndDateTimeChoice : PreviousTradeDateTime
EstimatedFundCashForecast3 *-- "1..1" FinancialInstrument9 : FinancialInstrumentDetails
EstimatedFundCashForecast3 *-- "0..1" FinancialInstrumentQuantity1 : EstimatedTotalUnitsNumber
EstimatedFundCashForecast3 *-- "0..1" FinancialInstrumentQuantity1 : PreviousTotalUnitsNumber
EstimatedFundCashForecast3 *-- "0..0" CashInForecast4 : EstimatedCashInForecastDetails
EstimatedFundCashForecast3 *-- "0..0" CashOutForecast4 : EstimatedCashOutForecastDetails
EstimatedFundCashForecast3 *-- "0..0" NetCashForecast2 : EstimatedNetCashForecastDetails
%% 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
}
%% CashInForecast4 recursion level 1 with max 1
class CashInForecast4{
    CashSettlementDate IsoISODate
    SubTotalAmount IsoActiveOrHistoricCurrencyAndAmount
    ExceptionalCashFlowIndicator IsoYesNoIndicator
}
CashInForecast4 *-- "0..1" FinancialInstrumentQuantity1 : SubTotalUnitsNumber
%% CashOutForecast4 recursion level 1 with max 1
class CashOutForecast4{
    CashSettlementDate IsoISODate
    SubTotalAmount IsoActiveOrHistoricCurrencyAndAmount
    ExceptionalCashFlowIndicator IsoYesNoIndicator
}
CashOutForecast4 *-- "0..1" FinancialInstrumentQuantity1 : SubTotalUnitsNumber
%% NetCashForecast2 recursion level 1 with max 1
class NetCashForecast2{
    CashSettlementDate IsoISODate
    NetAmount IsoActiveOrHistoricCurrencyAndAmount
    FlowDirection FlowDirectionType1Code
}
NetCashForecast2 *-- "0..1" FinancialInstrumentQuantity1 : NetUnitsNumber
  

EstimatedFundCashForecast3 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 a price was applied. IDateAndDateTimeChoice - Required 1..1
FinancialInstrumentDetails Investment fund class to which the cash flow is related. FinancialInstrument9 - Required 1..1
EstimatedTotalNAV Estimated total value of all the holdings, less the fund’s liabilities, attributable to a specific investment fund class. IsoActiveOrHistoricCurrencyAndAmount - Optional 0..1
PreviousTotalNAV Previous value of all the holdings, less the fund’s liabilities, attributable to a specific investment fund class. IsoActiveOrHistoricCurrencyAndAmount - Optional 0..1
EstimatedTotalUnitsNumber Estimated total number of investment fund class units that have been issued. FinancialInstrumentQuantity1 - Optional 0..1
PreviousTotalUnitsNumber Previous value of all the holdings, less the fund’s liabilities, attributable to a specific investment fund class. FinancialInstrumentQuantity1 - Optional 0..1
EstimatedTotalNAVChangeRate Rate of change of the net asset value. IsoPercentageRate - Optional 0..1
InvestmentCurrency Currency of the investment fund class. ActiveOrHistoricCurrencyCode - Unknown 0..0
ExceptionalNetCashFlowIndicator Indicates whether the estimated net cash flow is exceptional. IsoYesNoIndicator - Required 1..1
EstimatedCashInForecastDetails Estimated cash movements into the fund as a result of investment funds transactions, eg, subscriptions or switch-in. CashInForecast4 - Unknown 0..0
EstimatedCashOutForecastDetails Estimated cash movements out of the fund as a result of investment funds transactions, eg, redemptions or switch-out. CashOutForecast4 - Unknown 0..0
EstimatedNetCashForecastDetails Net cash movements to a fund as a result of investment funds transactions. NetCashForecast2 - 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 can not be captured in the structured fields 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 FundEstimatedCashForecastReportV03 implementation follows a specific implementaiton pattern. First of all, FundEstimatedCashForecastReportV03 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, FundEstimatedCashForecastReportV03Document implements IOuterDocument. Because FundEstimatedCashForecastReportV03 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type FundEstimatedCashForecastReportV03.

classDiagram
    class IOuterRecord
    FundEstimatedCashForecastReportV03 --|> IOuterRecord : Implements
    FundEstimatedCashForecastReportV03Document --|> IOuterDocument~FundEstimatedCashForecastReportV03~ : Implements
    class IOuterDocument~FundEstimatedCashForecastReportV03~ {
        FundEstimatedCashForecastReportV03 Message
     }
  

Document wrapper for serialization

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

classDiagram
    FundEstimatedCashForecastReportV03Document *-- FundEstimatedCashForecastReportV03 : 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.040.001.03">
    <FndEstmtdCshFcstRptV03>
        <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>
        <EstmtdFndCshFcstDtls>
            <!-- EstimatedFundCashForecastDetails inner content -->
        </EstmtdFndCshFcstDtls>
        <CnsltdNetCshFcst>
            <!-- ConsolidatedNetCashForecast inner content -->
        </CnsltdNetCshFcst>
        <Xtnsn>
            <!-- Extension inner content -->
        </Xtnsn>
    </FndEstmtdCshFcstRptV03>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_eao2q9E-Ed-BzquC8wXy7w_-1220596512"
  nextVersions="_DQeV4QasEeSrXeb3pHPmbg"
  previousVersion="_d6JYtdE-Ed-BzquC8wXy7w_78558760"
  name="FundEstimatedCashForecastReportV03"
  definition="Scope&#xD;&#xA;A report provider, such as a transfer agent, sends the FundEstimatedCashForecastReport message to the report user, such as an investment manager, to report the estimated cash incomings and outgoings of one or more investment funds 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 FundEstimatedCashForecastReport is used to report estimated cash movements, i.e., it is sent prior to the cut-off time and/or the price valuation of the fund.&#xD;&#xA;The FundEstimatedCashForecastReport contains incoming and outgoing cash flows that are estimated, i.e., the price has not been applied. If the price is definitive, then the FundConfirmedCashForecastReport message must be used.&#xD;&#xA;This message allows the report provider to report estimated 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. If the report provider wishes to give detailed information related to estimated cash movements, then the FundDetailedEstimatedCashForecastReport message must be used."
  registrationStatus="Registered"
  messageSet="_wFQdsE2rEeG_I4xRYCA_7g _urpIICeJEeOCeO5e7islRQ"
  xmlTag="FndEstmtdCshFcstRptV03"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <messageBuildingBlock
    xmi:id="_eao2rNE-Ed-BzquC8wXy7w_-483893780"
    nextVersions="_DQeV5QasEeSrXeb3pHPmbg"
    name="MessageIdentification"
    definition="Identifies the message."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="MsgId"
    complexType="_Q7pG5Np-Ed-ak6NoX_4Aeg_-967008570" />
  <messageBuildingBlock
    xmi:id="_eao2rdE-Ed-BzquC8wXy7w_164683431"
    nextVersions="_DQeV5wasEeSrXeb3pHPmbg"
    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="_eayAkNE-Ed-BzquC8wXy7w_175764938"
    nextVersions="_DQeV6QasEeSrXeb3pHPmbg"
    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="_eayAkdE-Ed-BzquC8wXy7w_178535315"
    nextVersions="_DQeV6wasEeSrXeb3pHPmbg"
    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="_eayAktE-Ed-BzquC8wXy7w_-130954619"
    nextVersions="_DQeV7QasEeSrXeb3pHPmbg"
    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="_eayAk9E-Ed-BzquC8wXy7w_-23057057"
    nextVersions="_DQeV7wasEeSrXeb3pHPmbg"
    name="EstimatedFundCashForecastDetails"
    definition="Information related to the estimated cash-in and cash-out flows for a specific trade date as a result of investment fund transactions, for example, subscriptions, redemptions or switch to/from a specified investment fund."
    registrationStatus="Provisionally Registered"
    minOccurs="1"
    xmlTag="EstmtdFndCshFcstDtls"
    complexType="_SkPcaNp-Ed-ak6NoX_4Aeg_-913330105" />
  <messageBuildingBlock
    xmi:id="_eayAlNE-Ed-BzquC8wXy7w_263671934"
    nextVersions="_DQeV8QasEeSrXeb3pHPmbg"
    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="_eayAldE-Ed-BzquC8wXy7w_-753498487"
    nextVersions="_DQeV8wasEeSrXeb3pHPmbg"
    name="Extension"
    definition="Additional information that can not be captured in the structured fields and/or any other specific block."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="Xtnsn"
    complexType="_Q6vvCNp-Ed-ak6NoX_4Aeg_1503007069" />
  <messageDefinitionIdentifier
    businessArea="camt"
    messageFunctionality="040"
    flavour="001"
    version="03" />
</messageDefinition>

ISO Building Blocks

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