Editions
1 registered · stag
An edition is data. Everything on this page — the resource plan, the entitlement catalog, the configuration defaults, the roles — is read from a descriptor. Adding an edition is adding a descriptor; no surface in this portal branches on an edition key, and the lint config refuses one that tries.
Why only one is listed
Only MRF is registered, because only MRF exists. Editions two and three are proven by construction rather than by shipping placeholder descriptors for products that have not been built: the test suite registers synthetic editions into a fresh catalog and asserts the portal provisions them, names their resources and resolves their configuration with no code change.MRF — Medical Receivables Finance
Origination, valuation, perfection and collection of medical receivables secured by liens against personal-injury and workers-compensation matters.
GENERAL AVAILABILITYSpecialty finance0 TENANT(S)PREFIX mrf
Resource plan
| Resource | Scope | Name for slug “example” | Why |
|---|---|---|---|
| Host | TENANT | mrf-example.stag.eligrid.ai | One flat label under the zone. The *.stag.eligrid.ai wildcard covers it, so provisioning never touches certificates. |
| Database | EDITION | psql-eliai-stag/eli_mrf_stag | Shared by every tenant of this edition; isolation inside it is fail-closed row-level security. The first tenant creates it, the rest adopt it, and a rollback never drops it. |
| Search index | EDITION | srch-eliai-stag/eli-mrf-stag | 3072-dimension vectors, semantic ranking on. Per-index RBAC; no admin key. |
| Storage container | TENANT | stelimrfstag/tenant-example | Retention 2555 days. This edition holds PHI, so the container is per tenant: one blast radius, one retention policy, one deletion path. |
| Service Bus topic | EDITION | sb-eliai-stag/eli-mrf-events | One topic per edition, subscriptions per consumer. |
Entitlement catalog
| Key | Feature | Kind | Default | Ceiling |
|---|---|---|---|---|
| valuation.swarm | Composed valuation Multi-specialist valuation with the reasoning trace retained and replayable. | BOOLEAN | true | — |
| valuation.secondary.market | Secondary market Mark and transfer funded positions to a third party. | BOOLEAN | false | — |
| intake.docket | Docket acquisition Status verification against court and board dockets. | BOOLEAN | true | — |
| intake.voice | Voice acquisition Outbound status calls recorded to the event spine. | BOOLEAN | false | — |
| analytics.counterparty | Counterparty scoring Attorney and carrier scoring derived from settled outcomes. | BOOLEAN | true | — |
| quota.seats | Seats Named users who may sign in. | QUOTA | 25 | 500 |
| quota.positions | Open positions Positions not yet collected or written off. | QUOTA | 5000 | 250000 |
| quota.documents.monthly | Documents extracted per month Pages submitted for extraction, counted per calendar month. | QUOTA | 20000 | 1000000 |
Configuration defaults
| Key | Setting | Type | Default | Overridable at |
|---|---|---|---|---|
| funding.requires.perfection | Funding requires perfection Block funding until a UCC1 or NOSA filing is verified. Platform-locked: it is a control, not a preference. | BOOLEAN | true | PLATFORM-LOCKED |
| funding.advance.rate.cap | Advance rate cap Maximum advance as a share of discounted value, in basis points. | BASIS_POINTS | 7500 | EDITIONTENANT |
| pool.reserve.target | Reserve target Target reserve against the pool, in basis points of funded value. | BASIS_POINTS | 1200 | EDITIONTENANT |
| status.staleness.threshold | Status staleness threshold Days since statusVerifiedAt after which a position is surfaced as unverified. | DURATION_DAYS | 30 | EDITIONTENANTUSER |
| valuation.cohort.thin.threshold | Thin-cohort threshold Comparable count below which a valuation is presented as thin rather than confident. | NUMBER | 12 | EDITIONTENANT |
| support.phi.redaction | PHI redaction in support Redact protected health information from every platform-support surface. Platform-locked. | BOOLEAN | true | PLATFORM-LOCKED |
| retention.documents | Document retention Days a source document is retained after its case closes. | DURATION_DAYS | 2555 | EDITIONTENANT |