98 lines
3.8 KiB
Markdown
98 lines
3.8 KiB
Markdown
|
|
# DBIS Volume III Documentation
|
||
|
|
|
||
|
|
This directory contains documentation for DBIS Expansion Volume III: Global Bond Markets & Synthetic Liquidity Systems.
|
||
|
|
|
||
|
|
## Modules
|
||
|
|
|
||
|
|
### 1. Global GRU Bond Markets
|
||
|
|
- **Location**: `src/core/monetary/gru/`
|
||
|
|
- **Services**: `bond-market.service.ts`, `bond-pricing.service.ts`
|
||
|
|
- **API Routes**: `/api/gru/bond-markets`
|
||
|
|
- **Documentation**: [gru-bond-markets.md](./gru-bond-markets.md)
|
||
|
|
|
||
|
|
### 2. Synthetic GRU Bond Instruments
|
||
|
|
- **Location**: `src/core/monetary/gru/`
|
||
|
|
- **Services**: `synthetic-bonds.service.ts`
|
||
|
|
- **API Routes**: `/api/gru/synthetic-bonds`
|
||
|
|
- **Documentation**: [synthetic-instruments.md](./synthetic-instruments.md)
|
||
|
|
|
||
|
|
### 3. GRU Bond Pricing Models
|
||
|
|
- **Location**: `src/core/monetary/gru/`
|
||
|
|
- **Services**: `bond-pricing.service.ts`
|
||
|
|
- **API Routes**: `/api/gru/bond-pricing`
|
||
|
|
- **Documentation**: [pricing-models.md](./pricing-models.md)
|
||
|
|
|
||
|
|
### 4. Synthetic Liquidity Systems
|
||
|
|
- **Location**: `src/core/monetary/gru/`
|
||
|
|
- **Services**: `synthetic-liquidity.service.ts`
|
||
|
|
- **API Routes**: `/api/gru/synthetic-liquidity`
|
||
|
|
- **Documentation**: [synthetic-liquidity.md](./synthetic-liquidity.md)
|
||
|
|
|
||
|
|
### 5. Bond Settlement Architecture
|
||
|
|
- **Location**: `src/core/monetary/gru/`
|
||
|
|
- **Services**: `bond-settlement.service.ts`, `omega-layer.service.ts`
|
||
|
|
- **API Routes**: `/api/gru/bond-settlement`
|
||
|
|
- **Documentation**: [bond-settlement.md](./bond-settlement.md)
|
||
|
|
|
||
|
|
### 6. Supranational Bonds
|
||
|
|
- **Location**: `src/core/monetary/gru/`
|
||
|
|
- **Services**: `supranational-bonds.service.ts`
|
||
|
|
- **API Routes**: `/api/gru/supranational-bonds`
|
||
|
|
- **Documentation**: [supranational-bonds.md](./supranational-bonds.md)
|
||
|
|
|
||
|
|
### 7. Metaverse & Holographic Bonds
|
||
|
|
- **Location**: `src/core/monetary/gru/`
|
||
|
|
- **Services**: `metaverse-bonds.service.ts`
|
||
|
|
- **API Routes**: `/api/gru/metaverse-bonds`
|
||
|
|
- **Documentation**: [metaverse-holographic-bonds.md](./metaverse-holographic-bonds.md)
|
||
|
|
|
||
|
|
### 8. Quantum Bond Systems
|
||
|
|
- **Location**: `src/core/monetary/gru/`
|
||
|
|
- **Services**: `quantum-bonds.service.ts`
|
||
|
|
- **API Routes**: `/api/gru/quantum-bonds`
|
||
|
|
- **Documentation**: [quantum-bonds.md](./quantum-bonds.md)
|
||
|
|
|
||
|
|
### 9. Bond Risk & Oversight
|
||
|
|
- **Location**: `src/core/monetary/gru/`
|
||
|
|
- **Services**: `bond-risk.service.ts`
|
||
|
|
- **API Routes**: `/api/gru/bond-risk`
|
||
|
|
- **Documentation**: [risk-oversight.md](./risk-oversight.md)
|
||
|
|
|
||
|
|
### 10. Market Integration
|
||
|
|
- **Location**: `src/core/monetary/gru/`
|
||
|
|
- **Services**: Integration across all bond services
|
||
|
|
- **API Routes**: Various endpoints
|
||
|
|
- **Documentation**: [market-integration.md](./market-integration.md)
|
||
|
|
|
||
|
|
## Database Schema
|
||
|
|
|
||
|
|
All Volume III models are defined in `prisma/schema.prisma`. Key models include:
|
||
|
|
|
||
|
|
- **Synthetic Bonds**: `SyntheticGruBond`
|
||
|
|
- **Markets**: `GruBondMarket`, `BondMarketParticipant`
|
||
|
|
- **Pricing**: `GruBondPricing`, `BondPricingHistory`
|
||
|
|
- **Liquidity**: `SyntheticLiquidityEngine`, `LiquidityTensor`
|
||
|
|
- **Settlement**: `GruBondSettlement`, `BondSettlementPipeline`
|
||
|
|
- **Supranational**: `SupranationalBond`, `CommodityReserveBond`
|
||
|
|
- **Metaverse**: `AvatarLinkedBond`, `HolographicBond`
|
||
|
|
- **Quantum**: `QuantumBond`, `TimelineSynchronizedBond`
|
||
|
|
- **Risk**: `BondRiskAssessment`, `BondComplianceRecord`
|
||
|
|
|
||
|
|
## Integration
|
||
|
|
|
||
|
|
Volume III modules integrate with existing DBIS core services:
|
||
|
|
|
||
|
|
- **GAS/Atomic Settlement**: Bond settlements flow through atomic settlement network
|
||
|
|
- **QPS**: Bond issuance bridged through Quantum Proxy Server
|
||
|
|
- **Ω-Layer**: Finality checks via Omega Layer
|
||
|
|
- **DBIS Prime Ledger**: All bond transactions post to Prime Ledger
|
||
|
|
- **SARE**: Bond-specific risk monitoring via Sovereign AI Risk Engine
|
||
|
|
- **GSS**: Bond settlements integrated into Global Settlement System layers
|
||
|
|
- **FX/SSU**: Bond pricing linked to FX and SSU systems
|
||
|
|
- **Commodity Systems**: Integration with commodity reserves for CRB
|
||
|
|
|
||
|
|
## API Documentation
|
||
|
|
|
||
|
|
Full API documentation is available via Swagger UI at `/api-docs` when the server is running.
|
||
|
|
|