1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
import Api from "~/service/Api";
import Pts from "../Common/Pts"
import Pub from "../Public"
export default class Cptopn{
constructor () {
this.data = {
bopmod:{
szflg:"", // 申报类型 .bopmod.szflg
basflg:"", // 基础数据 .bopmod.basflg
dclflg:"", // 申报数据 .bopmod.dclflg
vrfflg:"", // 核销数据 .bopmod.vrfflg
ownextkey:"", // 地区机构号 .bopmod.ownextkey
acttyp:"", // 款项去向 .bopmod.acttyp
dbbp:{
baspp:{
cusnam:"", // .bopmod.dbbp.baspp.cusnam
cornam:"", // .bopmod.dbbp.baspp.cornam
corpnam:"", // .bopmod.dbbp.baspp.corpnam
roptnam:"", // RoptNam .bopmod.dbbp.baspp.roptnam
exratelab:"", // �'�汇/结汇汇率 .bopmod.dbbp.baspp.exratelab
lcyamtlab:"", // �'�汇/结汇金额 .bopmod.dbbp.baspp.lcyamtlab
acp:"", // 确认 .bopmod.dbbp.baspp.acp
tmprefnew:"", // TMPREFLABEL .bopmod.dbbp.baspp.tmprefnew
},
},
dbbgrp:{
bas:{
tmpref:"", // �'时申报流�'号 .bopmod.dbbgrp.bas.tmpref
ownextkey:"", // 地区机构号 .bopmod.dbbgrp.bas.ownextkey
actiontype:"", // 操作类型 .bopmod.dbbgrp.bas.actiontype
rptno:"", // 申报号码 .bopmod.dbbgrp.bas.rptno
idcode:"", // 身份证件号码 .bopmod.dbbgrp.bas.idcode
lcyacc:"", // 人民币帐号/银行卡号 .bopmod.dbbgrp.bas.lcyacc
fcyamt:"", // 现汇金额 .bopmod.dbbgrp.bas.fcyamt
fcyacc:"", // 外汇帐号/银行卡号 .bopmod.dbbgrp.bas.fcyacc
othamt:"", // 其它金额 .bopmod.dbbgrp.bas.othamt
othacc:"", // 其它帐号/银行卡号 .bopmod.dbbgrp.bas.othacc
methods:"", // 结算方式 .bopmod.dbbgrp.bas.methods
buscode:"", // 银行业务编号 .bopmod.dbbgrp.bas.buscode
custype:"", // 类型 .bopmod.dbbgrp.bas.custype
actiondesc:"", // 操作类型 .bopmod.dbbgrp.bas.actiondesc
exrate:"", // �'�汇汇率 .bopmod.dbbgrp.bas.exrate
lcyamt:"", // �'�汇金额 .bopmod.dbbgrp.bas.lcyamt
custnm:"", // 付款人名称 .bopmod.dbbgrp.bas.custnm
oppuser:"", // 收款人名称 .bopmod.dbbgrp.bas.oppuser
custcod:"", // 组织机构 .bopmod.dbbgrp.bas.custcod
actuccy:"", // 实际付款币种及金额 .bopmod.dbbgrp.bas.actuccy
actuamt:"", // 实际付款币种及金额 .bopmod.dbbgrp.bas.actuamt
lcbgno:"", // 信用证/保函编号 .bopmod.dbbgrp.bas.lcbgno
issdate:"", // 开证日期 .bopmod.dbbgrp.bas.issdate
tenor:"", // 期限 .bopmod.dbbgrp.bas.tenor
txccy:"", // 付款币种及金额 .bopmod.dbbgrp.bas.txccy
txamt:"", // 付款币种及金额 .bopmod.dbbgrp.bas.txamt
outchargeccy:"", // 扣费币种及金额 .bopmod.dbbgrp.bas.outchargeccy
outchargeamt:"", // 扣费币种及金额 .bopmod.dbbgrp.bas.outchargeamt
},
},
dbep:{
baspp:{
cusnam:"", // .bopmod.dbep.baspp.cusnam
cornam:"", // .bopmod.dbep.baspp.cornam
corpnam:"", // .bopmod.dbep.baspp.corpnam
roptnam:"", // RoptNam .bopmod.dbep.baspp.roptnam
exratelab:"", // �'�汇/结汇汇率 .bopmod.dbep.baspp.exratelab
lcyamtlab:"", // �'�汇/结汇金额 .bopmod.dbep.baspp.lcyamtlab
acp:"", // 确认 .bopmod.dbep.baspp.acp
tmprefnew:"", // TMPREFLABEL .bopmod.dbep.baspp.tmprefnew
},
},
dbegrp:{
bas:{
tmpref:"", // �'时申报流�'号 .bopmod.dbegrp.bas.tmpref
ownextkey:"", // 地区机构号 .bopmod.dbegrp.bas.ownextkey
actiontype:"", // 操作类型 .bopmod.dbegrp.bas.actiontype
rptno:"", // 申报号码 .bopmod.dbegrp.bas.rptno
idcode:"", // 身份证件号码 .bopmod.dbegrp.bas.idcode
lcyacc:"", // 人民币帐号/银行卡号 .bopmod.dbegrp.bas.lcyacc
fcyamt:"", // 现汇金额 .bopmod.dbegrp.bas.fcyamt
fcyacc:"", // 外汇帐号/银行卡号 .bopmod.dbegrp.bas.fcyacc
othamt:"", // 其它金额 .bopmod.dbegrp.bas.othamt
othacc:"", // 其它帐号/银行卡号 .bopmod.dbegrp.bas.othacc
methods:"", // 结算方式 .bopmod.dbegrp.bas.methods
buscode:"", // 银行业务编号 .bopmod.dbegrp.bas.buscode
custype:"", // 类型 .bopmod.dbegrp.bas.custype
actiondesc:"", // 操作类型 .bopmod.dbegrp.bas.actiondesc
exrate:"", // �'�汇汇率 .bopmod.dbegrp.bas.exrate
lcyamt:"", // �'�汇金额 .bopmod.dbegrp.bas.lcyamt
custnm:"", // 付款人名称 .bopmod.dbegrp.bas.custnm
oppuser:"", // 收款人名称 .bopmod.dbegrp.bas.oppuser
custcod:"", // 组织机构 .bopmod.dbegrp.bas.custcod
actuccy:"", // 实际付款币种及金额 .bopmod.dbegrp.bas.actuccy
actuamt:"", // 实际付款币种及金额 .bopmod.dbegrp.bas.actuamt
lcbgno:"", // 信用证/保函编号 .bopmod.dbegrp.bas.lcbgno
issdate:"", // 开证日期 .bopmod.dbegrp.bas.issdate
tenor:"", // 期限 .bopmod.dbegrp.bas.tenor
txccy:"", // 付款币种及金额 .bopmod.dbegrp.bas.txccy
txamt:"", // 付款币种及金额 .bopmod.dbegrp.bas.txamt
outchargeccy:"", // 扣费币种及金额 .bopmod.dbegrp.bas.outchargeccy
outchargeamt:"", // 扣费币种及金额 .bopmod.dbegrp.bas.outchargeamt
},
},
},
cpdgrp:{
rec:{
ownref:"", // Our Reference .cpdgrp.rec.ownref
nam:"", // Externally Displayed Name to Identify the Contract .cpdgrp.rec.nam
valdat:"", // Value Date .cpdgrp.rec.valdat
detchgcod:"", // Details of Charges .cpdgrp.rec.detchgcod
stagod:"", // Good's Code for Statistics .cpdgrp.rec.stagod
f23e:"", // 指令代码 .cpdgrp.rec.f23e
curf33b:"", // 原始金额 .cpdgrp.rec.curf33b
amtf33b:"", // 原始金额 .cpdgrp.rec.amtf33b
f36:"", // 汇率 .cpdgrp.rec.f36
cur71f:"", // 发报行扣费金额 .cpdgrp.rec.cur71f
amt71f:"", // 发报行扣费金额 .cpdgrp.rec.amt71f
f23b:"", // 银行操作码 .cpdgrp.rec.f23b
pyeact:"", // 收款人账号 .cpdgrp.rec.pyeact
sztyp:"", // 收支类型 .cpdgrp.rec.sztyp
orcact:"", // 汇款人账号 .cpdgrp.rec.orcact
trntyp:"", // 汇款性�'� .cpdgrp.rec.trntyp
paytype:"", // 汇款方式 .cpdgrp.rec.paytype
gors:"", // 收款对象 .cpdgrp.rec.gors
paydat:"", // 付款日期 .cpdgrp.rec.paydat
clityp:"", // 客户类型 .cpdgrp.rec.clityp
feecur:"", // 国外�'�用币种 .cpdgrp.rec.feecur
sysno:"", // 清算编号 .cpdgrp.rec.sysno
swftyp:"", // swift type .cpdgrp.rec.swftyp
othbch:"", // 所属行 .cpdgrp.rec.othbch
feeamt:"", // 国外�'�用金额 .cpdgrp.rec.feeamt
tsnflg:"", // 同名划转标志 .cpdgrp.rec.tsnflg
ischktyp:"", // 是否需要核验 .cpdgrp.rec.ischktyp
prechkdat:"", // PRECHKDAT .cpdgrp.rec.prechkdat
branchinr:"",
trdinr:"",
chato:"",
opndat:"",
},
cbs:{
nom1:{
cur:"", // Currency .cpdgrp.cbs.nom1.cur
amt:"", // 汇款金额 .cpdgrp.cbs.nom1.amt
},
max:{
cur:"", // Currency .cpdgrp.cbs.max.cur
amt:"", // 汇款金额 .cpdgrp.cbs.max.amt
},
},
pye:{
pts:new Pts().data,
namelc:"", // 名称 .cpdgrp.pye.namelc
adrelc:"", // 地址 .cpdgrp.pye.adrelc
dbfadrblkcn:"", // Chinese address .cpdgrp.pye.dbfadrblkcn
},
snd:{
pts:new Pts().data,
namelc:"", // 名称 .cpdgrp.snd.namelc
adrelc:"", // 地址 .cpdgrp.snd.adrelc
dbfadrblkcn:"", // Chinese address .cpdgrp.snd.dbfadrblkcn
},
blk:{
contag70:"", // Content of TAG 70 .cpdgrp.blk.contag70
},
orc:{
pts:new Pts().data,
namelc:"", // 名称 .cpdgrp.orc.namelc
adrelc:"", // 地址 .cpdgrp.orc.adrelc
dbfadrblkcn:"", // Chinese address .cpdgrp.orc.dbfadrblkcn
},
ori:{
pts:new Pts().data,
namelc:"", // 名称 .cpdgrp.ori.namelc
adrelc:"", // 地址 .cpdgrp.ori.adrelc
dbfadrblkcn:"", // Chinese address .cpdgrp.ori.dbfadrblkcn
},
},
cptp:{
recget:{
sdamod:{
seainf:"", // .cptp.recget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .cptp.recget.sdamod.dadsnd
},
},
shktyp:"", // static text 收汇款对象 .cptp.shktyp
valdat:"", // static text .cptp.valdat
paydatsta:"", // static of paydat .cptp.paydatsta
feesta:"", // static of fee .cptp.feesta
clmlab:"", // static lable value .cptp.clmlab
commetlab:"", // 自�'�区备注label .cptp.commetlab
pyep:{
ptsget:{
sdamod:{
seainf:"", // .cptp.pyep.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .cptp.pyep.ptsget.sdamod.dadsnd
},
},
},
sndp:{
ptsget:{
sdamod:{
dadsnd:"", // Drag Drop Sender .cptp.sndp.ptsget.sdamod.dadsnd
seainf:"", // .cptp.sndp.ptsget.sdamod.seainf
},
},
},
orcp:{
ptsget:{
sdamod:{
seainf:"", // .cptp.orcp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .cptp.orcp.ptsget.sdamod.dadsnd
},
},
},
orip:{
ptsget:{
sdamod:{
seainf:"", // .cptp.orip.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .cptp.orip.ptsget.sdamod.dadsnd
},
},
},
payuil:"", // Uil Payment .cptp.payuil
seclab:"", // static text .cptp.seclab
resbch:"", // 接收行行号 .cptp.resbch
resbchnam:"", // 汇款人名称 .cptp.resbchnam
commet:"", // 附言 .cptp.commet
flg:"", // 电汇凭证 .cptp.flg
bustyp:"", // 业务种类 .cptp.bustyp
secmod:"", // 二代模式 .cptp.secmod
orcadr:"", // 付款人地址 .cptp.orcadr
pyeadr:"", // 收款人地址 .cptp.pyeadr
pyebchkey:"", // 收款人名称 .cptp.pyebchkey
pyebchnam:"", // 收款人开户行名称 .cptp.pyebchnam
pyenam:"", // 收款人名称 .cptp.pyenam
orcnam:"", // 付款人名称 .cptp.orcnam
qsfysd:"",
fwtgyh:"",
cleage:"", // 清算代理行 .cptp.cleage
evebch:"", // 光大开户分行 .cptp.evebch
coract:"", // 清算代理行账号 .cptp.coract
liqtyp:"", // 清算模式 .cptp.liqtyp
comsystbl:"", // 自�'�区备注 .cptp.comsystbl
reconebch:"", // 收款�'接参与者行号 .cptp.reconebch
reconebchnam:"", // 收款�'接参与者名称 .cptp.reconebchnam
draweecountcode:"", // 付款人常驻国家/地区代码 .cptp.draweecountcode
payeecountcode:"", // 收款人常驻国家/地区代码 .cptp.payeecountcode
uetr:"", // Uetr .cptp.uetr
},
pyenam:"",// 收款人名称 pyenam
mtabut:{
coninf:{
oitinf:{
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt
oit:{
inftxt:"", // Infotext .mtabut.coninf.oitinf.oit.inftxt
inflev:"", // Infotext Level .mtabut.coninf.oitinf.oit.inflev
},
},
oitset:{
labinftxt:"", // Label for INFTXT .mtabut.coninf.oitset.labinftxt
oit:{
inftxt:"", // Infotext .mtabut.coninf.oitset.oit.inftxt
inflev:"", // Infotext Level .mtabut.coninf.oitset.oit.inflev
},
},
conexedat:"", // 执行日期 .mtabut.coninf.conexedat
usr:{
extkey:"", // User ID .mtabut.coninf.usr.extkey
},
},
},
trnmod:{
trndoc:{
advlabel:"", // ADVLABEL .trnmod.trndoc.advlabel
amdnam:"", // AMDNAM .trnmod.trndoc.amdnam
advdoc:"", // 国内证通知书 .trnmod.trndoc.advdoc
advnam:"", // 国内证落款 .trnmod.trndoc.advnam
amdapl:"", // 修改申请人名称 .trnmod.trndoc.amdapl
doclbl:"", // Lable for CONDOCSTM .trnmod.trndoc.doclbl
doctrestm:"", // Document tree .trnmod.trndoc.doctrestm
shwinc:"", // Show Incoming Messages .trnmod.trndoc.shwinc
shwout:"", // Show Outgoing Messages .trnmod.trndoc.shwout
condocstm:"", // Connected Documents .trnmod.trndoc.condocstm
rcvatt:{
seainf:"", // .trnmod.trndoc.rcvatt.seainf
},
filrecv:"", // File Receiver .trnmod.trndoc.filrecv
doceot:[],
},
},
finmod:{
pctlab:"", // Percentage Label .finmod.pctlab
fincod:"", // % .finmod.fincod
intprd:"", // 计息周期 .finmod.intprd
intdat:"", // 计息日期 .finmod.intdat
ratchgtyp:"", // 利率调�'方式 .finmod.ratchgtyp
ratchgprd:"", // 利率调�'周期 .finmod.ratchgprd
ratchgdat:"", // 利率调�'月日数 .finmod.ratchgdat
graday:"", // 宽限期 .finmod.graday
flttyp:"", // 浮动方式 .finmod.flttyp
fltval:"", // 浮动值 .finmod.fltval
ovdinttyp:"", // 呆滞计息方式 .finmod.ovdinttyp
ovdintrat:"", // 罚息比率 .finmod.ovdintrat
act1:"", // 第一还款�'�号 .finmod.act1
acttyp:"", // 第三方还款方式 .finmod.acttyp
accbch:"", // 入�'�机构 .finmod.accbch
intamt:"", // 预收息金额 .finmod.intamt
act3:"", // 第三方还款�'�号 .finmod.act3
},
trdgrp:{
rec:{
pntref:"", // Parent Contract .trdgrp.rec.pntref
pntnam:"", // Name .trdgrp.rec.pntnam
nam:"", // Name .trdgrp.rec.nam
issdat:"", // Finance Date .trdgrp.rec.issdat
fintyp:"", // Finance Type .trdgrp.rec.fintyp
pctfin:"", // % Financed .trdgrp.rec.pctfin
intrat:"", // Margin Spread applied to Interest Rate .trdgrp.rec.intrat
actrat:"", // actural rate .trdgrp.rec.actrat
stttendat:"", // Start Date Tenor .trdgrp.rec.stttendat
matdat:"", // Maturity Date .trdgrp.rec.matdat
tenday:"", // Tenor Days .trdgrp.rec.tenday
ownref:"", // Our Reference .trdgrp.rec.ownref
},
cbs:{
max:{
cur:"", // Currency .trdgrp.cbs.max.cur
amt:"", // 融资金额 .trdgrp.cbs.max.amt
},
},
fip:{
pts:new Pts().data,
namelc:"", // 名称 .trdgrp.fip.namelc
adrelc:"", // 地址 .trdgrp.fip.adrelc
dbfadrblkcn:"", // Chinese address .trdgrp.fip.dbfadrblkcn
},
},
fipp:{
ptsget:{
sdamod:{
seainf:"", // .fipp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .fipp.ptsget.sdamod.dadsnd
},
},
},
cnybop:{
cnyout:{
spk:"", // 业务主键 .cnybop.cnyout.spk
sbankorgcode:"", // 银行机构代码 .cnybop.cnyout.sbankorgcode
spayeeorgcode:"", // 付款人机构代码 .cnybop.cnyout.spayeeorgcode
spayercountrycode:"", // 收款人常驻国家(地区)代码 .cnybop.cnyout.spayercountrycode
sswiftbic:"", // 收款行SWIFT BIC .cnybop.cnyout.sswiftbic
cpayeraccttyp:"", // 清算(结算)帐户类型 .cnybop.cnyout.cpayeraccttyp
spayeracct:"", // 清算(结算)帐户帐号 .cnybop.cnyout.spayeracct
smidtransbank:"", // 中�'转汇行 .cnybop.cnyout.smidtransbank
dpayeedate:"", // 付款日期 .cnybop.cnyout.dpayeedate
sorilevyno:"", // 原申报号码 .cnybop.cnyout.sorilevyno
sbanktrano:"", // 银行业务编号 .cnybop.cnyout.sbanktrano
sbalancemode:"", // 结算方式 .cnybop.cnyout.sbalancemode
iaccountperiod:"", // 结�'�期 .cnybop.cnyout.iaccountperiod
fpayeeamt:"", // 货物贸易付款金额 .cnybop.cnyout.fpayeeamt
fcustomsamt:"", // 已报关付款金额 .cnybop.cnyout.fcustomsamt
frecordamt:"", // 已备案付款金额 .cnybop.cnyout.frecordamt
fprepayeeamt:"", // 预付款金额 .cnybop.cnyout.fprepayeeamt
fonshoreamt:"", // 无货物报关进出境物流货物金额 .cnybop.cnyout.fonshoreamt
foffshoreamt:"", // 无货物报关离岸转手买卖金额 .cnybop.cnyout.foffshoreamt
fnogoodsamt:"", // 无货物报关其他金额 .cnybop.cnyout.fnogoodsamt
cpayeeattr:"", // 付款人属性 .cnybop.cnyout.cpayeeattr
spayeecny:"", // 付款币种 .cnybop.cnyout.spayeecny
spayeeacct:"", // 付款人账号 .cnybop.cnyout.spayeeacct
ftotalamt:"", // 原币金额 .cnybop.cnyout.ftotalamt
},
spayeename:"", // 付款人名称 .cnybop.spayeename
spayername:"", // 收款人名称 .cnybop.spayername
saddwordout:"", // 交易附言 .cnybop.saddwordout
sbankname:"", // 银行机构名称 .cnybop.sbankname
outscale:"", // OUTSCALE .cnybop.outscale
},
pageId: "", // ctx的key
setmod: new Pub().data.Setmod,
}
}
}