NAC_Blockchain/rwa/nac-jurisdiction-rules/HK/constitution_rules.cnnl

72 lines
2.4 KiB
Plaintext
Raw Permalink 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 香港辖区宪法规则HK
// 监管机构证券及期货事务监察委员会SFC、香港金融管理局HKMA
// 法律依据《证券及期货条例》SFO、《打击洗钱及恐怖分子资金筹集条例》AMLO、虚拟资产服务提供商VASP制度
// CBPP原则约法即是治法宪法即是规则参与即是共识节点产生区块交易决定区块大小
// 版本v1.0 | 生效日期2026-01-01 | 授权CASFC-CA-001
jurisdiction HK {
name: "香港特别行政区"
code: "HK"
tier: 1
inherits: GLOBAL
regulatory_authorities: ["SFC", "HKMA"]
authorized_ca: "SFC-CA-001"
ca_cert_standard: "X.509v3"
rule HK_SFO_001 {
name: "证券及期货条例合规"
basis: "《证券及期货条例》Cap. 571第III部"
security_token_classification: {
collective_investment_scheme: "SFC_AUTHORIZATION_REQUIRED"
debenture: "SFC_REGISTRATION_REQUIRED"
shares: "SFC_PROSPECTUS_REQUIRED"
}
professional_investor_only: true
professional_investor_threshold: { assets: 8000000 }
disclosure: { offering_document: REQUIRED, ongoing_reporting: REQUIRED }
enforcement: "CEE_REJECT_CR"
}
rule HK_VASP_001 {
name: "虚拟资产服务提供商制度"
basis: "《打击洗钱及恐怖分子资金筹集条例》AMLO修订2023年6月生效"
vasp_license: SFC_REQUIRED
permitted_retail_tokens: "SFC_APPROVED_LIST_ONLY"
retail_investor_access: {
knowledge_test: REQUIRED
risk_disclosure: REQUIRED
exposure_limit: 0.30
}
custody_requirements: {
cold_storage: 0.98
hot_wallet_max: 0.02
insurance: REQUIRED
}
enforcement: "CEE_REJECT_CR"
}
rule HK_AML_001 {
name: "香港反洗钱合规"
basis: "AMLOCap. 615、HKMA AML指引"
extends: GLOBAL_AML_001
cdd_threshold_hkd: 120000
wire_transfer_threshold_hkd: 8000
str_authority: "JFIU"
str_deadline_hours: 24
enforcement: "CEE_REJECT_CR"
}
rule HK_RWA_001 {
name: "香港RWA资产通证化"
basis: "SFC《有关证券型代币发行的声明》2019及后续指引"
extends: GLOBAL_RWA_001
permitted_assets: ["REAL_ESTATE", "EQUITY_PRIVATE", "FUND_PRIVATE", "DEBT_PRIVATE", "INFRASTRUCTURE", "CARBON_CREDIT"]
tokenization_structure: {
spv_required: true
trustee_required: true
auditor_required: true
}
enforcement: "CEE_REJECT_CR"
}
}