Replication & Data Policy (jfi-replication-and-data-policy)
When to trigger
- Preparing data/code materials before submitting or at acceptance
- Writing the Data Statement or handling restricted/proprietary banking data
What JFI actually requires (verified 2026-06-20; re-confirm on the official page)
JFI follows Elsevier Option C for research data. Research data here includes software, code, models,
algorithms, protocols, and methods — not just datasets. Authors are required to:
- Deposit research data in a relevant repository and cite/link it, or explain why data cannot be
shared.
- Provide a Data Statement on data availability when relevant; it is supported in the submission flow
and published with the article.
- Cite datasets in the text and reference list using the
[dataset] tag.
Crucially, JFI has no journal-specific mandatory replication-code archive — there is no equivalent of
the Journal of Applied Econometrics Data Archive or the American Economic Review replication mandate. Do
not invent a JFI-only archive requirement, but do treat deposit/cite/link-or-explain as the live Elsevier
data-policy obligation.
How to prepare
- Empirical papers: write a clear Data Statement (sources, access conditions, what is shared); deposit
shareable data and code in a general-purpose repository (Mendeley Data, Zenodo, ICPSR/openICPSR) and link
it. For restricted bank/supervisory data (Call Reports extracts under license, FR Y-14, DealScan),
state the access route and share the code plus any constructed, non-proprietary derivatives.
- Theory papers: lighter — share the code that generates numerical examples/figures so they are
reproducible (fixed seeds/parameters); a Data Statement can note that no empirical data underlie the
results.
Restricted banking data: the disclosure ladder
| Data tier |
Typical examples |
What you can realistically share |
| Public |
Call Reports, HMDA, FDIC Summary of Deposits |
Full data plus code — deposit everything |
| Commercial license |
DealScan, Orbis/Bankscope, branch-rate databases |
Code, construction steps, and access instructions; never raw data |
| Supervisory / central-bank |
Credit registers, FR Y-14, examination data |
Code, variable definitions, the application route, and cleared aggregates |
For the supervisory tier, the Data Statement should name the granting institution and the access route so
a referee believes replication is possible in principle — credibility matters disproportionately at a
venue where the best identification lives inside restricted registers. Repository specifics and any
evolving Elsevier requirements: confirm against the journal's current author guidelines.
Worked Data Statement skeleton (credit-register paper, illustrative)
Data statement: Loan-level records are from the [country] credit register,
accessed on-site under agreement [ref]; they cannot leave the central bank.
We deposit: (i) all construction and estimation code; (ii) variable
definitions and sample filters; (iii) bank-level aggregates cleared for
release; (iv) instructions for applying for register access. Public inputs
(Call Reports, HMDA) are included in the repository. Datasets are cited
with [dataset] tags in the reference list.
Friction points editors and referees raise
- "Data available on request" with no named route reads as evasion — name the institution and process.
- Code that hard-codes paths inside the central-bank enclave — ship a config file and a README mapping
enclave paths to placeholders.
- Cleared aggregates that cannot reproduce a single exhibit — clear at least the headline table's inputs.
- A theory paper claiming "no data" while its calibrated figures depend on undisclosed parameter files —
the numerical-example code and parameter values are the reproducibility object at JFI.
Anti-patterns
- Treating Option C as optional or replacing it with "data available on request"
- Asserting a mandatory JFI-specific archive that the Guide does not name
- A Data Statement that hides restricted-data access conditions
- Citing datasets in prose without the
[dataset] reference tag
- Depositing data but never linking it in Editorial Manager
Output format
【Data Statement】drafted, access conditions stated? [Y/N]
【Deposit / explain】repository chosen and linked in EM, or restriction explained? [Y/N]
【[dataset] tags】data cited in references? [Y/N]
【Restricted data】access route + shareable code noted? [Y/N]
【Note】Option C applies; no JFI-specific archive is named
【Next skill】jfi-review-process
Source: brycewang-stanford/Awesome-Journal-Skills → Journal-of-Financial-Intermediation-Skills/skills/jfi-replication-and-data-policy/SKILL.md
1---2name: jfi-replication-and-data-policy3description: Use when preparing the research-data materials a Journal of Financial Intermediation (JFI) submission expects under Elsevier Option C — deposited, cited, and linked research data where possible; an explanation where sharing is impossible; a Data Statement; [dataset]-tagged references; and a credible access route for restricted supervisory or credit-register data. It prepares the package; it does not deposit for you.4---567# Replication & Data Policy (jfi-replication-and-data-policy)89## When to trigger1011- Preparing data/code materials before submitting or at acceptance12- Writing the Data Statement or handling restricted/proprietary banking data1314## What JFI actually requires (verified 2026-06-20; re-confirm on the official page)1516JFI follows Elsevier **Option C** for research data. Research data here includes **software, code, models,17algorithms, protocols, and methods** — not just datasets. Authors are required to:1819- **Deposit research data in a relevant repository and cite/link it**, or explain why data cannot be20 shared.21- Provide a **Data Statement** on data availability when relevant; it is supported in the submission flow22 and published with the article.23- Cite datasets in the text and reference list using the **`[dataset]` tag**.2425Crucially, JFI has **no journal-specific mandatory replication-code archive** — there is no equivalent of26the Journal of Applied Econometrics Data Archive or the American Economic Review replication mandate. Do27not invent a JFI-only archive requirement, but do treat deposit/cite/link-or-explain as the live Elsevier28data-policy obligation.2930## How to prepare3132- **Empirical papers:** write a clear Data Statement (sources, access conditions, what is shared); deposit33 shareable data and code in a general-purpose repository (Mendeley Data, Zenodo, ICPSR/openICPSR) and link34 it. For **restricted bank/supervisory data** (Call Reports extracts under license, FR Y-14, DealScan),35 state the access route and share the code plus any constructed, non-proprietary derivatives.36- **Theory papers:** lighter — share the **code that generates numerical examples/figures** so they are37 reproducible (fixed seeds/parameters); a Data Statement can note that no empirical data underlie the38 results.3940## Restricted banking data: the disclosure ladder4142| Data tier | Typical examples | What you can realistically share |43|---|---|---|44| Public | Call Reports, HMDA, FDIC Summary of Deposits | Full data plus code — deposit everything |45| Commercial license | DealScan, Orbis/Bankscope, branch-rate databases | Code, construction steps, and access instructions; never raw data |46| Supervisory / central-bank | Credit registers, FR Y-14, examination data | Code, variable definitions, the application route, and cleared aggregates |4748For the supervisory tier, the Data Statement should name the granting institution and the access route so49a referee believes replication is possible **in principle** — credibility matters disproportionately at a50venue where the best identification lives inside restricted registers. Repository specifics and any51evolving Elsevier requirements: confirm against the journal's current author guidelines.5253## Worked Data Statement skeleton (credit-register paper, illustrative)5455```56Data statement: Loan-level records are from the [country] credit register,57accessed on-site under agreement [ref]; they cannot leave the central bank.58We deposit: (i) all construction and estimation code; (ii) variable59definitions and sample filters; (iii) bank-level aggregates cleared for60release; (iv) instructions for applying for register access. Public inputs61(Call Reports, HMDA) are included in the repository. Datasets are cited62with [dataset] tags in the reference list.63```6465## Friction points editors and referees raise6667- "Data available on request" with no named route reads as evasion — name the institution and process.68- Code that hard-codes paths inside the central-bank enclave — ship a config file and a README mapping69 enclave paths to placeholders.70- Cleared aggregates that cannot reproduce a single exhibit — clear at least the headline table's inputs.71- A theory paper claiming "no data" while its calibrated figures depend on undisclosed parameter files —72 the numerical-example code and parameter values are the reproducibility object at JFI.7374## Anti-patterns7576- Treating Option C as optional or replacing it with "data available on request"77- Asserting a mandatory JFI-specific archive that the Guide does not name78- A Data Statement that hides restricted-data access conditions79- Citing datasets in prose without the `[dataset]` reference tag80- Depositing data but never linking it in Editorial Manager8182## Output format8384```85【Data Statement】drafted, access conditions stated? [Y/N]86【Deposit / explain】repository chosen and linked in EM, or restriction explained? [Y/N]87【[dataset] tags】data cited in references? [Y/N]88【Restricted data】access route + shareable code noted? [Y/N]89【Note】Option C applies; no JFI-specific archive is named90【Next skill】jfi-review-process91```9293---9495**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `Journal-of-Financial-Intermediation-Skills/skills/jfi-replication-and-data-policy/SKILL.md`