QAVCM
Carbon Markets
Integrations / Architecture

Integration Architecture

End-to-end data flow from source ingestion through canonical model to API delivery.

Data flow
Data Sources
External registries & venues
Verra VCS
Gold Standard
Carbonmark
CAD Trust
RegenNetwork
Berkeley CarbonPlan
Ingest Layer
Connector framework & run queue
Connector adapters
Run queue (in-memory)
Schema contracts
Raw row storage
Canonical Model
Deduplication, mapping, enrichment
Entity resolution
Cross-registry mapping
QualitySignal scoring
ProviderSource catalog
Intelligence Layer
Scoring, anomaly detection, recommendations
Scoring recipe engine
Methodology risk tables
Recommendation engine
Market price aggregation
API & Delivery
REST endpoints, exports, embeds
/api/recommendations
/api/projects
/api/coverage
Audit pack exports
Provenance
1
Source ingested
Raw rows captured with run ID, timestamp, schema snapshot
2
Canonical mapped
Entity resolved, mapping decision recorded with confidence
3
Score computed
QualitySignal created with full component breakdown
4
Recommendation generated
Ranked shortlist linked to scoring + provenance chain
5
Audit pack exported
PDF bundle with provenance, methodology, rationale
Every step is referenced by ID — auditors can trace any output back to its raw source row.
Integration
Full platform embed
Embed the QAVCM interface inside your advisor portal via iframe. Pass a session token for SSO.
<iframe
  src="https://app.qavcm.com/embed/search?token=…"
  style="width:100%;height:640px;border:none"
/>
API pull → own UI
Pull scored projects and recommendations via REST and render them inside your existing ESG dashboard.
GET /api/recommendations/:id
Authorization: Bearer $QAVCM_TOKEN
Audit pack download
Request a signed PDF audit pack for any recommendation. Attach to compliance handoffs automatically.
POST /api/recommendations/:id/audit-pack
{ "format": "pdf", "include": ["provenance","methodology"] }
ESG platforms
Embed scored project catalog via REST. Sync nightly or real-time.
Bank / advisor portals
Pull recommendations API. Attach audit packs to client proposals.
Retail / B2C
Use iframe embed or widget component. Customer never leaves your product.