trading-platform/docs/00-vision-general/_MAP.md
rckrdmrd c1b5081208 feat(ml): Complete FASE 11 - BTCUSD update and comprehensive documentation alignment
ML Engine Updates:
- Updated BTCUSD with Polygon API data (2024-2025): 215,699 new records
- Re-trained all ML models: Attention (R²: 0.223), Base, Metamodel (87.3% confidence)
- Backtest results: +176.71R profit with aggressive_filter strategy

Documentation Consolidation:
- Created docs/99-analisis/_MAP.md index with 13 new analysis documents
- Consolidated inventories: removed duplicates from orchestration/inventarios/
- Updated ML_INVENTORY.yml with BTCUSD metrics and training results
- Added execution reports: FASE11-BTCUSD, correction issues, alignment validation

Architecture & Integration:
- Updated all module documentation with NEXUS v3.4 frontmatter
- Fixed _MAP.md indexes across all folders
- Updated orchestration plans and traces

Files: 229 changed, 5064 insertions(+), 1872 deletions(-)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 09:31:29 -06:00

111 lines
3.0 KiB
Markdown

---
id: "MAP-00-vision-general"
title: "Mapa de 00-vision-general"
type: "Index"
project: "trading-platform"
updated_date: "2026-01-04"
---
# _MAP: Vision General
**Ultima actualizacion:** 2025-12-05
**Estado:** ✅ Completado
**Version:** 1.0.0
**Proposito:** Documentacion de alto nivel del proyecto Trading Platform
---
## Proposito
Esta carpeta contiene la vision general, arquitectura y definiciones fundamentales del proyecto Trading Platform. Sirve como punto de entrada para entender el alcance, objetivos y estructura tecnica de la plataforma.
---
## Contenido
| Archivo | Descripcion | Estado |
|---------|-------------|--------|
| `_MAP.md` | Este indice | ✅ |
| `VISION-PRODUCTO.md` | Vision, mision, propuesta de valor | ✅ |
| `ARQUITECTURA-GENERAL.md` | Arquitectura de alto nivel | ✅ |
| `STACK-TECNOLOGICO.md` | Stack completo del proyecto | ✅ |
| `GLOSARIO.md` | Terminos y definiciones | ✅ |
| `MODELO-NEGOCIO.md` | Planes, pricing, monetizacion | ✅ |
| `PERFILES-USUARIO.md` | Personas y roles del sistema | ✅ |
---
## Vision del Producto
**Trading Platform** es una plataforma SaaS que democratiza el acceso a herramientas de trading e inversion profesionales mediante:
1. **Educacion Accesible** - Cursos estructurados de trading
2. **Agentes IA** - Gestion automatizada de inversiones
3. **Senales ML** - Predicciones basadas en machine learning
4. **Trading Social** - Comunidad y copy-trading
---
## Audiencia Objetivo
| Segmento | Descripcion | Plan Sugerido |
|----------|-------------|---------------|
| **Principiantes** | Nuevos en trading, buscan aprender | Free / Basic |
| **Intermedios** | Conocen trading, quieren automatizar | Pro |
| **Avanzados** | Traders activos, buscan senales ML | Pro / Enterprise |
| **Inversores Pasivos** | Quieren invertir sin operar | Pro (Money Manager) |
---
## Diferenciadores Clave
| Competidor | Trading Platform Diferenciador |
|------------|------------------------|
| Trade Republic | + Educacion integrada + Agentes IA personalizables |
| eToro | + Sin comisiones ocultas + ML transparente |
| Robinhood | + Disponible en LATAM + Soporte en espanol |
| MetaTrader | + UX moderna + Sin necesidad de conocimiento tecnico |
---
## Roadmap de Alto Nivel
```
Q1 2025: MVP
├── Autenticacion multi-proveedor
├── Modulo educativo basico
├── Trading charts con senales
├── Cuentas de inversion (3 agentes)
└── Integracion Stripe
Q2 2025: Growth
├── Analytics avanzado
├── Social trading
├── Crypto integration
└── App movil (iOS/Android)
Q3 2025: Enterprise
├── White-label solution
├── API institucional
└── Compliance AML/KYC avanzado
```
---
## Referencias
- [README Principal](../README.md)
- [Fase 1 MVP](../01-fase-mvp/_MAP.md)
- [ADRs](../97-adr/)
- [Standards](../98-standards/)
---
## Mantenimiento
| Responsable | Area |
|-------------|------|
| Product Owner | Vision, roadmap |
| Tech Lead | Arquitectura, stack |
| Documentador | Glosario, guias |