MT760.js 10.5 KB
Newer Older
s_guodong committed
1
const M='M'
2 3 4 5 6 7 8
const O='O'
const Tags = [
	{seqlist:"A",cyccnt:0,status:M,seqs:[[
	{tag:"15A",status:M,tno:1,letter:[],label:"New Sequence"},
	{tag:"27",status:M,tno:2,letter:[],label:"Sequence of Total"},
	{tag:"22A",status:M,tno:3,letter:[],label:"Purpose of Message"},
	{tag:"72Z",status:O,tno:4,letter:[],label:"Sender to Receiver Information"},
s_guodong committed
9
	{tag:"23X",status:O,tno:5,letter:[],label:"File Identification"}
10 11 12 13 14 15
]],
	pattern:[
	{tag:"15A",status:M,tno:1,letter:[],label:"New Sequence"},
	{tag:"27",status:M,tno:2,letter:[],label:"Sequence of Total"},
	{tag:"22A",status:M,tno:3,letter:[],label:"Purpose of Message"},
	{tag:"72Z",status:O,tno:4,letter:[],label:"Sender to Receiver Information"},
s_guodong committed
16
	{tag:"23X",status:O,tno:5,letter:[],label:"File Identification"}
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
],
	desp:"Mandatory Sequence A General Information"	},
	{seqlist:"B",cyccnt:0,status:M,seqs:[[
	{tag:"15B",status:M,tno:6,letter:[],label:"New Sequence"},
	{tag:"20",status:M,tno:7,letter:[],label:"Undertaking Number"},
	{tag:"30",status:M,tno:8,letter:[],label:"Date of Issue"},
	{tag:"22D",status:M,tno:9,letter:[],label:"Form of Undertaking"},
	{tag:"40C",status:M,tno:10,letter:[],label:"Applicable Rules"},
	{tag:"23B",status:M,tno:11,letter:[],label:"Expiry Type"},
	{tag:"31E",status:O,tno:12,letter:[],label:"Date of Expiry"},
	{tag:"35G",status:O,tno:13,letter:[],label:"Expiry Condition/Event"},
	{tag:"50",status:O,tno:14,letter:[],label:"Applicant"},
	{tag:"51",status:O,tno:15,letter:[],label:"Obligor/Instructing Party"},
	{tag:"52A",status:M,tno:16,letter:["52A","52D"],label:"Issuer"},
	{tag:"59",status:M,tno:17,letter:["59","59A"],label:"Beneficiary"},
	{tag:"56A",status:O,tno:18,letter:["56A","56D"],label:"Advising Bank"},
	{tag:"23",status:O,tno:19,letter:[],label:"Advising Bank Reference"},
	{tag:"57A",status:O,tno:20,letter:["57A","57D"],label:"'Advise Through' Bank"},
	{tag:"32B",status:M,tno:21,letter:[],label:"Undertaking Amount"},
s_guodong committed
36
	{tag:"39F",status:O,tno:22,letter:[],label:"Supplementary Information About Amount"},
37 38 39 40 41 42
	{tag:"41F",status:O,tno:23,letter:["41F","41G"],label:"Available With..."},
	{tag:"71D",status:O,tno:24,letter:[],label:"Charges"},
	{tag:"45C",status:O,tno:25,letter:[],label:"Document and Presentation Instructions"},
	{tag:"77U",status:M,tno:26,letter:[],label:"Undertaking Terms and Conditions"},
	{tag:"49",status:O,tno:27,letter:[],label:"Confirmation Instructions"},
	{tag:"58A",status:O,tno:28,letter:["58A","58D"],label:"Requested Confirmation Party"},
s_guodong committed
43
	{tag:"44J",status:O,tno:29,letter:[],label:"Governing Law/Jurisdiction"},
44 45 46 47 48 49 50 51 52
	{tag:"23F",status:O,tno:30,letter:[],label:"Automatic Extension Period"},
	{tag:"78",status:O,tno:31,letter:[],label:"Automatic Extension Non-Extension Notification"},
	{tag:"26E",status:O,tno:32,letter:[],label:"Automatic Extension Notification Period"},
	{tag:"31S",status:O,tno:33,letter:[],label:"Automatic Extension Final Expiry Date"},
	{tag:"48B",status:O,tno:34,letter:[],label:"Demand Indicator"},
	{tag:"48D",status:O,tno:35,letter:[],label:"Transfer Indicator"},
	{tag:"39E",status:O,tno:36,letter:[],label:"Transfer Conditions"},
	{tag:"45L",status:O,tno:37,letter:[],label:"Underlying Transaction Details"},
	{tag:"24E",status:O,tno:38,letter:[],label:"Delivery of Original Undertaking"},
s_guodong committed
53
	{tag:"24G",status:O,tno:39,letter:[],label:"Delivery To/Collection By"}
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
]],
	pattern:[
	{tag:"15B",status:M,tno:6,letter:[],label:"New Sequence"},
	{tag:"20",status:M,tno:7,letter:[],label:"Undertaking Number"},
	{tag:"30",status:M,tno:8,letter:[],label:"Date of Issue"},
	{tag:"22D",status:M,tno:9,letter:[],label:"Form of Undertaking"},
	{tag:"40C",status:M,tno:10,letter:[],label:"Applicable Rules"},
	{tag:"23B",status:M,tno:11,letter:[],label:"Expiry Type"},
	{tag:"31E",status:O,tno:12,letter:[],label:"Date of Expiry"},
	{tag:"35G",status:O,tno:13,letter:[],label:"Expiry Condition/Event"},
	{tag:"50",status:O,tno:14,letter:[],label:"Applicant"},
	{tag:"51",status:O,tno:15,letter:[],label:"Obligor/Instructing Party"},
	{tag:"52A",status:M,tno:16,letter:["52A","52D"],label:"Issuer"},
	{tag:"59",status:M,tno:17,letter:["59","59A"],label:"Beneficiary"},
	{tag:"56A",status:O,tno:18,letter:["56A","56D"],label:"Advising Bank"},
	{tag:"23",status:O,tno:19,letter:[],label:"Advising Bank Reference"},
	{tag:"57A",status:O,tno:20,letter:["57A","57D"],label:"'Advise Through' Bank"},
	{tag:"32B",status:M,tno:21,letter:[],label:"Undertaking Amount"},
s_guodong committed
72
	{tag:"39F",status:O,tno:22,letter:[],label:"Supplementary Information About Amount"},
73 74 75 76 77 78
	{tag:"41F",status:O,tno:23,letter:["41F","41G"],label:"Available With..."},
	{tag:"71D",status:O,tno:24,letter:[],label:"Charges"},
	{tag:"45C",status:O,tno:25,letter:[],label:"Document and Presentation Instructions"},
	{tag:"77U",status:M,tno:26,letter:[],label:"Undertaking Terms and Conditions"},
	{tag:"49",status:O,tno:27,letter:[],label:"Confirmation Instructions"},
	{tag:"58A",status:O,tno:28,letter:["58A","58D"],label:"Requested Confirmation Party"},
s_guodong committed
79
	{tag:"44J",status:O,tno:29,letter:[],label:"Governing Law/Jurisdiction"},
80 81 82 83 84 85 86 87 88
	{tag:"23F",status:O,tno:30,letter:[],label:"Automatic Extension Period"},
	{tag:"78",status:O,tno:31,letter:[],label:"Automatic Extension Non-Extension Notification"},
	{tag:"26E",status:O,tno:32,letter:[],label:"Automatic Extension Notification Period"},
	{tag:"31S",status:O,tno:33,letter:[],label:"Automatic Extension Final Expiry Date"},
	{tag:"48B",status:O,tno:34,letter:[],label:"Demand Indicator"},
	{tag:"48D",status:O,tno:35,letter:[],label:"Transfer Indicator"},
	{tag:"39E",status:O,tno:36,letter:[],label:"Transfer Conditions"},
	{tag:"45L",status:O,tno:37,letter:[],label:"Underlying Transaction Details"},
	{tag:"24E",status:O,tno:38,letter:[],label:"Delivery of Original Undertaking"},
s_guodong committed
89
	{tag:"24G",status:O,tno:39,letter:[],label:"Delivery To/Collection By"}
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
],
	desp:"Mandatory Sequence B Undertaking Details"	},
	{seqlist:"C",cyccnt:0,status:O,seqs:[[
	{tag:"15C",status:M,tno:40,letter:[],label:"New Sequence"},
	{tag:"31C",status:O,tno:41,letter:[],label:"Requested Date of Issue"},
	{tag:"22D",status:M,tno:42,letter:[],label:"Form of Undertaking"},
	{tag:"40C",status:M,tno:43,letter:[],label:"Applicable Rules"},
	{tag:"22K",status:O,tno:44,letter:[],label:"Type of Undertaking"},
	{tag:"23B",status:M,tno:45,letter:[],label:"Expiry Type"},
	{tag:"31E",status:O,tno:46,letter:[],label:"Date of Expiry"},
	{tag:"35G",status:O,tno:47,letter:[],label:"Expiry Condition/Event"},
	{tag:"50",status:M,tno:48,letter:[],label:"Applicant"},
	{tag:"51",status:O,tno:49,letter:[],label:"Obligor/Instructing Party"},
	{tag:"52A",status:O,tno:50,letter:["52A","52D"],label:"Issuer"},
	{tag:"59",status:M,tno:51,letter:[],label:"Beneficiary"},
	{tag:"32B",status:M,tno:52,letter:[],label:"Undertaking Amount"},
s_guodong committed
106
	{tag:"39F",status:O,tno:53,letter:[],label:"Supplementary Information About Amount"},
107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
	{tag:"57A",status:O,tno:54,letter:["57A","57D"],label:"'Advise Through' Bank"},
	{tag:"41F",status:O,tno:55,letter:["41F","41G"],label:"Available With..."},
	{tag:"71D",status:O,tno:56,letter:[],label:"Charges"},
	{tag:"45C",status:O,tno:57,letter:[],label:"Document and Presentation Instructions"},
	{tag:"77L",status:O,tno:58,letter:[],label:"Requested Local Undertaking Terms and Conditions"},
	{tag:"22Y",status:O,tno:59,letter:[],label:"Standard Wording Required"},
	{tag:"40D",status:O,tno:60,letter:[],label:"Standard Wording Requested Language"},
	{tag:"44J",status:O,tno:61,letter:[],label:"Governing Law/Jurisdiction"},
	{tag:"23F",status:O,tno:62,letter:[],label:"Automatic Extension Period"},
	{tag:"78",status:O,tno:63,letter:[],label:"Automatic Extension Non-Extension Notification"},
	{tag:"26E",status:O,tno:64,letter:[],label:"Automatic Extension Notification Period"},
	{tag:"31S",status:O,tno:65,letter:[],label:"Automatic Extension Final Expiry Date"},
	{tag:"48B",status:O,tno:66,letter:[],label:"Demand Indicator"},
	{tag:"48D",status:O,tno:67,letter:[],label:"Transfer Indicator"},
	{tag:"39E",status:O,tno:68,letter:[],label:"Transfer Conditions"},
	{tag:"45L",status:M,tno:69,letter:[],label:"Underlying Transaction Details"},
	{tag:"24E",status:O,tno:70,letter:[],label:"Delivery of Local Undertaking"},
	{tag:"24G",status:O,tno:71,letter:[],label:"Delivery To/Collection By"}
125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
]],
	pattern:[
	{tag:"15C",status:M,tno:40,letter:[],label:"New Sequence"},
	{tag:"31C",status:O,tno:41,letter:[],label:"Requested Date of Issue"},
	{tag:"22D",status:M,tno:42,letter:[],label:"Form of Undertaking"},
	{tag:"40C",status:M,tno:43,letter:[],label:"Applicable Rules"},
	{tag:"22K",status:O,tno:44,letter:[],label:"Type of Undertaking"},
	{tag:"23B",status:M,tno:45,letter:[],label:"Expiry Type"},
	{tag:"31E",status:O,tno:46,letter:[],label:"Date of Expiry"},
	{tag:"35G",status:O,tno:47,letter:[],label:"Expiry Condition/Event"},
	{tag:"50",status:M,tno:48,letter:[],label:"Applicant"},
	{tag:"51",status:O,tno:49,letter:[],label:"Obligor/Instructing Party"},
	{tag:"52A",status:O,tno:50,letter:["52A","52D"],label:"Issuer"},
	{tag:"59",status:M,tno:51,letter:[],label:"Beneficiary"},
	{tag:"32B",status:M,tno:52,letter:[],label:"Undertaking Amount"},
s_guodong committed
140
	{tag:"39F",status:O,tno:53,letter:[],label:"Supplementary Information About Amount"},
141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
	{tag:"57A",status:O,tno:54,letter:["57A","57D"],label:"'Advise Through' Bank"},
	{tag:"41F",status:O,tno:55,letter:["41F","41G"],label:"Available With..."},
	{tag:"71D",status:O,tno:56,letter:[],label:"Charges"},
	{tag:"45C",status:O,tno:57,letter:[],label:"Document and Presentation Instructions"},
	{tag:"77L",status:O,tno:58,letter:[],label:"Requested Local Undertaking Terms and Conditions"},
	{tag:"22Y",status:O,tno:59,letter:[],label:"Standard Wording Required"},
	{tag:"40D",status:O,tno:60,letter:[],label:"Standard Wording Requested Language"},
	{tag:"44J",status:O,tno:61,letter:[],label:"Governing Law/Jurisdiction"},
	{tag:"23F",status:O,tno:62,letter:[],label:"Automatic Extension Period"},
	{tag:"78",status:O,tno:63,letter:[],label:"Automatic Extension Non-Extension Notification"},
	{tag:"26E",status:O,tno:64,letter:[],label:"Automatic Extension Notification Period"},
	{tag:"31S",status:O,tno:65,letter:[],label:"Automatic Extension Final Expiry Date"},
	{tag:"48B",status:O,tno:66,letter:[],label:"Demand Indicator"},
	{tag:"48D",status:O,tno:67,letter:[],label:"Transfer Indicator"},
	{tag:"39E",status:O,tno:68,letter:[],label:"Transfer Conditions"},
	{tag:"45L",status:M,tno:69,letter:[],label:"Underlying Transaction Details"},
	{tag:"24E",status:O,tno:70,letter:[],label:"Delivery of Local Undertaking"},
	{tag:"24G",status:O,tno:71,letter:[],label:"Delivery To/Collection By"}
159
],
s_guodong committed
160
	desp:"Optional Sequence C Local Undertaking Details"	}
161 162 163 164
]

const Title = "MT 760 Issue of a Demand Guarantee/Standby Letter of Credit"

s_guodong committed
165
export default { Tags,Title}