NAC_Blockchain/nac-jurisdiction-rules/BM/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 宪法层辖区规则 — 百慕大Bermuda
// 监管机构BMABermuda Monetary Authority
// 关键法律Digital Asset Business Act 2018DABA
// CBPP 原则:约法即是治法 | 宪法即是规则 | 参与即是共识 | 节点产生区块交易决定区块大小
// 生效方式辖区授权CABMA_CA签名后直接生效无需链上投票
JURISDICTION BM {
name: "百慕大Bermuda"
regulator: "BMABermuda Monetary Authority"
key_law: "Digital Asset Business Act 2018DABA"
ca_authority: "BMA_CA"
tier: "TIER_2"
// 支持的资产类型
supported_asset_types: ["保险资产", "再保险资产", "基金份额", "债券", "股权"]
// 禁止事项(直接生效,无需投票)
prohibited_activities: ["匿名交易", "无牌照数字资产业务"]
}
CLAUSE BM_DABA_001 {
jurisdiction: "BM"
type: "COMPLIANCE_RULE"
description: "数字资产业务须持有BMA颁发的DABA牌照"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE BM_AML_001 {
jurisdiction: "BM"
type: "COMPLIANCE_RULE"
description: "反洗钱须符合FATF标准及百慕大AML/ATF法规"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE BM_INVEST_001 {
jurisdiction: "BM"
type: "COMPLIANCE_RULE"
description: "保险/再保险资产上链须符合保险法第6条"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE BM_KYC_001 {
jurisdiction: "BM"
type: "COMPLIANCE_RULE"
description: "KYC须核实客户身份并保留5年记录"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE BM_REPORT_001 {
jurisdiction: "BM"
type: "COMPLIANCE_RULE"
description: "季度向BMA提交数字资产业务报告"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}