{"$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,"meta":{"links":[{"url":"https://www.fixtrading.org/","type":"standard","label":"FIX Protocol"},{"url":"https://www.iso20022.org/","type":"standard","label":"ISO 20022"},{"url":"https://www.esma.europa.eu/policy-rules/mifid-ii-and-mifir","type":"regulation","label":"MiFID II"},{"url":"https://www.sec.gov/spotlight/sarbanes-oxley.htm","type":"regulation","label":"SOX Compliance"}],"related":[{"domain":"yon.compliance","reason":"SOX and MiFID audit trails","relationship":"regulatory overlap"},{"domain":"yon.insurance","reason":"Financial product risk assessment","relationship":"often paired"},{"domain":"yon.legal","reason":"Contract terms and regulatory filings","relationship":"regulatory overlap"}],"tagline":"Structured financial data for trading, risk, and compliance AI","use_cases":[{"id":"cross-border-payments","tags":["TXN","WALLET","COMPLIANCE","FILL","POSITION"],"steps":["Initiate @PAYMENT with sender/receiver IBAN details","Run @KYC verification against sanctions lists","Execute @FX conversion at spot rate","Create @TRANSFER via SWIFT/ISO 20022 channel","Update @BALANCE for both accounts","Generate @TRANSACTION audit trail"],"title":"Cross-Border Payment Processing","example":"@PAYMENT rid=pay:1 | currency=\"EUR\" | amount:float=25000.0 | method=\"wire\" | status=\"processing\"","tags_used":["PAYMENT","KYC","FX","TRANSFER","BALANCE","TRANSACTION"],"description":"Route transactions across payment rails with real-time FX conversion, sanctions screening, and AML compliance checks. Track settlement status through clearing networks."},{"id":"lending-lifecycle","tags":["TXN","ACCOUNT","FACTORS","COMPLIANCE","WALLET"],"steps":["Collect @KYC documentation for applicant identity","Assess @RISK score using credit bureau and income data","Structure @LOAN terms with rate, tenure, and collateral","Disburse funds via @TRANSFER to borrower @ACCOUNT","Track repayment @TRANSACTION entries against @BALANCE"],"title":"Digital Lending Lifecycle","example":"@LOAN rid=ln:1 | principal:float=150000.0 | rate:float=4.25 | term_months:int=360 | status=\"active\"","tags_used":["KYC","RISK","LOAN","TRANSFER","ACCOUNT","TRANSACTION","BALANCE"],"description":"Process loan applications from credit scoring through disbursement, track repayment schedules, manage collections, and report to credit bureaus with regulatory compliance."}],"highlights":["TXN","POSITION","ORDER"],"tag_context":{"TXN":{"purpose":"ISO 20022 aligned financial transaction with payment method, counterparties, and category","when_to_use":"Payment recording, transfer settlement, transaction reconciliation, audit trail generation","related_standards":["ISO 20022","FIX Protocol"]},"FILL":{"purpose":"Order execution record with actual fill price, quantity, venue, and execution ID","when_to_use":"Trade confirmation, best execution analysis, post-trade reporting, reconciliation","related_standards":["FIX ExecutionReport","ISO 10383","MiFID II RTS 25"]},"RISK":{"purpose":"Model-driven risk assessment with level classification, score, and contributing factors","when_to_use":"Credit risk scoring, AML screening, counterparty evaluation, loan origination risk assessment","related_standards":["Basel III/IV","FRTB","ISO 22739"]},"ORDER":{"purpose":"Trade order with type, side, quantity, time-in-force, and optional limit price","when_to_use":"Order submission, algo trading signals, order book analysis, pre-trade compliance","related_standards":["FIX 5.0 SP2 NewOrderSingle","ISO 10383 MIC","OATS (FINRA)"]},"MARGIN":{"purpose":"Margin capital requirements tracking initial, maintenance, and excess levels","when_to_use":"Margin call monitoring, capital adequacy checks, collateral management, regulatory capital reporting","related_standards":["ISDA CSA","Basel III SA-CCR","EMIR IM"]},"FACTORS":{"purpose":"Weighted risk factor breakdown contributing to composite risk score","when_to_use":"Risk model explainability, factor attribution, model validation, regulatory model documentation","related_standards":["ISO 22739 DLT","FICO Score Model","Basel III IRB"]},"POSITION":{"purpose":"Trading portfolio exposure with quantity, P&L, NAV concentration, and limit tracking","when_to_use":"Holdings monitoring, concentration risk alerts, portfolio analytics, EOD position reports","related_standards":["FIX Protocol (Tag 55)","ISDA definitions"]},"SLIPPAGE":{"purpose":"Execution quality measurement comparing expected vs actual price in basis points","when_to_use":"Best execution monitoring, algo performance evaluation, TCA (transaction cost analysis), broker comparison","related_standards":["FIX Last Market","MiFID II Best Execution","SEC Rule 606"]},"PORTFOLIO":{"purpose":"Portfolio-level summary with net asset value, cash balance, and positions aggregate","when_to_use":"NAV calculation, portfolio reporting, fund accounting, investor statements","related_standards":["GIPS (CFA)","ISO 10962 CFI","XBRL"]},"COMPLIANCE":{"purpose":"Regulatory compliance check tracking adherence status, findings, and reviewer","when_to_use":"KYC/AML checks, regulatory examination responses, periodic compliance reviews, remediation tracking","related_standards":["FATF 40 Recommendations","FinCEN BSA","EU AMLD 6"]},"RISK_SCORE":{"purpose":"Computed risk score output from model with threshold comparison for decision automation","when_to_use":"Automated decisioning, threshold-based alerts, model output logging, scorecard evaluation","related_standards":["FICO Score","Basel III PD/LGD","ISO 22739"]},"AUDIT_TRAIL":{"purpose":"Immutable regulatory-grade action log for compliance and surveillance","when_to_use":"SOX audit logging, trade surveillance, regulatory filing evidence, change tracking","related_standards":["SEC Rule 17a-4","MiFID II (RTS 25)"]}}},"registry":{"domain":{"path":"yon.fintech","owner":{"url":"https://younndai.com","name":"YounndAI Domains Registry","since":"2026-01-15T00:00:00Z","organization":"YounndAI"},"state":"active","notice":null,"created":"2026-01-15T00:00:00Z","lastUpdated":"2026-03-02T01:19:49.530Z"},"namespace":{"path":"yon","type":"official","owner":{"url":"https://younndai.com","name":"YounndAI Domains Registry","since":"2026-01-15T00:00:00Z","organization":"YounndAI"},"state":"active","notice":null}},"owner":{"url":"https://younndai.com","name":"YounndAI Domains Registry","since":"2026-01-15T00:00:00Z","organization":"YounndAI"}}