Skip to main content

Open source impact investment portfolio tracker for CDFIs, private debt, and community development finance

Project description

impact-ledger 📊

Open source impact investment portfolio tracker for CDFIs, private debt, and community development finance.

Track loans, NMTC deals, grants, and equity investments alongside social impact metrics — jobs created, affordable units financed, borrower demographics, and geographic reach. Generate standardized CDFI Fund-style reports in Python.


Why impact-ledger?

Impact funds tracking private debt, community facilities, and social impact metrics currently have two options: custom Excel spreadsheets or $50k+/year proprietary CRM software. impact-ledger is the open source alternative — standardized, auditable, and free.


Installation

pip install impact-ledger

Quickstart

from impactledger import loan, nmtc, grant, add_impact, Portfolio
from impactledger import cdfi_fund_report, sector_impact_report

# Create a portfolio
p = Portfolio(name="CDFI Impact Fund I", vintage_year=2022)

# Add a loan with impact metrics
inv = loan(
    name="Southside Health Center",
    amount=2_000_000,
    interest_rate=0.045,
    date_closed="2023-01-15",
    maturity_date="2033-01-15",
    state="IL",
    borrower_name="Southside Health Inc",
    borrower_type="nonprofit",
    sector="healthcare",
    is_low_income_area=True,
    is_minority_borrower=True,
)
add_impact(inv, jobs_created=25, jobs_retained=40, patients_served=5000)
p.add(inv)

# Add an NMTC deal
deal = nmtc(
    name="Detroit Manufacturing NMTC",
    amount=8_000_000,
    date_closed="2022-06-01",
    maturity_date="2029-06-01",
    state="MI",
    borrower_name="Detroit Advanced Mfg Co",
    sector="small_business",
    is_low_income_area=True,
)
add_impact(deal, jobs_created=45, jobs_retained=60)
p.add(deal)

# Portfolio summary
p.summary()

# Generate reports
cdfi_fund_report(p)
sector_impact_report(p)

# Export to DataFrame
df = p.to_dataframe()

Investment Types Supported

  • loan - Private debt / direct lending
  • equity - Equity investment
  • grant - Grant or forgivable loan
  • nmtc - New Markets Tax Credit investment
  • guarantee - Loan guarantee
  • bond - Bond or debenture

Impact Metrics Tracked

  • Jobs created and retained
  • Affordable housing units financed
  • Community square footage
  • Businesses supported
  • Patients served
  • Students served
  • Borrower demographics (minority, women, low-income)
  • Geographic reach (state, census tract, rural/urban)

Reports

  • cdfi_fund_report() - CDFI Fund Annual Certification Report format
  • sector_impact_report() - Impact breakdown by sector
  • watchlist_report() - Impaired and watch-list investments

Running Tests

PYTHONPATH=. pytest tests/ -v

27 tests across all modules.


Who This Is For

  • CDFI loan officers tracking portfolio performance and impact
  • Impact fund managers reporting to LPs and board
  • Researchers studying community development finance outcomes
  • Anyone replacing a bespoke Excel impact tracker with Python

License

MIT 2026 Jaypatel1511

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

impact_ledger-0.2.1.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

impact_ledger-0.2.1-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file impact_ledger-0.2.1.tar.gz.

File metadata

  • Download URL: impact_ledger-0.2.1.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for impact_ledger-0.2.1.tar.gz
Algorithm Hash digest
SHA256 f42dd4fcf29b6b05cfab86fb34dcc24aeb275358344d27d4e040e4956228c97b
MD5 efe00626433f31e2ea580dfd03aa72ab
BLAKE2b-256 271584086cde75ea0391dfcf4397d545a24a35894d37888c2156918e2640660e

See more details on using hashes here.

Provenance

The following attestation bundles were made for impact_ledger-0.2.1.tar.gz:

Publisher: release.yml on Jaypatel1511/impact-ledger

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file impact_ledger-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: impact_ledger-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for impact_ledger-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 59c23abb82f9764924a03625c02b9afbd2e5f57618efc76e1679ea06d3361ec7
MD5 a9edfaa5d6b385cde501b611106444cb
BLAKE2b-256 b341b282fbdb107ca283ce5c10b1b0a7f497ff200f6e5643d771120f4804d5ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for impact_ledger-0.2.1-py3-none-any.whl:

Publisher: release.yml on Jaypatel1511/impact-ledger

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page