r2dii.match
Tools to Match Corporate Lending Portfolios with Climate Data
PACTA's loan-book matcher opened up to sector taxonomies other than its own.
◆Recent moves
- 1y ago
Documentation edits and cli-based messaging
Documentation edits plus cli adopted as an import for better console messaging. Presentation work that follows the family's shift toward polish over capability.
View source ↗ - 1y ago
Data dictionary added under a new maintainer
Adds the data_dictionary dataset defining every column the package uses or exports, two days after r2dii.plot shipped the same thing — a convention rolling across the r2dii family rather than an isolated change. The release also records a maintainer handover to @jacobvjk.
View source ↗ - 1y ago
r2dii.match 0.3.0
⚡ SPARKmatch_name() gains a sector_classification argument, so the taxonomy used to match loan books to company data becomes the caller's choice rather than a fixed default. It is the clearest instance of the package's pattern of handing decisions back to the user, and it breaks positional argument use in the process.
View source ↗ - 2y ago
Optional exact join by ID before fuzzy matching
Adds join_id to match_name(), enabling an exact join on a shared identifier before any fuzzy matching runs, and completes the deprecation of ald in favour of abcd. Where a reliable ID exists, users can now skip the probabilistic step entirely.
View source ↗ - 2y ago
Alias handling fixed for unusual encodings
A fix so to_alias() handles unusual encodings without erroring. The kind of defect that only surfaces once loan books from more countries pass through the matcher.
View source ↗ - 4y ago
abcd argument supersedes ald in match_name()
Introduces the abcd argument to match_name() to supersede ald, opening the vocabulary migration that 0.2.0 completed. A rename rather than a change in behaviour.
View source ↗