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

60 lines
2.3 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 宪法层辖区规则 — 毛里求斯Mauritius
// 监管机构FSCFinancial Services Commission Mauritius
// 关键法律Virtual Asset and Initial Token Offering Services Act 2021VAITOS
// CBPP 原则:约法即是治法 | 宪法即是规则 | 参与即是共识 | 节点产生区块交易决定区块大小
// 生效方式辖区授权CAMU_FSC_CA签名后直接生效无需链上投票
JURISDICTION MU {
name: "毛里求斯Mauritius"
regulator: "FSCFinancial Services Commission Mauritius"
key_law: "Virtual Asset and Initial Token Offering Services Act 2021VAITOS"
ca_authority: "MU_FSC_CA"
tier: "TIER_2"
// 支持的资产类型
supported_asset_types: ["虚拟资产", "代币", "基金份额", "债券", "股权"]
// 禁止事项(直接生效,无需投票)
prohibited_activities: ["未持VAITOS牌照的虚拟资产服务", "匿名交易"]
}
CLAUSE MU_VAITOS_001 {
jurisdiction: "MU"
type: "COMPLIANCE_RULE"
description: "虚拟资产服务须向FSC申请VAITOS牌照"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE MU_AML_001 {
jurisdiction: "MU"
type: "COMPLIANCE_RULE"
description: "须符合毛里求斯反洗钱法规FIAMLA 2002"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE MU_KYC_001 {
jurisdiction: "MU"
type: "COMPLIANCE_RULE"
description: "KYC须核实客户身份保留7年记录"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE MU_AFRICA_001 {
jurisdiction: "MU"
type: "COMPLIANCE_RULE"
description: "跨非洲辖区交易须符合非洲联盟数字资产框架"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE MU_REPORT_001 {
jurisdiction: "MU"
type: "COMPLIANCE_RULE"
description: "年度向FSC提交VAITOS合规报告"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}