MT202COV.js 3.91 KB
Newer Older
1 2 3
const M='M'
const O='O'

fukai committed
4
const Tags =[
5 6 7 8 9
	{seqlist:"A",cyccnt:0,status:M,seqs:[[
        {tag:"20",status:M,tno:1,letter:[],label:"Transaction Reference Number"},
        {tag:"21",status:M,tno:2,letter:[],label:"Related Reference"},
        {cyclist:"3",cycs:[[
            {tag:"13C",status:O,tno:3,letter:[],label:"Time Indication"} 
fukai committed
10
        ]],
11 12
        pattern:[
            {tag:"13C",status:O,tno:3,letter:[],label:"Time Indication"} 
fukai committed
13
        ]	},
14 15 16 17 18 19 20 21
        {tag:"32A",status:M,tno:4,letter:[],label:"Value Date, Currency Code, Amount"},
        {tag:"52A",status:O,tno:5,letter:["52A","52D"],label:"Ordering Institution"},
        {tag:"53A",status:O,tno:6,letter:["53A","53B","53D"],label:"Sender's Correspondent"},
        {tag:"54A",status:O,tno:7,letter:["54A","54B","54D"],label:"Receiver's Correspondent"},
        {tag:"56A",status:O,tno:8,letter:["56A","56D"],label:"Intermediary"},
        {tag:"57A",status:O,tno:9,letter:["57A","57B","57D"],label:"Account With Institution"},
        {tag:"58A",status:M,tno:10,letter:["58A","58D"],label:"Beneficiary Institution"},
        {tag:"72",status:O,tno:11,letter:[],label:"Sender to Receiver Information"} 
fukai committed
22
    ]],
23 24 25 26 27
	pattern:[
        {tag:"20",status:M,tno:1,letter:[],label:"Transaction Reference Number"},
        {tag:"21",status:M,tno:2,letter:[],label:"Related Reference"},
        {cyclist:"3",cycs:[[
            {tag:"13C",status:O,tno:3,letter:[],label:"Time Indication"} 
fukai committed
28
            ]],
29 30
            pattern:[
                {tag:"13C",status:O,tno:3,letter:[],label:"Time Indication"} 
fukai committed
31
            ]	},
32 33 34 35 36 37 38 39
        {tag:"32A",status:M,tno:4,letter:[],label:"Value Date, Currency Code, Amount"},
        {tag:"52A",status:O,tno:5,letter:["52A","52D"],label:"Ordering Institution"},
        {tag:"53A",status:O,tno:6,letter:["53A","53B","53D"],label:"Sender's Correspondent"},
        {tag:"54A",status:O,tno:7,letter:["54A","54B","54D"],label:"Receiver's Correspondent"},
        {tag:"56A",status:O,tno:8,letter:["56A","56D"],label:"Intermediary"},
        {tag:"57A",status:O,tno:9,letter:["57A","57B","57D"],label:"Account With Institution"},
        {tag:"58A",status:M,tno:10,letter:["58A","58D"],label:"Beneficiary Institution"},
        {tag:"72",status:O,tno:11,letter:[],label:"Sender to Receiver Information"} 
fukai committed
40
    ],
41 42 43 44 45 46 47 48 49 50
	desp:"Mandatory Sequence A General Information"	},
	{seqlist:"B",cyccnt:0,status:M,seqs:[[
        {tag:"50A",status:M,tno:12,letter:["50A","50F","50K"],label:"Ordering Customer"},
        {tag:"52A",status:O,tno:13,letter:["52A","52D"],label:"Ordering Institution"},
        {tag:"56A",status:O,tno:14,letter:["56A","56C","56D"],label:"Intermediary Institution"},
        {tag:"57A",status:O,tno:15,letter:["57A","57B","57C","57D"],label:"Account With Institution"},
        {tag:"59",status:M,tno:16,letter:["59","59A","59F"],label:"Beneficiary Customer"},
        {tag:"70",status:O,tno:17,letter:[],label:"Remittance Information"},
        {tag:"72",status:O,tno:18,letter:[],label:"Sender to Receiver Information"},
        {tag:"33B",status:O,tno:19,letter:[],label:"Currency/Instructed Amount"} 
fukai committed
51
    ]],
52 53 54 55 56 57 58 59 60
	pattern:[
        {tag:"50A",status:M,tno:12,letter:["50A","50F","50K"],label:"Ordering Customer"},
        {tag:"52A",status:O,tno:13,letter:["52A","52D"],label:"Ordering Institution"},
        {tag:"56A",status:O,tno:14,letter:["56A","56C","56D"],label:"Intermediary Institution"},
        {tag:"57A",status:O,tno:15,letter:["57A","57B","57C","57D"],label:"Account With Institution"},
        {tag:"59",status:M,tno:16,letter:["59","59A","59F"],label:"Beneficiary Customer"},
        {tag:"70",status:O,tno:17,letter:[],label:"Remittance Information"},
        {tag:"72",status:O,tno:18,letter:[],label:"Sender to Receiver Information"},
        {tag:"33B",status:O,tno:19,letter:[],label:"Currency/Instructed Amount"} 
fukai committed
61
    ],
62
	desp:"Mandatory Sequence B Underlying Customer Credit Transfer Details"	} 
fukai committed
63 64 65
]
const Title="MT 202 COV General Financial Institution Transfer"
export default { Tags,Title}