NAC_Blockchain/nac-jurisdiction-rules/JE/constitution_rules.cnnl

60 lines
2.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// NAC 宪法层辖区规则 — 泽西岛Jersey
// 监管机构JFSCJersey Financial Services Commission
// 关键法律Virtual Asset Service Providers (Jersey) Law 2021
// CBPP 原则:约法即是治法 | 宪法即是规则 | 参与即是共识 | 节点产生区块交易决定区块大小
// 生效方式辖区授权CAJFSC_CA签名后直接生效无需链上投票
JURISDICTION JE {
name: "泽西岛Jersey"
regulator: "JFSCJersey 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
}