60 lines
2.2 KiB
Plaintext
60 lines
2.2 KiB
Plaintext
// NAC 宪法层辖区规则 — 泽西岛(Jersey)
|
||
// 监管机构:JFSC(Jersey Financial Services Commission)
|
||
// 关键法律:Virtual Asset Service Providers (Jersey) Law 2021
|
||
// CBPP 原则:约法即是治法 | 宪法即是规则 | 参与即是共识 | 节点产生区块交易决定区块大小
|
||
// 生效方式:辖区授权CA(JFSC_CA)签名后直接生效,无需链上投票
|
||
|
||
JURISDICTION JE {
|
||
name: "泽西岛(Jersey)"
|
||
regulator: "JFSC(Jersey Financial Services Commission)"
|
||
key_law: "Virtual Asset Service Providers (Jersey) Law 2021"
|
||
ca_authority: "JFSC_CA"
|
||
tier: "TIER_2"
|
||
|
||
// 支持的资产类型
|
||
supported_asset_types: ["基金份额", "债券", "股权", "虚拟资产"]
|
||
|
||
// 禁止事项(直接生效,无需投票)
|
||
prohibited_activities: ["未注册VASP运营", "匿名基金"]
|
||
}
|
||
|
||
CLAUSE JE_VASP_001 {
|
||
jurisdiction: "JE"
|
||
type: "COMPLIANCE_RULE"
|
||
description: "虚拟资产服务提供商须向JFSC注册"
|
||
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效,无需链上投票(约法即是治法)
|
||
effective_immediately: true
|
||
}
|
||
|
||
CLAUSE JE_AML_001 {
|
||
jurisdiction: "JE"
|
||
type: "COMPLIANCE_RULE"
|
||
description: "须符合泽西岛反洗钱法规(Money Laundering Order 2008)"
|
||
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效,无需链上投票(约法即是治法)
|
||
effective_immediately: true
|
||
}
|
||
|
||
CLAUSE JE_KYC_001 {
|
||
jurisdiction: "JE"
|
||
type: "COMPLIANCE_RULE"
|
||
description: "KYC须核实受益所有人(UBO)信息"
|
||
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效,无需链上投票(约法即是治法)
|
||
effective_immediately: true
|
||
}
|
||
|
||
CLAUSE JE_FUND_001 {
|
||
jurisdiction: "JE"
|
||
type: "COMPLIANCE_RULE"
|
||
description: "基金资产须符合泽西岛集合投资基金法"
|
||
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效,无需链上投票(约法即是治法)
|
||
effective_immediately: true
|
||
}
|
||
|
||
CLAUSE JE_REPORT_001 {
|
||
jurisdiction: "JE"
|
||
type: "COMPLIANCE_RULE"
|
||
description: "年度向JFSC提交合规报告"
|
||
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效,无需链上投票(约法即是治法)
|
||
effective_immediately: true
|
||
}
|