SOPACT ACADEMY · CASE INTELLIGENCE · PLACEMENT → IMPACT INVESTOR
How to Report Job Placements to Impact Investors
Report the job-placement side to impact investors: connect placement outcomes to employer contracts, invoices, payments, and costs through governed IDs — then report impact beside unit economics and capital scenarios without confusing SROI with investor return.
<aside class="ci-wizard" aria-label="Case Intelligence series navigator"> <div class="ci-wiz-eyebrow">The Case Intelligence Series</div> <div class="ci-wiz-sub">13 chapters · foundation + two tracks</div> <div class="ci-progress"><span style="width:100%"></span></div> <div class="ci-progress-label">You're here — Chapter 12b of 13</div> <div class="ci-group">Foundation</div> <ol class="ci-steps"> <li class="ci-step is-done"> <a href="/academy/what-is-case-intelligence" target="_blank" rel="noopener"> <span class="ci-num">1</span> <span class="ci-step-body"><span class="ci-step-title">What Is Case Intelligence?</span></span> </a> </li> <li class="ci-step is-done"> <a href="/academy/how-to-build-a-theory-of-change" target="_blank" rel="noopener"> <span class="ci-num">2</span> <span class="ci-step-body"><span class="ci-step-title">How to Build a Theory of Change That Survives Funder Questions</span></span> </a> </li> <li class="ci-step is-done"> <a href="/academy/theory-of-change-to-data-collection-workflow" target="_blank" rel="noopener"> <span class="ci-num">3</span> <span class="ci-step-body"><span class="ci-step-title">How to Turn a Theory of Change into a Data-Collection Workflow</span></span> </a> </li> </ol> <div class="ci-group">Nonprofit Track</div> <ol class="ci-steps"> <li class="ci-step "> <a href="/academy/review-applications-without-reviewer-bias" target="_blank" rel="noopener"> <span class="ci-num">4</span> <span class="ci-step-body"><span class="ci-step-title">How to Review Applications Without Reviewer Bias</span></span> </a> </li> <li class="ci-step "> <a href="/academy/intake-form-usable-baseline" target="_blank" rel="noopener"> <span class="ci-num">5</span> <span class="ci-step-body"><span class="ci-step-title">How to Design an Intake Form That Captures a Usable Baseline</span></span> </a> </li> <li class="ci-step "> <a href="/academy/spot-at-risk-participants-mid-program" target="_blank" rel="noopener"> <span class="ci-num">6</span> <span class="ci-step-body"><span class="ci-step-title">How to Spot At-Risk Participants Mid-Program</span></span> </a> </li> <li class="ci-step "> <a href="/academy/measure-change-at-exit" target="_blank" rel="noopener"> <span class="ci-num">7</span> <span class="ci-step-body"><span class="ci-step-title">How to Measure Change at Exit (Not Just Completion)</span></span> </a> </li> <li class="ci-step "> <a href="/academy/mentor-notes-early-warning" target="_blank" rel="noopener"> <span class="ci-num">8</span> <span class="ci-step-body"><span class="ci-step-title">How to Catch At-Risk Participants Early with Mentor Notes</span></span> </a> </li> <li class="ci-step "> <a href="/academy/calculate-sroi-live" target="_blank" rel="noopener"> <span class="ci-num">9</span> <span class="ci-step-body"><span class="ci-step-title">How to Calculate SROI — Live, Sourced, and Honest</span></span> </a> </li> <li class="ci-step "> <a href="/academy/cohort-to-funder-impact-report" target="_blank" rel="noopener"> <span class="ci-num ci-num-range">12a</span> <span class="ci-step-body"><span class="ci-step-title">How to Turn a Cohort into a Funder Impact Report</span></span> </a> </li> </ol> <div class="ci-group">Social Enterprise Track</div> <ol class="ci-steps"> <li class="ci-step is-done"> <a href="/academy/job-description-requirements-checklist" target="_blank" rel="noopener"> <span class="ci-num ci-num-range">10</span> <span class="ci-step-body"><span class="ci-step-title">How to Turn a Job Description into a Requirements Checklist</span></span> </a> </li> <li class="ci-step is-done"> <a href="/academy/score-candidate-role-matches-without-bias" target="_blank" rel="noopener"> <span class="ci-num ci-num-range">11</span> <span class="ci-step-body"><span class="ci-step-title">How to Score Candidate–Role Matches Without Bias</span></span> </a> </li> <li class="ci-step is-active" aria-current="step"> <span class="ci-num ci-num-range">12b</span> <span class="ci-step-body"><span class="ci-step-title">How to Turn a Cohort into a Social-Enterprise Investor Report</span><span class="ci-step-meta">You're here</span></span> </li> </ol> <a class="ci-next" href="/academy/what-is-case-intelligence" target="_blank" rel="noopener">↺ Back to the start</a>
</aside> <style>
.ci-wizard{--ink:#48416A;--body:#3D3A33;--muted:#76716A;--surface:#F7F6FD;--surface2:#EFEAFB;--line:#E4DFF2;--line2:#DCCEF4;--accent:#8D8AE8; position:sticky;top:24px;box-sizing:border-box;font-family:'Inter',system-ui,sans-serif;color:var(--body); background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:22px 20px;}
.ci-wizard *{box-sizing:border-box;}
.ci-wiz-eyebrow{font-family:'Inter',Georgia,serif;font-size:18px;font-weight:600;color:var(--ink);line-height:1.25;}
.ci-wiz-sub{font-size:12.5px;color:var(--muted);margin-top:3px;}
.ci-progress{height:5px;border-radius:999px;background:var(--surface2);margin:14px 0 7px;overflow:hidden;}
.ci-progress span{display:block;height:100%;background:var(--accent);border-radius:999px;}
.ci-progress-label{font-size:12px;color:var(--muted);}
.ci-group{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:18px 0 8px;padding-top:14px;border-top:1px solid var(--line);}
.ci-group:first-of-type{border-top:0;}
.ci-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;}
.ci-step a,.ci-step{display:flex;gap:12px;align-items:flex-start;text-decoration:none;color:inherit;}
.ci-step a{padding:8px;margin:-8px;border-radius:10px;transition:background .15s;width:100%;}
.ci-step a:hover{background:var(--surface2);}
.ci-step{padding:8px 0;}
.ci-num{flex:0 0 auto;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:12.5px;font-weight:600;color:var(--muted);background:var(--surface2);border:1px solid var(--line2);}
.ci-num-range{width:auto;min-width:26px;padding:0 9px;border-radius:999px;font-size:11.5px;height:26px;}
.ci-step-title{display:block;font-size:14px;font-weight:500;color:var(--ink);line-height:1.35;}
.ci-step-meta{display:block;font-size:11.5px;color:var(--muted);margin-top:2px;}
.ci-step.is-active .ci-num{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 0 0 4px rgba(201,100,66,.15);}
.ci-step.is-active .ci-step-title{font-weight:600;}
.ci-step.is-active .ci-step-meta{color:var(--accent);font-weight:600;}
.ci-step.is-done .ci-num{background:var(--ink);border-color:var(--ink);color:#fff;}
.ci-next{display:flex;align-items:center;justify-content:center;margin-top:20px;background:var(--ink);color:#fff;text-decoration:none;font-size:14px;font-weight:600;padding:12px 16px;border-radius:11px;transition:transform .15s,background .15s;}
.ci-next:hover{background:var(--accent);transform:translateY(-1px);}
</style>
SOPACT ACADEMY · CASE INTELLIGENCE · PLACEMENT → IMPACT INVESTOR
How to report job placements to impact investors
In short: To report the job-placement side of a program to impact investors, connect placement outcomes to the enterprise's employer contracts, invoices, payments, and allocated costs through governed identifiers — keeping each fact in its proper operational or accounting system, then reconciling them in a shared analytical model. Report impact performance and financial performance separately before explaining how they interact. SROI is a modeled social-value estimate — not the investor's financial return — and belongs in the report only when its methodology is transparent. Financial figures must reconcile to the accounting system; this report summarizes the investment case but does not replace audited statements or the investor data room.
This guide is for a social enterprise or earned-revenue nonprofit that places people into jobs (charging employer placement fees) and is preparing impact and financial information for prospective impact investors, lenders, or its board. An investor or fund reporting portfolio impact to LPs is a different deliverable. Thesis: one connected evidence model, many reporting lenses — the same governed facts support a grant-funder report and an investor report without being redefined.
Placement → impact investor vs. training → grant funder. This chapter covers the earned-revenue placement side: social outcomes reported beside placement-fee unit economics to investors who ask both "did it work?" and "does the model sustain itself?" If you run a grant-funded job-training program and report training outcomes to grantmakers, start with the companion guide — how to report a job-training program to grant funders. Same records, two audiences.
Watch a related impact-management demonstration (SoPact). It does not cover accounting reconciliation, cash flow, or investor return; those are added below and do not depend on the video.
The workflow in eight steps
Define the audience and capital instrument — lender, equity, impact-first, board, or funder.
State the impact and investment thesis — problem, stakeholders, intended outcomes, revenue model, role of capital.
Connect evidence at the correct grain — participants, placements, contracts, invoices, payments, costs — via governed IDs, not one row.
Reconcile financial performance — tie revenue, receivables, collections, refunds, and costs to the accounting system.
Calculate decision-useful unit economics — metrics appropriate to the capital provider.
Model financial and impact scenarios — downside, base, upside, with calculated results.
Review governance, risk, and investor contribution — controls, impact and business risks, use of proceeds, what the capital adds.
What does an investor actually ask?
In short: Not every impact investor demands full self-funding — many use concessionary, patient, blended, revenue-based, or below-market capital. The real question is whether the enterprise's impact, revenue, cost structure, cash needs, risks, and capital strategy are coherent with the return and impact expectations of the proposed capital. Different providers read different numbers first:
Capital provider
Primary financial questions
Impact questions
Grantmaker
Was the budget used as agreed? What remains unfunded?
Were outputs and outcomes delivered?
Lender
Cash flow available for debt service, DSCR, liquidity, receivables aging, covenants, collateral
Are mission, outcomes, and stakeholder interests protected?
Capital options depend on legal structure. A for-profit social enterprise may raise equity; a nonprofit may use grants, debt, guarantees, recoverable grants, program-related investments, or other permitted instruments. Confirm legal, tax, and governance implications before presenting a capital structure.
One connected evidence model — kept at the correct grain
In short: The systems stay distinct — the accounting ledger keeps its controls; program and survey systems keep theirs — but their records share governed identifiers, so impact and financial analysis reconcile through documented relationships instead of manual matching. Keep each fact at its natural grain, joined by relational IDs, including a payment-allocation record for many-to-many payments and invoices:
Record
Natural grain
Key
Participant
One person
participant_id
Enrollment
One participant in one cohort
enrollment_id
Placement
One placement event
placement_id
Employer / contract
One employer / one agreement
employer_id · contract_id
Invoice
One bill under a contract
invoice_id
Payment
One payment received
payment_id
Payment allocation
One amount from one payment applied to one invoice
payment_allocation_id
Refund / clawback
One adjustment event
refund_id
Program cost
One cost transaction / allocation
cost_id · cost_allocation_id
Direct identifiers (name, email, phone) are stored separately with restricted access; records join on generated, non-meaningful IDs. Putting revenue, cost, and outcome on one row invites duplicated revenue, overwritten payment history, and broken audit trails.
Revenue recognition and the cash bridge — two separate reconciliations
In short: "Earned" is not a precise term, and recognized revenue does not reconcile to cash simply by subtracting ending receivables. Keep two reconciliations. (Fictional; illustrative.)
Revenue recognition
Gross contractual fees potentially payable
$X
Less variable consideration / clawback estimate
$(X)
Revenue recognized under accounting policy
$282,000
Deferred / unrecognized contractual amount
$X
Invoices to cash
Beginning accounts receivable
$0
Plus invoices issued
$282,000
Less ending accounts receivable
$(70,000)
Less write-offs / credits
$0
Gross cash collected
$212,000
Less cash refunds paid
$(27,000)
Net cash retained
$185,000
This simplified illustration assumes zero opening receivables, all recognized revenue was invoiced in the period, and no unbilled revenue, deferred revenue, taxes, FX, or other timing adjustments. A finance professional must adapt the bridge to the organization's accounting policy. Revenue recognition and presentation must follow the applicable accounting framework and be reviewed by a qualified finance professional.
Collection and realization — name the denominator
Metric
Formula
Observed
Gross collection rate
Gross cash collected ÷ invoiced
75.2%
Refund / clawback rate
Cash refunds ÷ gross cash collected
12.7%
Net cash realization
Net cash retained ÷ recognized revenue
65.6%
Social value and financial return — reported separately
In short: An SROI of 2.44:1 is a modeled social-value ratio — it does not mean an investor earns 2.44x. Keep four value lenses distinct:
Value lens
Example
Meaning
Participant outcome
Wage increase
Observed change among participants
Monetized social value
SROI estimate
Modeled social value under disclosed assumptions
Enterprise financial performance
Revenue, margin, cash flow
Financial sustainability of the operating model
Investor return
Interest, IRR, MOIC, repayment
Financial return to the capital provider
Unit economics and cost allocation
In short: Cost-per-outcome is only meaningful with a documented cost boundary and denominator. Define cost per durable placement = total attributable cohort cost ÷ placements meeting the defined retention threshold, then disclose the boundary and threshold. Distinguish the cash measures so none is mistaken for accounting profit:
Measure
Definition
Net cash retained
Gross cash collected less cash refunds and clawbacks paid
Direct cash contribution
Net cash retained less directly attributable cash operating costs
Cohort cash surplus / deficit
Net cash retained less total cohort cash costs within the stated boundary
Illustrative: cohort cost $580,000; net cash retained $185,000 → cash cost recovery 31.9%; net subsidy requirement $395,000 (excludes future collections). Do not call $185,000 a contribution margin unless costs have been deducted.
Financial sustainability and capital scenarios
In short: Scale alone does not guarantee better economics — costs can rise proportionally and demand can saturate. Vary assumptions on explicit, sourced inputs, then calculate what each scenario produces.
Assumptions
Assumption
Observed
Base
Downside
Upside
Source
Gross collection rate
75.2%
78%
65%
88%
Invoice/payment records
Placement retention
24/29 = 82.8%
83%
70%
90%
Retention checkpoints
Fee per placement
$9,724
$9,724
$8,000
$11,000
Employer contracts
Calculated results (illustrative)
Scenario result
Downside
Base
Upside
Enrolled participants
70
100
140
Durable placements
18
30
45
Net cash retained
$115k
$228k
$436k
Program cost
$600k
$650k
$780k
Cash cost recovery
19%
35%
56%
Remaining capital need
$485k
$422k
$344k
Illustrative arithmetic only — recompute from the enterprise's own model. Round out the picture with margins, cash flow, liquidity, runway, working-capital need, and bad debt.
The Five Dimensions of Impact — a completeness matrix (excerpt)
In short: Assess impact on Impact Frontiers' Five Dimensions of Impact — What, Who, How Much (scale, depth, duration), Contribution, and Risk — developed through the Impact Management Project consensus and now maintained by Impact Frontiers (the "IMP Five Dimensions" is the historical name). The excerpt below shows how to assess selected data categories; a full assessment should cover all applicable categories within each dimension.
Dimension
Data category
Evidence
Coverage
Rating
Action
What
Outcome importance
Participant priority survey
68%
Moderate
Improve response rate
Who
Baseline outcome level
Intake data
95%
Strong
Apply suppression
How Much · Scale
People reached
Placement records
100%
Strong
—
How Much · Depth
Degree of change
Wage & confidence deltas
66%
Moderate
Verify wages
How Much · Duration
How long it lasts
Six-month retention
72%
Moderate
Extend follow-up
Contribution
Alternative explanations
Participant & employer evidence
Partial
Weak
Contribution analysis
Risk
Evidence risk
Wage records for 66% of completers
66%
Medium
Employer verification sample
Impact Risk spans more than clawback and demand — evidence, external, stakeholder-participation, drop-off, efficiency, execution, alignment, endurance, and unexpected-impact risk (confirm current terms against Impact Frontiers) — and is distinct from business, credit/collections, and operational risk. Asking participants what would have happened without the program is a contribution input, not a counterfactual.
Why this investor, and what will its capital contribute?
In short: Investor contribution is related to, but not one of, the enterprise-level Five Dimensions. It is the additional difference a capital provider's money and engagement make — and additionality is not established simply because someone provides funding, so label it proposed until an indicator shows it.
Proposed contribution strategy
Action
Evidence / indicator
Provide flexible capital
Fund working capital during employer payment delays
Demonstrate the financing model to other providers
Follow-on capital mobilized
Use of proceeds connects the capital to results and milestones:
Use of proceeds
Operational result
Impact result
Milestone
Working capital
Bridge employer payment delay
Prevent service interruption
Maintain minimum cash balance
Employer acquisition
Add qualified employer accounts
Increase durable placements
X signed agreements
Participant support
Transportation / childcare
Improve completion & access
Subgroup completion gap reduced
Data & evaluation
Extend 12-month follow-up
Measure outcome duration
≥X% follow-up coverage
Governance, diligence, and what this report is not
In short: An investment-ready report summarizes the case; it does not replace audited or reviewed financial statements, tax records, debt schedules, capitalization records, legal documents, contracts, or the investor data room. Diligence should cover, somewhere: leadership and board · financial controls · conflicts of interest · related-party transactions · legal structure · cap table or debt schedule · material contracts · regulatory exposure · safeguarding and privacy · impact governance · mission-lock protections · exit or repayment implications.
Privacy & AI controls: default to aggregation — role-based access, data minimization, de-identification, small-cell suppression, consent for case studies, separation of direct identifiers, financial access controls, audit logging, and human approval before sharing. Use deterministic calculations for financial metrics and rules-based validations; use generative AI only for drafting and interpretation a human reviews. Do not promise identical AI output every run — save the source snapshot, field definitions, formulas, scenario assumptions, prompt version, and model version.
Prompt: investment-ready impact and financial evidence review
Use only the supplied, approved source records. Do not make accounting, legal,
valuation, or investment conclusions independently.
1. Separate: participant outcomes · monetized social value · enterprise financial
performance · investor financial return.
2. For every financial figure return: definition · reporting period · accounting
source · formula · reconciliation status · finance approval status.
3. For every impact finding return: outcome definition · population and denominator
· coverage · duration · contribution evidence · negative/unintended effects ·
limitations.
4. Build downside, base, upside scenarios using only approved assumptions. For each,
CALCULATE: durable placements · revenue · cash collection · refunds/clawbacks ·
net cash retained · program cost · cost recovery · capital need · impact target.
5. Flag: unreconciled financial values · unsupported causal claims · assumptions
without owners or sources · small subgroup cells · SROI presented as financial
return · any scenario that improves finance while weakening impact.
INPUT: <<< [APPROVED IMPACT DATA + ACCOUNTING EXPORT + ASSUMPTIONS] >>>
A finance professional, impact lead, and authorized decision-maker must review the
output before it is shared.
Where Sopact fits — the intelligence layer, not the accounting system
Investor-reporting need
Sopact role
Source of truth
Outcome evidence
Connect longitudinal participant records
Program & survey systems
Placement evidence
Link placement & retention events
Case/placement system
Revenue analysis
Import recognized/invoiced/collected amounts
Accounting system
Cost allocation
Apply documented cohort allocation rules
Accounting & finance approval
Impact classification
Organize Five Dimensions evidence
Human-approved framework
Scenario analysis
Model transparent assumptions
Finance-approved assumptions
Investor draft
Generate traceable narrative & tables
Human review & approval
Frequently asked questions
Is a social-enterprise investor report the same as a fund's portfolio impact report?
No. A social-enterprise investor report explains one enterprise's impact performance, operating model, financial position, capital need, and risks to prospective capital providers. A fund's portfolio impact report aggregates impact across multiple investments for LPs and other stakeholders, often including portfolio construction, investor contribution, impact at exit, and fund-level performance.
What should a social enterprise's investor report include?
The impact and investment thesis, impact performance (outcomes, denominators, duration, contribution, negative effects, limitations), a Five Dimensions assessment, the business and revenue model, unit economics, historical financials, cash flow and runway, capital need and use of proceeds, financial and impact scenarios, risks, governance, and investor contribution — with a methodology and evidence appendix.
What's the difference between SROI and investor financial return?
SROI is a modeled ratio of monetized social value to resources invested; investor return is the financial return to the capital provider — interest, IRR, MOIC, repayment, exit proceeds. An SROI of 2.44:1 is not a 2.44x financial return; report them in separate columns.
How do you combine impact and financial data without merging the systems?
Keep each fact in its proper system at its natural grain — participant, placement, contract, invoice, payment, allocation, cost — and connect them through governed relational identifiers. Impact and finance reconcile through documented relationships while the accounting system keeps its controls and remains the financial source of truth.
How do lenders and equity investors evaluate a social enterprise differently?
Lenders focus on cash flow available for debt service, DSCR, liquidity, receivables aging, covenants, and collateral. Equity or equity-like investors focus on revenue growth, gross/contribution margin, burn and runway, concentration, scale economics, governance, and a liquidity path. Report the metrics your specific capital reads first.
How do you prevent mission drift as a social enterprise scales?
Track impact depth and stakeholder outcomes alongside growth, keep collecting the outcome and duration data that prove impact isn't thinning, assess alignment and endurance risk explicitly, and report impact integrity at scale and at exit as its own section — so growth that erodes outcomes is visible early.
Revenue recognition and financial presentation must follow the organization's applicable accounting framework and be reviewed by a qualified finance/accounting professional. Companion (grant-funded training lens): How to report a job-training program to grant funders.
Author: Sopact (Unmesh Sheth). Published Aug 2026; last reviewed Aug 2026. RiseWorks / Pathways 2027 is a fictional worked example; all figures are illustrative and must reconcile to the enterprise's accounting records before use.
Ready to try it for yourself?
ChatGPT, Claude, and Gemini are fine for a quick test — but not for an answer you'll put in front of a funder or board. When it has to hold up, run it in Sopact Sense.
One continuous method for reliable, traceable AI reporting across case, application, grant, and program workflows: collect clean, analyze on arrival, and improve in time.
Teams running cases, applications, grants, or programs that need AI-assisted reporting they can reproduce, trace to source evidence, and act on before the cycle ends.
What Is Case Intelligence?
What Is Case Intelligence?
what-is-case-intelligence
Case
Foundation
1
One current, traceable record for each person—connecting intake, services, notes, surveys, documents, outcomes, decisions, and follow-up.
Workforce and training · Youth and mentoring · Case management · Scholarships · Accelerators · Education · Nonprofit programs
What Is Grant Intelligence?
What Is Grant Intelligence?
what-is-grant-intelligence
Grant
Foundation
1
One connected evidence record from application and committee review through the awarded grant, grantee reporting, renewal, and board accountability.
Foundations and grantmakers · Public grant programs · Scholarships and fellowships · Accelerators
What Is Portfolio Intelligence?
What Is Portfolio Intelligence?
what-is-portfolio-intelligence
Portfolio
Strategy
1
A source-linked portfolio view that connects each investee or grantee's agreed plan, reporting cadence, evidence, risks, and results.
Impact funds and investors · Foundations with grant portfolios · Family offices · Blended-finance vehicles
What Is Connected Data Intelligence?
What Is Connected Data Intelligence?
connected-data-intelligence
Feedback
Foundation
1
Keep evidence from surveys, files, notes, documents, systems, sites, and reporting periods connected to one continuing record.
Multi-program nonprofits · Member and chapter networks · Research associations · Training and coaching teams · Organizations with scattered evidence
What Is Impact Measurement and Reporting?
What Is Impact Measurement and Reporting?
embedded-impact-measurement
Reporting
Align
1
Define intended change, align organization and funder context, govern measures, interpret evidence, and produce traceable reports for decisions.
Program and impact teams · MEL leads · Funders and donors · Foundations · Impact funds · Organizations building rigorous impact reports
The Loop Methodology
Methodology — continuous, not annual
loop-methodology
Loop
The method
1
The continuous collect–analyze–improve cycle, adopted as an experiment: start with the step that already pays and add one data-collection step at a time.
Teams tired of rebuilding spreadsheets and forms who want a measurement system that compounds instead of resetting.
How to Build a Theory of Change with AI: Prompts, Workflow & Examples
Determinism as a feature: the same question over the same data returns the same answer every run — the opposite of a generic AI chat that drifts.
Anyone who has watched a general AI tool give two different numbers for the same question and needs results they can stand behind.
How to Design a Fair Application and Selection Process
Design an Application Process
how-to-design-an-application-process
Grant
Foundation
2
Which Shape Is Your Data?
Which shape is your data?
which-shape-is-your-data
Feedback
Foundation
2
How Do You Build a Logic Model?
Build a Logic Model You Can Use
how-to-build-a-logic-model
Reporting
Align
3
How Do You Onboard a Grant or RFP Program?
Onboard a Grant or RFP Program
how-to-onboard-a-grant-rfp-program
Grant
Foundation
3
Theory of Change to Data Collection: A Four-Step Workflow
Turn a Theory of Change into a Data-Collection Workflow
theory-of-change-to-data-collection-workflow
Case
Foundation
3
How Do You Map Portfolio Data to IRIS+, GRI, and ESRS?
One Data Dictionary & Standards Mapping (IRIS+ / GRI / ESRS / CSRD)
portfolio-data-dictionary-standards-mapping
Portfolio
Chapters
3
The Loop: Traceability & Transparency
Traceability & Transparency
loop-traceability
Loop
The method
3
Every figure links back to the exact response, note, or document it came from — a full audit trail from headline result to raw evidence.
Teams whose numbers get scrutinized — by funders, boards, auditors, or standards — and who need to answer where did this come from on the spot.
How Do You Change a Question Without Breaking the Record?
Change questions without breaking the record
change-questions-without-breaking-the-record
Feedback
Control
3
Versioning questions and rules so a programme team can improve the instrument mid-cycle without silently breaking the trend line.
Programme & MEL leads · Teams whose questionnaire has ossified · Anyone evaluating a platform where configuration is a purchased service
What Are the IMP Five Dimensions of Impact?
Use the Five Dimensions to Test the Evidence
five-dimensions-of-impact
Reporting
Align
4
How Do You Design a Grant Rubric and Eligibility Rules?
Design Your Rubric & Eligibility Rules
grant-rubric-eligibility-rules
Grant
Foundation
4
How Do You Frame Portfolio Outcomes Over Outputs?
Frame Outcomes Over Outputs at Portfolio Level
frame-outcomes-portfolio-level
Portfolio
Chapters
4
The Loop: Flexibility
Flexibility — one method, four workflows
loop-flexibility
Loop
The method
4
The same collect–analyze–improve cycle, shaped to four kinds of impact work — case, grant, portfolio, and feedback — each shown end to end.
Anyone deciding where the Loop fits their work, who wants to see the full path from messy input to a report they can defend.
How Do You Collect Feedback Offline and in the Field?
Collect Feedback Offline & in the Field
collect-feedback-offline
Feedback
Connect
4
Capturing stakeholder feedback where there's no connectivity and syncing each answer to one continuing record — so field and multi-site programs keep a single identity from intake to endline.
Field & multi-site programs · Low-connectivity contexts · Nonprofits collecting in person
How Do You Design an Intake Form for a Baseline?
Design an Intake Form That Captures a Usable Baseline
intake-form-usable-baseline
Case
Nonprofit Track
5
What's the Difference Between Outcomes and Outputs?
Outcomes vs Outputs
frame-outcomes-over-outputs
Grant
Foundation
5
How Do You Do Pre-Investment Due Diligence?
Pre-Investment Due Diligence & Screening
pre-investment-due-diligence-screening
Portfolio
Chapters
5
The Loop Guarantee
The Guarantee — first workflow in 2 months
loop-guarantee
Loop
The method
5
How Do You Build an Organization Evidence Model?
Build the Organization Evidence Model
build-organization-evidence-model
Reporting
Align
5
How Do You Use Documents as Evidence?
Read documents as evidence
read-documents-as-evidence
Feedback
Connect
5
How to Clean Open-Ended Survey Responses
Clean Open-Ended Responses at the Source
clean-open-ended-survey-responses
Feedback
Clean
6
How Do You Spot At-Risk Participants Mid-Program?
Spot At-Risk Participants Mid-Program
spot-at-risk-participants-mid-program
Case
Nonprofit Track
6
How to Write a Nonprofit Grant Application: Template and Example
Grant Application for Nonprofits
grant-application-for-nonprofit-organizations
Grant
Foundation
6
How Do You Collect Investee Reporting Without Burden?
Collect Standardized Reporting from Every Investee, Without Burden
collect-investee-reporting-without-burden
Portfolio
Chapters
6
How Do You Build a Funder Context Profile?
Build a Sourced Funder Context Profile
build-funder-context-profile
Reporting
Align
6
How Do You Measure Change at Exit?
Measure Change at Exit (Not Just Completion)
measure-change-at-exit
Case
Nonprofit Track
7
How Do You Collect Applications Clean at the Source?
Collect Applications Clean at the Source
collect-applications-clean-at-source
Grant
Collect
7
How Do You Chase Missing Investee Data?
Chase Missing Investee Data — Automatically
chase-missing-investee-data
Portfolio
Chapters
7
How Do You Analyze Multilingual Feedback?
Analyze Multilingual Feedback
analyze-multilingual-feedback
Feedback
Clean
7
Cleaning and theming multilingual open-ended feedback across languages on one continuing record — every theme cited to the person's own words, with no manual translate-then-code step.
Multi-country programs · Multilingual survey data · Global networks & chapters
How Do You Define Measures the Organization and Funder Can Both Use?
Define Measures the Organization and Funder Can Both Use
define-impact-metrics-funders-want
Reporting
Align
7
How Do You Find Who Is Missing Survey Waves?
Survey attrition — who is missing waves
survey-attrition-longitudinal-studies
Feedback
Read
8
How to Catch At-Risk Participants Early with Mentor Notes
Catch At-Risk Participants Early with Mentor Notes
mentor-notes-early-warning
Case
Nonprofit Track
8
How Do You Reduce Applicant Burden?
Reduce Applicant Burden
reduce-applicant-burden-auto-clarification
Grant
Collect
8
How Do You Analyze Investee Reports?
Read Investee Reports Across Qual + Quant + Financial + Social
read-investee-reports-multi-signal
Portfolio
Chapters
8
How Do You Define an Impact Metric So Everyone Counts It the Same Way?
Give Every Number One Definition
one-definition-for-every-number
Reporting
Define
8
How Do You Connect Quantitative and Qualitative Data?
Connect Quantitative & Qualitative Data
connect-quantitative-qualitative-survey-data
Feedback
Read
9
How Do You Calculate SROI Live?
Calculate SROI — Live, Sourced, and Honest
calculate-sroi-live
Case
Nonprofit Track
9
How Do You Collect Grantee Reports Without Burden?
Collect Grantee Reports Without Burden
collect-grantee-reporting-without-burden
Grant
Collect
9
How Do You Track Investees Against the Impact Agreement?
Track Investees Against the Impact Agreement (Variance)
track-investees-impact-agreement-variance
Portfolio
Chapters
9
How Do You Turn Reporting Requirements Into Evidence You Can Collect?
Turn Requirements Into Collectable Evidence
turn-reporting-requirements-into-evidence
Reporting
Define
9
How to Analyze Pre and Post Survey Data
Analyze Pre / Mid / Post Data
analyze-pre-mid-post-survey-data
Feedback
Read
10
How to Report a Job-Training Program to Grant Funders
Turn a Cohort into a Funder Impact Report
job-training-grant-impact-report
Case
Nonprofit Track
10
How Do You Chase Missing Grantee Data?
Chase Missing Grantee Data
chase-missing-grantee-data
Grant
Collect
10
How Do You Monitor Portfolio Risk in Real Time?
Portfolio Risk Monitoring & Early-Warning Alerts
portfolio-risk-monitoring-alerts
Portfolio
Chapters
10
How Do You Collect Clean Evidence Inside the Workflow?
Collect Clean Evidence Inside the Workflow
collect-clean-data-at-the-source
Reporting
Embed
10
How Do You Analyze Longitudinal Survey Data?
Track One Person’s Change Across Years
analyze-longitudinal-survey-data
Feedback
Read
11
How Do You Turn a Job Description Into a Checklist?
Turn a Job Description into a Requirements Checklist
job-description-requirements-checklist
Case
Social Enterprise Track
11
How Do You Review Applications Without Reviewer Bias?
Review Without Reviewer Bias
review-applications-without-reviewer-bias
Grant
Analyze
11
Ask Your Whole Portfolio Anything (Claude + MCP)
Ask Your Whole Portfolio Anything (Claude + MCP)
ask-your-portfolio-anything
Portfolio
Chapters
11
How Do You Get Stable Results From Governed Data?
Get Stable Results From Governed Data
same-numbers-every-time
Reporting
Read
11
How Do You Analyze a Batch of Grant Applications?
Analyze a Whole Round
how-to-analyze-a-batch-of-grant-applications
Grant
Analyze
12
How Long Do Program Outcomes Last?
Measure how long outcomes last
measure-outcome-duration-drop-off
Feedback
Read
12
How Do You Score Candidate-Role Matches Without Bias?
Score Candidate–Role Matches Without Bias
score-candidate-role-matches-without-bias
Case
Social Enterprise Track
12
How Do You Trace Every Result Back to Its Evidence?
Trace Every Result Back to Its Evidence
where-every-number-came-from
Reporting
Read
12
How Do You Roll Up a Grant Portfolio?
Aggregate Outcomes Across the Portfolio
how-to-roll-up-a-grant-portfolio
Portfolio
Communicate
13
How to Report Job Placements to Impact Investors
Turn a Cohort into a Social-Enterprise Investor Report
job-placement-investor-impact-report
Case
Social Enterprise Track
13
How Do You Track Reviewer Conflicts of Interest?
Track Reviewer Conflicts of Interest
track-conflicts-of-interest-audit
Grant
Analyze
13
How Do You Write a Donor Report?
Design a Report for a Real Funding Decision
donor-report-funders-trust
Reporting
Decide
13
A practical, step-by-step track for building a donor or grant report funders trust — from the funder's decision back through metrics, clean data, and traceable numbers.
Program & grant managers who report to funders
What Should AI Be Allowed to See in Your Stakeholder Data?
What the assistant may see
what-the-assistant-may-see
Feedback
Prove
13
How Do You Write an Impact Narrative for a Funder?
Write a Cited Impact Narrative
impact-narrative-funder-report-cited
Feedback
Prove
14
How Do You Read a Grantee Report?
Read a Grantee Report
read-grantee-report-multi-signal
Grant
Analyze
14
How Do You Monetize Impact with SROI?
Monetize Impact with SROI Across Levels
monetize-impact-sroi-across-levels
Portfolio
Chapters
14
How Do You Get AI to Write a Funder Report?
Generate the Audience-Specific Report From Evidence
assistant-writes-the-funder-report
Reporting
Decide
14
How Do You Compute Grantee Variance?
Compute Grantee Variance
how-to-compute-grantee-variance
Grant
Analyze
15
How Do You Put a Dollar Value on Impact?
Add a Credible Dollar Value With SROI
credible-dollar-value-on-impact
Reporting
Optional method
15
How Do You Set Up a Study That Follows People for Years?
One person, followed for years
one-person-followed-for-years
Feedback
Shapes
15
How Do You Build an SROI Value Map?
Build an SROI Value Map
how-to-build-an-sroi-value-map
Reporting
Optional method
16
How Do You Track Budget and Actual Spend?
Track Budget vs Actual Spend
how-to-track-budget-invoices-actual-spend
Grant
Analyze
16
How Do You Collect Feedback From Several People About One Person?
Several people describing one person
several-people-describing-one-person
Feedback
Shapes
16
How Do You Pick a Financial Proxy for SROI?
Pick a Defensible Financial Proxy
how-to-pick-a-financial-proxy-for-sroi
Reporting
Optional method
17
How Do You Analyze Grantee Reporting Longitudinally?
Analyze Grantee Reporting Over Time
analyze-grantee-reporting-longitudinal
Grant
Analyze
17
How Do You Compare Investees When Each One Defines Its Metrics Differently?
Compare & Benchmark Investees
compare-benchmark-investees
Portfolio
Chapters
17
How Do You Report Across Programs That Were Designed Separately?
Many programs, one picture
many-programs-one-picture
Feedback
Shapes
17
How Do You Calculate the SROI Ratio?
Calculate the SROI Ratio With a Range
how-to-calculate-the-sroi-ratio
Reporting
Optional method
18
How Do You Read a 990 for Compliance?
Read a 990 for Compliance
how-to-read-a-990-for-compliance
Grant
Analyze
18
How Do You Build Dashboards and Compliance Reports?
Portfolio Dashboards & Geographic Mapping
dashboards-sroi-compliance-reports
Portfolio
Communicate
18
How Do You Run a Survey Across a Member Network?
A network where each member sees their own part
member-network-survey
Feedback
Shapes
18
Ask Your Whole Grant Round Anything (Assistant + MCP)
Ask Your Whole Grant Round Anything
ask-your-grant-round-anything
Grant
Analyze
19
How Do You Produce an LP and Board Impact Report?
Produce the LP / Board Impact Report — Live, Not Annual
portfolio-lp-board-impact-report
Portfolio
Chapters
19
How Do You Build a Grant Audit Trail?
Build a Grant Audit Trail
grant-audit-compliance-trail
Grant
Communicate
20
How Do You Connect Your Stack Without Lock-In?
Connect Your Stack Without Lock-In (Microsoft Dynamics, Power BI, Affinity, MCP)