NAC_Blockchain/nac-jurisdiction-rules/LU/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 宪法层辖区规则 — 卢森堡Luxembourg
// 监管机构CSSFCommission de Surveillance du Secteur Financier
// 关键法律MiCAEU成员国& UCITS Directive & AIFMD
// CBPP 原则:约法即是治法 | 宪法即是规则 | 参与即是共识 | 节点产生区块交易决定区块大小
// 生效方式辖区授权CACSSF_CA签名后直接生效无需链上投票
JURISDICTION LU {
name: "卢森堡Luxembourg"
regulator: "CSSFCommission de Surveillance du Secteur Financier"
key_law: "MiCAEU成员国& UCITS Directive & AIFMD"
ca_authority: "CSSF_CA"
tier: "TIER_2"
// 支持的资产类型
supported_asset_types: ["UCITS基金份额", "AIF基金份额", "债券", "证券型代币", "加密资产"]
// 禁止事项(直接生效,无需投票)
prohibited_activities: ["未经CSSF授权的数字资产业务", "个人信息上链"]
}
CLAUSE LU_CSSF_001 {
jurisdiction: "LU"
type: "COMPLIANCE_RULE"
description: "数字资产业务须向CSSF申请授权"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE LU_UCITS_001 {
jurisdiction: "LU"
type: "COMPLIANCE_RULE"
description: "UCITS基金资产须符合UCITS指令第五版"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE LU_AIFMD_001 {
jurisdiction: "LU"
type: "COMPLIANCE_RULE"
description: "另类投资基金须符合AIFMD指令"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE LU_MICA_001 {
jurisdiction: "LU"
type: "COMPLIANCE_RULE"
description: "加密资产须符合MiCA法规EU成员国"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE LU_GDPR_001 {
jurisdiction: "LU"
type: "COMPLIANCE_RULE"
description: "个人数据处理须符合GDPR禁止个人信息直接上链"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}