Table Details
| Property | Value |
|---|---|
| Table Name | katana.lending.coverage_methodology |
| Table Status | Production-Ready |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| project | VARCHAR(16777216) | Identifier of the lending project (internal slug). |
| project_name | VARCHAR(16777216) | Human-readable name of the lending project. |
| protocol | VARCHAR(16777216) | Identifier of the lending protocol (internal slug). |
| protocol_name | VARCHAR(16777216) | Human-readable name of the lending protocol. |
| chain | VARCHAR(16777216) | Blockchain this coverage row applies to. |
| total_sector_abstractions | NUMBER(38,0) | Count of lending-sector event abstractions in Alliumβs coverage model. |
| supported_abstractions | ARRAY | Abstractions currently implemented for this protocol. |
| documented_abstractions | ARRAY | Abstractions that have documentation. |
| missing_abstractions | ARRAY | Sector abstractions that exist in the coverage model but are not yet supported for this protocol. |
| has_full_abstraction_coverage | BOOLEAN | True when every sector abstraction is supported for this protocol. |
| methodology | ARRAY | Notes describing how coverage was determined for this protocol. |