Pacs.008.001.02 Mapper
Overview
The Pacs.008.001.02 mappers are used by SEPA Instant Credit Transfer(SCT Inst) Scheme for sending and receiving Credit Transfer(FIToFICstmrCdtTrf) messages between Clearing and Settlement Mechanisms(CSM) and FTM for Immediate Payments.
- Pacs.008.001.02 Inbound Mapper: Map the SCT Inst Credit Transfer messages to ISF messages. The default mapper name is Pacs008ToISFMapper.
- Pacs.008.001.02 Outbound Mapper: Map the ISF messages to SCT Inst Credit Transfer messages. The default mapper name is ISFToPacs008Mapper.
The details of the mapping specification for both inbound and outbound mappers are included in a separate document. Refer to Detailed pacs.008.001.02 mapping specification for more information about obtaining the documentation for the mapping specifications.
The inbound and outbound pacs.008.001.02 mappers can also be used in conjunction with the Wrapper mapper. Refer to SCT Inst Wrapper Mapper for more information.
Inbound Mapper
The CONFIG=entry in Channel parameter is required for inbound mapper. The mapper uses the setting to locate <msgTypeCfg> entry in Value table with child element <Type> containing pacs.008.001.02. The <msgTypeCfg> contains the configuration parameters for the inbound mapper.
- In Value table, the value of Category is IP_MAP_CFG_PAY_FROM_CHAN.
- In msgTypeCfg entry, the value of Type is pacs.008.001.02.
<msgTypeCfg>
<class>PACS008</class>
<subType>IP_FROM_DBTR_INSTR</subType>
<extendedCfg>
<name>MASTER_FLAG</name>
<value>Y</value>
</extendedCfg>
<pt>
<class>PACS008</class>
<subType>IP_FROM_DBTR_INSTR</subType>
</pt>
<mapName>Pacs008ToISFMapper</mapName>
<type>pacs.008.001.02</type>
</msgTypeCfg>
- <class> - value for TXN_PAYMENT_V.OBJ_CLASS
- <subType> - value for TXN_PAYMENT_V.SUBTYPE and ISFMessage/Header/BusinessConcept
- <extendedCfg>.<value> with <name>=MASTER_FLAG - value for MASTER_FLAG (for TXN_PAYMENT_V and TRANSMISSION_V)
- <extendedCfg>.<value> with <name>=BAT_FOR_SINGLE_TXN - a batch is created(<value>=Y) or not(<value>=N) when the message contains one transaction. The default value is 'N' if the parameter is not present.
- <pt>.<class> - value for TRANSMISSION_V.OBJ_CLASS
- <pt>.<subType> - value for TRANSMISSION_V.SUBTYPE
- <bat>.<class> - value for BATCH_V.OBJ_CLASS
- <bat>.<subType> - value for BATCH_V.SUBTYPE
If the <msgTypeCfg> entry cannot be located, the mapper throws an exception with error 'subType not found'.
Channel | Category | Class | SubType | MASTER_FLAG | Pt.class | Pt.subType |
---|---|---|---|---|---|---|
Request From Channel | IP_MAP_CFG_REQ_FROM_CHAN | PACS008 | IP_FROM_DBTR_INSTR | Y | PACS008 | IP_FROM_DBTR_INSTR |
Message From CSM | IP_MAP_CFG_FROM_CSM | PACS008 | IP_FROM_CSM_INSTR | Y | PACS008 | IP_FROM_CSM_INSTR |
- If a timezone offset is included in the datetime value, the datetime value is mapped to ISF with UTC timezone.
- If a timezone off set is not included in a datetime value,
- if the Timezone is configured in the Channel table, the input datetime is recognized as the value in the format of the channel timezone, and is mapped to ISF with UTC timezone.
- if the Timezone is not configured in the Channel table, the input datetime is recognized as the value in the format of the local timezone in which the mapper is executing, and the input datetime is mapped to ISF with UTC timezone.
Outbound Mapper
The CONFIG=entry in Channel parameter is required for outbound mapper. The mapper uses the setting to locate <msgTypeCfg> entry in Value table with child element <subType> containing the same value as the ISF Business Concept. The <msgTypeCfg> contains the configuration parameters for the outbound mapper.
- In Value table, the value of Category is IP_MAP_CFG_TO_CSM.
- In msgTypeCfg entry, the value of subType is the same as the ISF Business Concept.
<msgTypeCfg>
<class>PACS008</class>
<subType>IP_TO_CSM_INSTR</subType>
<extendedCfg>
<name>MASTER_FLAG</name>
<value>N</value>
</extendedCfg>
<extendedCfg>
<name>MAP_INSTRUCTEDAGENT_LEVEL</name>
<value>GroupHeader</value>
</extendedCfg>
<extendedCfg>
<name>MAP_INSTRUCTINGAGENT_LEVEL</name>
<value>GroupHeader</value>
</extendedCfg>
<extendedCfg>
<name>MAP_PAYMENTTYPEINFORMATION_LEVEL</name>
<value>GroupHeader</value>
</extendedCfg>
<pt>
<class>PACS008</class>
<subType>IP_TO_CSM_INSTR</subType>
</pt>
<mapName>ISFToPacs008Mapper</mapName>
<type>pacs.008.001.02</type>
</msgTypeCfg>
- <type> - value for the namespace of the output pacs.008.001.02 message. For SEPA SCT Inst, the value
must be 'pacs.008.001.02'.Note: Since the ISFToPacs008Mapper is a common mapper which supports both pacs.008.001.06 for TCH and pacs.008.001.02 for SCT Inst, the <type> value is used to specify the version of pacs.008 that the mapper is supporting.
- <extendedCfg>.<value> with <name>=MAP_INSTRUCTEDAGENT_LEVEL - level that the elements
<InstdAgt> are mapped to. For SEPA SCT Inst, the value must be 'GroupHeader. That is, the elements
<InstdAgt> is mapped to FIToFICstmrCdtTrf/GrpHdr.Note: The values for the MAP_INSTRUCTEDAGENT_LEVEL parameter:
- GroupHeader - Map the element <InstdAgt> to FIToFICstmrCdtTrf/GrpHdr.
- CreditTransferTransactionInformation - Map the element <InstdAgt> to FIToFICstmrCdtTrf/CdtTrfTxInf. This is the default value if the parameter is not present in <msgTypeCfg>.
- <extendedCfg>.<value> with <name>=MAP_INSTRUCTINGAGENT_LEVEL - level that the elements
<InstgAgt> are mapped to. For SEPA SCT Inst, the value must be 'GroupHeader. That is, the elements
<InstgAgt> is mapped to FIToFICstmrCdtTrf/GrpHdr.Note: The values for the MAP_INSTRUCTINGAGENT_LEVEL parameter:
- GroupHeader - Map the element <InstgAgt> to FIToFICstmrCdtTrf/GrpHdr.
- CreditTransferTransactionInformation - Map the element <InstgAgt> to FIToFICstmrCdtTrf/CdtTrfTxInf. This is the default value if the parameter is not present in <msgTypeCfg>.
- <extendedCfg>.<value> with <name>=MAP_PAYMENTTYPEINFORMATION_LEVEL - level that the elements
<PmtTpInf> are mapped to. For SEPA SCT Inst, the value must be 'GroupHeader. That is, the elements
<PmtTpInf> is mapped to FIToFICstmrCdtTrf/GrpHdr.Note: The values for the MAP_PAYMENTTYPEINFORMATION_LEVEL parameter:
- GroupHeader - Map the element <PmtTpInf> to FIToFICstmrCdtTrf/GrpHdr.
- CreditTransferTransactionInformation - Map the element <PmtTpInf> to FIToFICstmrCdtTrf/CdtTrfTxInf. This is the default value if the parameter is not present in <msgTypeCfg>.
If the <msgTypeCfg> entry cannot be located, the mapper throws an exception with error 'subType not found'.
Channel | Category | Class | SubType | Type |
---|---|---|---|---|
Message To CSM | IP_MAP_CFG_TO_CSM | PACS008 | IP_TO_CSM_INSTR | pacs.008.001.02 |
- If the Timezone is configured in the Channel table, the input datetime is mapped from the value with UTC timezone to the value in the format of the channel Timezone.
- If the Timezone is not configured in the Channel table, the input datetime is mapped from the value with UTC timezone to the value in the format of the local timezone in which the mapper is executing.
- If TS_INCLUDE_OFFSET is set to Y, then the timezone offset is included in the output datetime values.
- If TS_INCLUDE_OFFSET is set to N or not configured, then the timezone offset is not included in the output datetime values.