NAC_Blockchain/nac-jurisdiction-rules/KY/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 宪法层辖区规则 — 开曼群岛Cayman Islands
// 监管机构CIMACayman Islands Monetary Authority
// 关键法律Virtual Asset Service Providers Act 2020VASP
// CBPP 原则:约法即是治法 | 宪法即是规则 | 参与即是共识 | 节点产生区块交易决定区块大小
// 生效方式辖区授权CACIMA_CA签名后直接生效无需链上投票
JURISDICTION KY {
name: "开曼群岛Cayman Islands"
regulator: "CIMACayman Islands Monetary Authority"
key_law: "Virtual Asset Service Providers Act 2020VASP"
ca_authority: "CIMA_CA"
tier: "TIER_2"
// 支持的资产类型
supported_asset_types: ["基金份额", "有限合伙权益", "债券", "股权", "虚拟资产"]
// 禁止事项(直接生效,无需投票)
prohibited_activities: ["未注册VASP运营", "匿名基金"]
}
CLAUSE KY_VASP_001 {
jurisdiction: "KY"
type: "COMPLIANCE_RULE"
description: "虚拟资产服务提供商须向CIMA注册"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE KY_FUND_001 {
jurisdiction: "KY"
type: "COMPLIANCE_RULE"
description: "基金资产须符合共同基金法或私募基金法"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE KY_AML_001 {
jurisdiction: "KY"
type: "COMPLIANCE_RULE"
description: "须符合反洗钱法规AML Regulations 2020"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE KY_KYC_001 {
jurisdiction: "KY"
type: "COMPLIANCE_RULE"
description: "KYC须核实受益所有人UBO信息"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE KY_REPORT_001 {
jurisdiction: "KY"
type: "COMPLIANCE_RULE"
description: "年度向CIMA提交合规报告"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}