FIBO financial ontology with ƒxyz extensions. Schema for members, tokens, circles, and Fixie agents.
FIBO provides the standardized foundation for the ƒxyz knowledge graph. Global financial standards compatibility.
Standardized definitions for currencies, derivatives, and financial products
Trading venues, settlement systems, and market data structures
Compliance standards and regulatory entity relationships
Corporate structures and legal relationship definitions
{
"@context": "https://fxyz.network/ontology/member",
"type": "HumanNode",
"did": "did:fxyz:1234567890abcdef",
"memberLevel": "EXPLORER",
"reputation": {
"validationScore": 0.87,
"peerEndorsements": 156,
"governanceParticipation": 0.92
},
"wallets": [
{
"blockchain": "solana",
"address": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
"confidentialBalance": "encrypted_amount"
}
],
"circles": ["dao-core", "validation-committee"],
"rites": ["kyc-verification", "peer-validation"],
"temporal": {
"joinedAt": "2024-01-15T10:30:00Z",
"lastActivity": "2024-12-20T14:22:15Z",
"pohTimestamp": "slot:123456789"
}
}{
"@context": "https://fxyz.network/ontology/transaction",
"type": "FinancialRelationship",
"source": "member:alice",
"target": "member:bob",
"relationship": "CONFIDENTIAL_TRANSFER",
"amount": {
"currency": "FLORIN",
"value": "encrypted_with_elgamal",
"proof": "zk_proof_hash"
},
"temporal": {
"timestamp": "2024-12-20T14:22:15Z",
"pohSlot": 123456789,
"blockHash": "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d"
},
"validation": {
"fixieValidated": true,
"peerWitnesses": ["member:charlie", "member:dave"],
"complianceCheck": "PASSED"
}
}Ontology-driven data: semantically rich, queryable, compatible with global financial standards.