{"$schema":"https://domains.younndai.com/schemas/domain.json","domain":"yon.fintech","version":"1.0","status":"active","state":"active","tier":"official","verified":true,"score":1,"notice":null,"description":"Financial services, algorithmic trading, risk management, and regulatory audit compliance with structured transaction trails","defaultMode":"struct","defaultProfile":"audit","defaultFormat":"canon","records":[{"tag":"TXN","fields":[{"name":"id","type":"string","example":"txn:PAY-2026-0042","required":true,"description":"Transaction ID"},{"name":"amount","type":"float","unit":"USD","example":"25000.00","required":false,"description":"Amount in USD"},{"name":"currency","type":"string","example":"EUR","pattern":"^[A-Z]{3}$","required":false,"description":"Currency (ISO 4217)"},{"enum":["credit-transfer","direct-debit","card","cheque","cash","wire"],"name":"payment_method","type":"string","example":"wire","required":false,"description":"Payment Method (6 allowed values)"},{"name":"debtor","type":"string","example":"Acme Corp DE12345678","required":false,"description":"Debtor"},{"name":"creditor","type":"string","example":"Supplier Ltd FR98765432","required":false,"description":"Creditor"},{"name":"merchant","type":"string","example":"Supplier Ltd","required":false,"description":"Merchant"},{"name":"remittance_info","type":"string","example":"Invoice INV-2026-0087","required":false,"description":"Remittance Info"},{"name":"timestamp","type":"ts","example":"2026-03-01T14:22:05Z","required":false,"description":"Timestamp as ISO 8601 timestamp"},{"name":"category","type":"string","example":"supplier-payment","required":false,"description":"Category"}],"description":"Transaction record — ISO 20022 aligned, uniquely identified financial event with payment method, counterparties, and category"},{"tag":"RISK","fields":[{"enum":["low","medium","high","critical"],"name":"level","type":"string","example":"medium","required":false,"description":"Risk Level: low, medium, high, critical"},{"name":"score","type":"float","range":[0,100],"example":"42.0","required":false,"description":"Risk Score (0–100) (0–100)"},{"name":"factors","type":"string","example":"[\"credit_history\",\"income_ratio\"]","required":false,"description":"Contributing Factors (JSON)"},{"name":"model","type":"string","example":"credit-risk-v3","required":false,"description":"Model Name"},{"name":"threshold","type":"float","example":"65.0","required":false,"description":"Threshold"}],"description":"Risk assessment — model-driven scoring with configurable thresholds"},{"tag":"AUDIT_TRAIL","fields":[{"name":"action","type":"string","example":"order-approved","required":false,"description":"Action"},{"name":"actor","type":"string","example":"compliance:jdoe","required":false,"description":"Actor"},{"name":"reason","type":"string","example":"Pre-trade risk check passed","required":false,"description":"Reason"},{"name":"ts","type":"ts","example":"2026-03-01T14:20:00Z","required":false,"description":"Timestamp as ISO 8601 timestamp"}],"description":"Immutable audit trail entry — regulatory-grade action logging"},{"tag":"COMPLIANCE","fields":[{"name":"regulation","type":"string","example":"EU AMLD 6","required":true,"description":"Regulation"},{"enum":["compliant","non-compliant","under-review","remediation"],"name":"status","type":"string","example":"compliant","required":false,"description":"Compliance Status: compliant, non-compliant, under-review, remediation"},{"name":"findings","type":"string","example":"No adverse media matches","required":false,"description":"Findings"},{"name":"reviewer","type":"string","example":"compliance:smiller","required":false,"description":"Reviewer"}],"description":"Regulatory compliance check — tracks regulation adherence and review status"},{"tag":"POSITION","fields":[{"name":"symbol","type":"string","example":"AAPL","required":true,"description":"Symbol"},{"name":"qty","type":"int","example":"5000","required":false,"description":"Quantity"},{"enum":["long","short"],"name":"side","type":"string","example":"long","required":false,"description":"Side: long, short"},{"name":"price","type":"float","unit":"USD","example":"178.50","required":false,"description":"Mark Price in USD"},{"name":"pnl","type":"float","unit":"USD","example":"12500.00","required":false,"description":"Unrealized P&L in USD"},{"name":"pct_nav","type":"float","unit":"%","range":[0,100],"example":"8.2","required":false,"description":"% of NAV (0–100)"},{"name":"limit_pct","type":"float","unit":"%","example":"10.0","required":false,"description":"Concentration Limit in %"},{"enum":["open","closed","pending"],"name":"status","type":"string","example":"open","required":false,"description":"Position Status: open, closed, pending"}],"description":"Trading position — portfolio exposure tracking with NAV percentage limits"},{"tag":"FACTORS","fields":[{"name":"name","type":"string","example":"payment-history","required":false,"description":"Factor Name"},{"name":"weight","type":"float","unit":"0-1","range":[0,1],"example":"0.35","required":false,"description":"Weight (0–1) in 0-1 (0–1)"},{"name":"value","type":"float","example":"82.0","required":false,"description":"Factor Value"}],"description":"Risk factor breakdown — weighted components contributing to an overall risk score"},{"tag":"RISK_SCORE","fields":[{"name":"value","type":"float","range":[0,100],"example":"72.0","required":false,"description":"Score (0–100) (0–100)"},{"name":"model","type":"string","example":"credit-risk-v3","required":false,"description":"Model"},{"name":"threshold","type":"float","example":"65.0","required":false,"description":"Decision Threshold"}],"description":"Computed risk score — model output with threshold comparison"},{"tag":"ORDER","fields":[{"name":"id","type":"string","example":"ord:2026-03-01-0042","required":true,"description":"Order ID"},{"enum":["buy","sell"],"name":"side","type":"string","example":"buy","required":false,"description":"Side: buy, sell"},{"name":"symbol","type":"string","example":"AAPL","required":false,"description":"Symbol"},{"name":"qty","type":"int","example":"1000","required":false,"description":"Quantity"},{"enum":["market","limit","stop","stop-limit"],"name":"order_type","type":"string","example":"limit","required":false,"description":"Order Type: market, limit, stop, stop-limit"},{"name":"limit_price","type":"float","unit":"USD","example":"175.00","required":false,"description":"Limit Price in USD"},{"enum":["DAY","GTC","IOC","FOK"],"name":"tif","type":"string","example":"GTC","required":false,"description":"Time-in-Force: DAY, GTC, IOC, FOK"}],"description":"Trade order — supports multiple order types with time-in-force constraints"},{"tag":"FILL","fields":[{"name":"rid","type":"string","example":"fill:exec-0042-1","required":true,"description":"Record ID"},{"name":"exec_id","type":"string","example":"EXEC-2026-00421","required":false,"description":"Execution ID"},{"name":"price","type":"float","unit":"USD","example":"175.10","required":false,"description":"Fill Price in USD"},{"name":"qty","type":"int","example":"500","required":false,"description":"Filled Quantity"},{"enum":["NYSE","NASDAQ","LSE","dark-pool","OTC","internal-cross"],"name":"venue","type":"string","example":"XNYS","required":false,"description":"Venue (6 allowed values)"},{"name":"ts","type":"ts","example":"2026-03-01T14:30:02.150Z","required":false,"description":"Fill Timestamp as ISO 8601 timestamp"}],"description":"Order fill/execution — records actual execution price, quantity, and venue"},{"tag":"SLIPPAGE","fields":[{"name":"expected_price","type":"float","unit":"USD","example":"175.00","required":false,"description":"Expected Price in USD"},{"name":"actual_avg","type":"float","unit":"USD","example":"175.10","required":false,"description":"Actual Avg Price in USD"},{"name":"slippage_bps","type":"float","unit":"bps","example":"5.7","required":false,"description":"Slippage in bps"},{"enum":["favorable","adverse"],"name":"direction","type":"string","example":"adverse","required":false,"description":"Direction: favorable, adverse"}],"description":"Slippage analysis — measures execution quality in basis points"},{"tag":"MARGIN","fields":[{"name":"initial","type":"float","unit":"USD","example":"500000.00","required":false,"description":"Initial Margin in USD"},{"name":"maintenance","type":"float","unit":"USD","example":"350000.00","required":false,"description":"Maintenance Margin in USD"},{"name":"excess","type":"float","unit":"USD","example":"150000.00","required":false,"description":"Excess Margin in USD"},{"name":"utilization","type":"float","unit":"%","range":[0,100],"example":"70.0","required":false,"description":"Utilization in % (0–100)"}],"description":"Margin requirements — tracks initial, maintenance, and excess capital"},{"tag":"PORTFOLIO","fields":[{"name":"id","type":"string","example":"ptf:growth-fund-1","required":true,"description":"Portfolio ID"},{"name":"nav","type":"float","unit":"USD","example":"10850000.00","required":false,"description":"Net Asset Value in USD"},{"name":"cash","type":"float","unit":"USD","example":"1250000.00","required":false,"description":"Cash Balance in USD"},{"name":"positions","type":"string","example":"42","required":false,"description":"Position Count / Refs"}],"description":"Portfolio summary — net asset value, cash, and positions aggregate"}],"schemaHash":null,"recordCount":12,"totalFieldCount":62}