play icon for videos
← Academy
SOPACT ACADEMY · IMPACT MEASUREMENT · TECHNICAL REFERENCE

How to Build a Data Dictionary for Program and Impact Data

Build one governed definition for every program-data field — its meaning, type, unit, allowed values, missing-value rule, owner, collection point, validation rule, and version — so forms and reports remain comparable across programs and years.

Sopact Academy · Course review

Practical Academy guide

How to Build a Data Dictionary for Program and Impact Data

SOPACT ACADEMY · DATA DICTIONARY

How do you build a data dictionary for program and impact data?

Build a data dictionary by naming the few shared fields your decision needs and agreeing what each one means. Record its identifier, definition, source, allowed and missing values, owner and version. For a reported measure, also state the population, unit, period and calculation.

Different programs can keep useful local questions. Map their fields to the shared definition only when the meaning is compatible; retain differences and unresolved mappings. Reuse appropriate registration details and record dated changes instead of asking everyone for the same unchanged information every round.

You will build four example fields, inspect one complete record and practice a definition change. Keep the longer column list as a reference. Map to an outcome or external standard only when your reporting purpose needs it, and preserve the definitions behind earlier observations.

This guide is for a program lead, MEL/evaluation manager, or data administrator at a nonprofit, funder, or multi-site program who needs one indicator to mean one thing across programs, sites, and reporting years. Use the column list and worked record below to build a dictionary in a spreadsheet or your approved workspace.

The whole process in seven steps

  1. Inventory existing fields across forms, spreadsheets, databases, and reports.
  2. Consolidate duplicates and assign every approved field a stable identifier.
  3. Define meaning and format — definition, type, unit, permissible values, and missing-value rules.
  4. Document collection context — population, applicability, source, timing, calculation, and disaggregation.
  5. Assign governance — owner, sensitivity, access, and approval status.
  6. Map to outcomes or external standards where a defensible relationship exists.
  7. Version and reuse the dictionary across programs, forms, integrations, and reporting.

Begin with the definitions and evidence your team needs. Use AI extraction or system connections where they support the workflow; they are not prerequisites for drafting a useful dictionary.

What is a data dictionary?

A data dictionary is a governed catalog of the data fields an organization collects and what each field means. For every field it records a stable identifier, label, precise definition, data type, unit, permissible values, collection point, source, owner, validation rules, applicable framework mappings, and version history — which makes the field unambiguous but does not yet make the answer readable: knowing that a confidence score is an integer from 1 to 5 still will not tell you whether a 3 is a starting point or a fall from 5, and that interpretation also needs dated observations and context. The dictionary can hold or link the context definitions, while the continuing record supplies the actual history. (Data-element documentation guidance — e.g. NIH/FITBIR and the ISO/IEC 11179 metadata-registry concept — specifies that a data element carry a name, a precise definition, and permissible values: NIH data-element guidance.)

Artifact What it does Scope difference
Data dictionaryDefines each field's meaning, format, rules, owner, and version
CodebookDocuments variables, response codes or qualitative coding rulesOften focused on a dataset or coding project; definitions can be reused across projects
Data catalogHelps people discover and govern data assets across systemsBroader scope; may contain or link to field-level dictionary metadata

What columns should a data dictionary contain?

A field name and type are not enough to interpret a field consistently. Start with the fields needed to interpret and govern your chosen measure. The table below is a fuller reference: add calculation, applicability, sensitivity and mapping details where they apply. Mark an attribute not applicable when appropriate rather than inventing a value to fill a template.

Column Purpose
Field IDStable machine-readable identifier
Display labelHuman-readable form label
DefinitionExact meaning of the field
Raw or derivedCollected directly, or calculated from other fields
Parent / source fieldsFor a derived field, the fields it is computed from
Data typeInteger, decimal, date, category, text, (nullable) Boolean
UnitPeople, dollars, hours, percentage, score
Allowed valuesValid categories or range
Missing-value ruleUnknown, not applicable, declined, not collected
Validation ruleConditions the value must satisfy before acceptance
PopulationParticipant, household, organization, employee
Applicable programsPrograms, sites, or services that use the field
Requirement statusRequired, optional, conditional, not applicable
Applicability conditionRule governing when the field appears
Collection pointApplication, intake, exit, follow-up
Reporting periodMonthly, quarterly, annual, cohort-based
Calculation methodFormula for derived indicators
DisaggregationGender, geography, age, program, cohort
SourceSurvey, CRM, document, administrative system
OwnerPerson/team responsible for the definition
Sensitivity classificationPublic, internal, confidential, restricted (access class)
Personal-data flagWhether the field holds personal / special-category data
External mappingIRIS+, Logframe, SDG, funder metric (where applicable)
Version · Effective date · StatusCurrent version, when it took effect, and Draft/Approved/Deprecated/Retired

A complete impact data-dictionary example

The table below shows the core columns for readability. Use the columns described above to create a working template that includes governance, access, mapping and version fields.

Field ID Label Type Allowed / unit Population Applicability Validation Owner Ver.
participant_idParticipant IDTextUUIDParticipantAlwaysUnique; non-nullData admin1.0
employment_90dEmployed at the 90-day follow-upNullable BooleanYes / NoParticipantWhen follow-up doneRequires follow-up dateMEL lead1.1
hourly_wage_90dHourly wage at 90 daysDecimal≥0; currency/hrParticipantOnly if employment_90d = YesNumeric; currency codeMEL lead1.0
financial_security_themeFinancial-security themeCategoryPositive/Negative/Mixed/Not presentParticipantWhen narrative providedHuman-reviewed AI codingEval. lead1.0

One complete record, every attribute — easier to read than a 20-column row, and it shows the governance fields the compact table omits:

Field IDemployment_90d
DefinitionWhether a program completer held paid employment at the 90-day follow-up
Raw / derivedRaw
Data typeNullable Boolean
Allowed valuesYes, No
Missing-value reasonUnknown, Not collected, Declined, Not applicable
PopulationProgram completers
Applicable programsWorkforce tracks
Requirement · applicability conditionConditional — when the 90-day follow-up is completed
Collection point · periodFollow-up · cohort
Validation ruleFollow-up date required; value in {Yes,No}
Source · ownerFollow-up survey · Program MEL lead
Sensitivity · personal-data flagConfidential · Yes, when linked to an identifiable participant
External mappingVerify applicable IRIS+ metric
Version · effective date · status1.1 · 2026-07-01 · Approved

Build your working dictionary. Copy the column list into a spreadsheet or approved workspace. Add the four example fields, then replace them with the small shared core your workflow needs. Keep local-field mappings, exceptions and definition changes beside the approved entries.

Nullable Booleans and missing values

A Boolean has two logical values. "Unknown" is a missingness state, not a third Boolean — so store the value as Yes/No and capture the reason it's absent in a separate missing-value field. Prefer a null value plus a documented missingness reason (or a clearly governed categorical status). Never treat zero as missing, don't mix "not applicable" with "not collected," and avoid arbitrary numeric codes like -99 without metadata.

Define field applicability separately from access permissions

Applicability — which programs and populations use a field, at which stage, required or conditional — belongs in the dictionary. Access — who may view, enter, or edit it, and whether it holds personal data — is an access-control feature around the system. Record both; don't collapse them into one "scope."

Applicability can be conditional: hourly_wage_90d applies only when employment_90d = Yes, which is exactly what a form generator needs. On access, follow least privilege — a wage field is restricted to roles authorized under the organization's privacy and data-governance policy; finance may receive aggregated wage analysis without access to identifiable participant records.

The framework: grade every field Green, Amber, or Red

This is a Sopact field-governance test, not a recognized external data-management standard. Framework mapping counts only where applicable; operational fields such as participant ID, contact preference and intake date do not need an external-framework mapping merely to be useful. Add a mapping only when it serves a real reporting purpose and the definitions support it.

Green · Governed
Stable ID, label & definition, type & unit, permissible & missing values, validation rule, population & collection point, named owner, version & approval status — plus a framework mapping where applicable.
Amber · Usable but incomplete
In use, but one or more attributes needed to interpret or govern it consistently are missing.
Red · Uncontrolled
Appears in a form or dataset without an approved definition, owner, or valid-value specification.

When a shared field needs correction, record the approved change, owner, effective date and affected forms. Keep each existing observation attached to the definition used when it was collected. Apply the new definition prospectively; restate older values only where source evidence supports a documented mapping, retaining the original values and the reason for the restatement.

Version a field without breaking history — and know when it's a new field

Use a new version of the same field only for changes that preserve semantic comparability — a clarified definition, corrected allowed values, non-substantive metadata. If a change materially alters the construct, population, unit, time window, or calculation, create a new field ID and retire or retain the old one.

"Employed at exit" and "employed at the 90-day follow-up" are different measures — different time windows answering different questions — so they are separate fields, not versions of one:

Field ID Definition Status
employment_at_exitPaid employment on the exit dateRetained or deprecated
employment_90dPaid employment at the 90-day follow-upNew field

A true version change, by contrast, preserves the construct — for example tightening the allowed values on the same field:

Version Change to employment_90d Effective date Historical treatment
1.0Allowed values: Yes / No / UnknownJan 1, 2026Preserve as reported
1.1Nullable Boolean (Yes/No) with "Unknown" moved to missing-value reasonJul 1, 2026Preserve raw 1.0 values; in a derived comparison view, map "Unknown" to missing with reason "unknown" and retain the version

Use one shared dictionary across programs and forms

Local labels and questionnaires may differ. Comparability requires compatible meaning, with an explicit mapping from each local field to the shared definition; an identical label is neither necessary nor sufficient. Two sites' placement rates are meaningfully comparable only when they share the same approved definition, denominator, follow-up window, calculation method, and missing-data rule.

Comparability also depends on eligibility, whether self-employment or part-time counts, evidence source, and reporting-period boundaries. The dictionary fixes all of those on the definition, so "Job Placement Rate" means one thing — not merely hand two sites the same field name.

How AI drafts fields and codes qualitative evidence

AI can draft dictionary fields from existing forms and code open-text evidence into defined fields — but a narrative should never be silently converted into a quantitative value. Distinguish extracted facts, coded qualitative themes, and model-generated interpretations, and route interpretations to human review.

A participant writes, "This was my first paycheck where I wasn't choosing between rent and groceries." AI may tag it as financial security or perceived economic well-being — but it should not infer a wage amount or populate hourly_wage_90d. Use an explicit wage observation, such as an authorized response or pay record, with its date, currency, hourly basis and source. A qualitative statement about financial security cannot supply a missing wage. The dictionary keeps the three outputs separate:

Output Example Treatment
Explicit fact"I now earn $22 per hour"Extract as a candidate wage value; confirm against the wage field
Qualitative theme"I can now afford groceries"Code as a financial-security theme
Interpretation"Participant appears more confident"Store as an AI inference requiring human review

Note the coded theme's own missing states: Not present means the text was reviewed and the theme was absent — different from no narrative provided, not analyzed, or analysis failed, which are missing-value states.

Prompt: draft a data dictionary from existing forms

Prompt
Review the forms, spreadsheets, database fields, and report indicators below. Create a DRAFT data dictionary; a human will approve every definition. For each field return: stable field ID; display label; precise definition; raw or derived; data type; unit; allowed values; missing-value rule; population; applicable program(s); collection point; required/optional/conditional status; validation rule; source; owner; sensitivity; external mapping, if defensible; version; effective date; status. RULES - Consolidate duplicates only when definition, population, unit, collection timing, and calculation are equivalent. - Do not infer that similar labels mean the same field. - Create a NEW field ID when a change alters the construct, population, unit, time window, or calculation; use a new version only for semantic-preserving changes. - Keep explicit facts, qualitative codes, and AI interpretations separate. - Never infer a quantitative value from narrative evidence. - Mark uncertain definitions NEEDS HUMAN DECISION. INPUT: <<< [PASTE FORMS, FIELD LISTS, OR INDICATORS] >>> OUTPUT: 1) proposed dictionary 2) potential duplicates 3) conflicting definitions 4) missing governance attributes 5) human decisions required

Where Sopact operationalizes the method — and where humans decide

Dictionary task Workflow to configure and test Human decision
Inventory fieldsImport existing forms and dataDecide which fields are authoritative
Consolidate definitionsShared definitions and local-field mappingsApprove merges and definitions
Define valid valuesTypes and validation rulesSet acceptable values
Reuse across programsProgram forms using shared fieldsDecide applicability
Code narrative evidenceIntelligence Row candidate extraction & themesReview interpretations
Manage changesVersion and effective-date handlingApprove changes
Report consistentlyTraceable analysis & reportingInterpret findings

If your reporting purpose requires external standards, use the reference to map portfolio fields to IRIS+, GRI, and ESRS — begin mapping only after population, unit, period, boundary, and calculation are defined.

Watch the method in practice

These optional demonstrations show how shared definitions support reporting. Complete your four-field exercise first, then watch the example relevant to your reporting question.

Watch (1:26): why one governed definition — population, unit, period, boundary, calculation — turns four framework reports into four views of the same dictionary.

Watch one application of the method: using an IRIS+-aligned data dictionary to support impact reporting (SoPact). It demonstrates the reporting workflow, not a field-by-field dictionary build.

Watch (6:07): where the dictionary stops and context starts — the four layers, data, framework, audience and expression, that turn a correctly defined field into an answer someone can act on.

Frequently asked questions

How do you build a data dictionary for program and impact data?

Inventory existing fields, consolidate duplicates and assign stable IDs, define meaning and format (type, unit, permissible values, missing-value rule, validation rule), document collection context (population, applicability, source, timing, calculation, disaggregation), assign governance (owner, sensitivity, access, status), map to outcomes or standards where defensible, and version changes going forward without rewriting historical records.

What columns should a data dictionary contain?

Begin with the field ID, label, definition, source, allowed and missing values, owner and version. For a reported measure, include the population, unit, period and calculation. Add the validation, access, applicability and mapping details needed for the way the field is collected and used; the full column list is a reference rather than a reason to delay a small pilot.

When do you version a field vs. create a new one?

Version the same field only for changes that preserve the construct — a clearer definition, corrected allowed values, non-substantive metadata. Create a new field ID whenever a change alters the construct, population, unit, time window, or calculation (for example, "employed at exit" vs. "employed at the 90-day follow-up" are separate fields).

How do you handle missing values?

Store the real value and record absence separately: prefer a null plus a documented missingness reason (unknown, not applicable, declined, not collected), or a clearly governed categorical status. Never treat zero as missing, don't mix "not applicable" with "not collected," and avoid arbitrary numeric codes like -99 without metadata.

What's the difference between a data dictionary, a codebook, and a data catalog?

A data dictionary defines each field's meaning, format, rules, owner, and version across the organization. A codebook documents variables, response codes or qualitative coding rules, often for a dataset or project; its definitions may be reused. A data catalog helps people discover and govern data assets across systems, and may contain or link to field-level dictionary metadata — the distinction is scope.

Can AI create a data dictionary from existing forms?

Yes, as a draft. AI can inventory fields and propose IDs, definitions, and types, and code open-text evidence into defined fields. But a human owns the definitions, and AI-generated interpretations — not just extracted facts — must be reviewed before they populate governed fields. Never let AI infer a quantitative value from narrative.

Sources & versions

Author: Sopact (Unmesh Sheth). Published Aug 2026; last reviewed September 15, 2026. Green/Amber/Red is Sopact's practical field-governance test, not an external data-management standard.

Return to your course →

Put this guide into practice.

Bring your existing forms and indicator list — and build one governed data dictionary in Sopact Sense: stable IDs, defined values, owners, and versions, reused across every program so your reports stay comparable year over year.

Explore Impact Measurement →
Prepare data governance before using AI
Prepare your data governance
nonprofit-data-governance-before-ai
Feedback
Foundation
Prepare an evidence register and a tested governance baseline before applying AI to program data.
Make learning part of the work you already do
The Loop — the method in one read
the-loop
Loop
The method
0
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
Build an impact report from evidence you can explain
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
Build a repeatable collect, review and improve cycle
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 and Examples
Build a Theory of Change You Can Test
how-to-build-a-theory-of-change
Reporting
Align
2
How Do You Onboard a Portfolio and Track Results?
Agree the Portfolio Reporting Plan
onboard-portfolio-lock-impact-agreement-track-results
Portfolio
Data Dictionary
2
Test whether an AI-assisted result is repeatable and correct
Reliability — the same answer twice
loop-reliability
Loop
The method
2
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.
Design application intake around a defensible decision
Design an Application Process
how-to-design-an-application-process
Grant
Foundation
2
How to Structure Stakeholder Data: Four Common Patterns
Choose your record structure
which-shape-is-your-data
Feedback
Foundation
2
Map the people, observations and relationships your workflow needs before collecting data.
How to Build a Logic Model: Steps, Example and AI Prompt
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
Turn your theory of change into a data-collection plan
Turn a Theory of Change into a Data-Collection Workflow
theory-of-change-to-data-collection-workflow
Case
Foundation
3
Build a portfolio data dictionary without forcing false comparisons
Map Portfolio Data to Reporting Standards
portfolio-data-dictionary-standards-mapping
Portfolio
Chapters
3
Keep a clear trail from a finding to its evidence
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 to Change Survey Questions Without Losing Comparability
Change questions with a clear history
change-questions-without-breaking-the-record
Feedback
Control
3
Create a question-change log and decide how old and new versions should appear in reports.
Programme & MEL leads · Teams whose questionnaire has ossified · Anyone evaluating a platform where configuration is a purchased service
Five Dimensions of Impact: How to Review Your Evidence
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 to Measure Outcomes Across an Investment or Grant Portfolio
Frame Outcomes Over Outputs at Portfolio Level
frame-outcomes-portfolio-level
Portfolio
Chapters
4
Adapt the learning cycle to your workflow
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 to Collect Feedback Offline and Keep Records Connected
Collect offline and reconcile the batch
collect-feedback-offline
Feedback
Connect
4
Build a field protocol and reconcile a test batch across devices, visits and delayed uploads.
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
Turn a proposed outcome into a reporting definition
Outcomes vs Outputs
frame-outcomes-over-outputs
Grant
Foundation
5
Impact Due Diligence: Review Evidence Before Investment
Pre-Investment Due Diligence & Screening
pre-investment-due-diligence-screening
Portfolio
Chapters
5
Plan and review your first workflow pilot
The Guarantee — first workflow in 2 months
loop-guarantee
Loop
The method
5
How to Build an Organization Evidence Model
Build the Organization Evidence Model
build-organization-evidence-model
Reporting
Align
5
How to Analyze Documents as Evidence: Sources, Context and Review
Read documents as traceable evidence
read-documents-as-evidence
Feedback
Connect
5
Create a document register and reviewed findings with source locations, context and explicit exceptions.
How to Clean Open-Ended Survey Responses Without Losing Meaning
Clean responses and define the denominator
clean-open-ended-survey-responses
Feedback
Clean
6
Create a cleaning log, response-status table and reproducible report statement.
How to Review Participant Support Needs 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
Design quarterly portfolio reporting that investees can complete
Collect Investee Reporting Without Repeated Rework
collect-investee-reporting-without-burden
Portfolio
Chapters
6
How to Build a Funder Context Profile: Research to Reporting
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 to Follow Up on Missing Investee Data
How to Follow Up on Missing Investee Data
chase-missing-investee-data
Portfolio
Chapters
7
How to Analyze Multilingual Feedback and Evaluate Software
Analyze and review multilingual feedback
analyze-multilingual-feedback
Feedback
Clean
7
Build a language review sheet and test software on original responses, translations, codes and reporting bases.
Multi-country programs · Multilingual survey data · Global networks & chapters
How to Define Impact Metrics Your Team and Funder Can Use
Define Measures the Organization and Funder Can Both Use
define-impact-metrics-funders-want
Reporting
Align
7
Survey Attrition in Longitudinal Studies: Track Missing Waves
Track missing waves and matched outcomes
survey-attrition-longitudinal-studies
Feedback
Read
8
Build a wave-status register, compare response groups and report paired change with coverage and limitations.
How to Use Mentor Notes to Review Participant Support
Use mentor notes for support review
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
Find inconsistencies in portfolio returns before reporting
Analyze Investee Reports Across Sources
read-investee-reports-multi-signal
Portfolio
Chapters
8
Impact Metric Definitions: A Practical Worksheet and Example
Give Every Number One Definition
one-definition-for-every-number
Reporting
Define
8
How to Connect Quantitative and Qualitative Survey Data
Connect scores and comments
connect-quantitative-qualitative-survey-data
Feedback
Read
9
Build a linked analysis view and joint display, with clear groups, reporting bases and evidence limits.
How to Calculate SROI as New Evidence Arrives
Calculate SROI — Live, Sourced, and Honest
calculate-sroi-live
Case
Nonprofit Track
9
How to Collect Grantee Reports with Less Burden
Collect Grantee Reports Without Burden
collect-grantee-reporting-without-burden
Grant
Collect
9
Keep company, investment and reporting history connected
Track Results Against the Impact Agreement
track-investees-impact-agreement-variance
Portfolio
Chapters
9
Turn Reporting Requirements into Evidence: A Practical Mapping Guide
Turn Requirements Into Collectable Evidence
turn-reporting-requirements-into-evidence
Reporting
Define
9
Connect baseline, follow-up and different rater perspectives
Analyze pre, mid and post surveys
analyze-pre-mid-post-survey-data
Feedback
Read
10
Build a matched pre/mid/post analysis, interpret score movement and retain clear rules for missing waves.
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 to Follow Up on Missing Grantee Data
Chase Missing Grantee Data
chase-missing-grantee-data
Grant
Collect
10
How to Build Useful Portfolio Impact Monitoring Alerts
Build Useful Portfolio Impact Alerts
portfolio-risk-monitoring-alerts
Portfolio
Chapters
10
How to Collect Clean Data Inside Your Workflow
Collect Clean Evidence Inside the Workflow
collect-clean-data-at-the-source
Reporting
Embed
10
How to Analyze Longitudinal Survey Data
Analyze longitudinal survey data
analyze-longitudinal-survey-data
Feedback
Read
11
Build a continuing analysis record with clear time scales, observed trajectories and limits.
How to Turn a Job Description into a Requirements Checklist
Clarify employer requirements
job-description-requirements-checklist
Case
Social Enterprise Track
11
Review applications with evidence, clear criteria and human judgment
Review Without Reviewer Bias
review-applications-without-reviewer-bias
Grant
Analyze
11
How to Ask AI Questions About Your Portfolio Data
Ask AI Questions About Portfolio Data
ask-your-portfolio-anything
Portfolio
Chapters
11
How to Keep Impact Reporting Numbers Consistent
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 to Measure Outcome Duration and Drop-Off
Measure outcome duration and drop-off
measure-outcome-duration-drop-off
Feedback
Read
12
Build a dated outcome claim, distinguish missingness from outcome loss and test forecast assumptions.
How to Score Candidate–Role Matches with a Clear Rubric
Review candidate–role evidence
score-candidate-role-matches-without-bias
Case
Social Enterprise Track
12
Evidence Traceability: Link Every Report Claim to Its Source
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 a Grant Portfolio
how-to-roll-up-a-grant-portfolio
Portfolio
Chapters
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 to Write a Donor Report: Format, Evidence and Example
Design a Report for a Real Funding Decision
donor-report-funders-trust
Reporting
Decide
13
Build a report brief and claim-and-evidence table before drafting. Explain delivery, outcomes, spending, limitations and next actions.
Program managers, grant leads and reporting teams
AI Data Access Controls: What Your Assistant May See
Control what the assistant can access
what-the-assistant-may-see
Feedback
Prove
13
Define task-specific access, test synthetic records and verify report-sharing boundaries.
How to Write an Evidence-Based Impact Narrative
Write a cited impact narrative
impact-narrative-funder-report-cited
Feedback
Prove
14
Build and check a report paragraph using a claim-and-source table, appropriate quotations and clear limitations.
How Do You Read a Grantee Report?
Read a Grantee Report
read-grantee-report-multi-signal
Grant
Analyze
14
How to Use SROI Across a Portfolio Without Double Counting
Use SROI Across a Portfolio
monetize-impact-sroi-across-levels
Portfolio
Chapters
14
How to Write a Funder Report with AI—and Check It
Generate the Audience-Specific Report From Evidence
assistant-writes-the-funder-report
Reporting
Decide
14
Draft from approved sources, check the claims, and save an accountable report version. Bring the brief from the previous lesson.
Program managers, grant leads and reporting teams
How Do You Compute Grantee Variance?
Compute Grantee Variance
how-to-compute-grantee-variance
Grant
Analyze
15
When Is a Monetary Value on Social Impact Credible?
Add a Credible Dollar Value With SROI
credible-dollar-value-on-impact
Reporting
Optional method
15
Prepare a valuation brief. Decide what the evidence supports, what needs more work, and when an outcome account is enough.
Program, evaluation and investment teams considering social-value estimates
Keep a person’s history connected across programs and staff changes
Follow one person over time
one-person-followed-for-years
Feedback
Shapes
15
Build a participant record that preserves episodes, dates, versions and missingness across repeated collection.
How Do You Build an SROI Value Map?
Build an SROI Value Map
how-to-build-an-sroi-value-map
Reporting
Optional method
16
Build a first value map, keep missing evidence visible, and give each unresolved outcome a next action.
Evaluation, program and investment teams preparing an SROI analysis
How Do You Track Budget and Actual Spend?
Track Budget vs Actual Spend
how-to-track-budget-invoices-actual-spend
Grant
Analyze
16
Multi-Rater Feedback: Connect Perspectives and Protect Context
Connect several perspectives on one person
several-people-describing-one-person
Feedback
Shapes
16
Design subject-rater relationships, reporting rules and a tested multi-perspective feedback record.
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
Compare candidate valuation sources and document why one fits your outcome, stakeholder and reporting period.
Evaluation and reporting teams selecting financial proxies
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
Cross-Program Reporting: Combine Results Without Losing Meaning
Combine evidence across programs
many-programs-one-picture
Feedback
Shapes
17
Build a defensible cross-program result with comparable measures, correct denominators and documented exclusions.
How Do You Calculate the SROI Ratio?
Calculate the SROI Ratio With a Range
how-to-calculate-the-sroi-ratio
Reporting
Optional method
18
Build a reproducible SROI calculation, test its assumptions and explain the result in a reviewed report.
Evaluation and reporting teams reviewing an SROI calculation
How to Read Form 990 for a Grant Review
Read a 990 for Compliance
how-to-read-a-990-for-compliance
Grant
Analyze
18
How Do You Build Dashboards and Compliance Reports?
Build Dashboards and Reviewed Reports
dashboards-sroi-compliance-reports
Portfolio
Chapters
18
Plan evidence collection across your network
Run a member-network survey
member-network-survey
Feedback
Shapes
18
Design and test a member reporting cycle with continuing records, coverage checks and authorized results.
Ask Your Whole Grant Round Anything (Assistant + MCP)
Ask Your Whole Grant Round Anything
ask-your-grant-round-anything
Grant
Analyze
19
Produce portfolio reports that trace back to approved evidence
Produce the LP and Board Impact Report
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 Systems and Test Data Portability
portfolio-connect-your-stack
Portfolio
Chapters
20
How Do You Produce Grant Compliance Reports?
Produce Compliance Reports
grant-compliance-regulatory-reports
Grant
Communicate
21
How Do You Roll Grantees Into a Board Report?
Roll Grantees Into a Board Report
roll-grantees-funder-board-report
Grant
Communicate
22
How Do You Build Grant Dashboards and Maps?
Grant Dashboards & Maps
grant-dashboards-geographic-mapping
Grant
Communicate
23