Review of Finance Replication And Data Policy
Use this before submission and after acceptance. Reopen the current RoF code-sharing and
data-availability policy before final packaging.
Package checklist
- Prepare replication programs with comments, software names, versions, package dependencies,
and execution order.
- Provide actual data when non-proprietary. If data are proprietary, prepare a pseudo-dataset
plus log files or other evidence required by current policy.
- Draft a Data Availability Statement and formatted dataset citations.
- Request any exception in the cover letter at initial submission when policy requires early
disclosure.
- Expect publication to wait until code is received when the policy applies.
- Package materials for OUP supplementary hosting rather than inventing a separate archive.
RoF replication packet
Build the packet around editorial risk:
README states execution order, software, package versions, expected runtime, and output locations.
data_manifest names every raw, intermediate, pseudo, and restricted dataset, with access status.
run_all recreates each table, figure, and appendix exhibit or clearly marks non-runnable restricted
steps.
logs prove that the submitted outputs were generated from the submitted programs.
DAS and dataset citations match the manuscript, cover letter, and supplementary files.
For proprietary data, the pseudo-dataset is not decoration. It should let the editor see variable names,
file structure, merge keys, and code flow, while logs or other evidence document the confidential run.
Request exceptions at the earliest required stage; late exceptions create publication risk.
OUP supplementary package blueprint
rof_replication/
README.md run order, software + versions, runtime, output map
data/raw/ non-proprietary inputs only, with dataset citations
data/pseudo/ simulated rows mirroring restricted files (schema-true)
code/01_build cleaning: return screens, merges, winsorizing
code/02_main every body table and figure, numbered as in the paper
code/03_appendix internet-appendix exhibits
logs/ full execution logs from the confidential run
output/ regenerated exhibits, traceable to the submitted PDF
Finance-data shipping reality
| Source |
Ships in the package? |
What ships instead |
| CRSP / Compustat (WRDS) |
No — licensed |
exact query, extraction date, variable list, pseudo-rows |
| Datastream / Refinitiv |
No |
request scripts, screen list incl. dead-stock handling, pseudo-data |
| Bankscope / Orbis (BvD) |
No; vintages also vanish |
vintage date, consolidation filters, ID list if the license allows |
| ECB SDW / Eurostat |
Usually yes |
series codes plus download date, or the snapshot itself |
| Hand-collected (filings, prospectuses) |
Yes — expected |
the dataset plus the collection protocol |
| Proprietary (exchange, supervisor, bank) |
No |
pseudo-dataset, logs, access procedure, exception named in the cover letter |
Confirm the current shipping rules for each source against the journal's current author
guidelines and your own license terms before promising anything in the DAS.
Vintage and version control
- BvD products overwrite history: pin the Orbis/Bankscope vintage in the README and store
per-table row counts so the editor's office can audit drift in any re-pull.
- WRDS tables are backfilled; record extraction dates next to every query.
- Pin software environments (Stata version plus ado dates, renv or requirements files);
the expectation behind RoF's policy is that the editorial side can execute the package,
not reverse-engineer it.
Pre-acceptance dry run
- Clone the package to a clean machine or container and run only what the README says —
no tribal knowledge allowed.
- Trace every number in the submitted PDF to a line in
output/; anything untraceable is
either a stale exhibit or a missing script.
- Run the pseudo-data through the full code path: identical merge keys, variable types,
and column order, so structure errors surface before the editor finds them.
- Reconcile four documents — manuscript DAS, cover letter, README, dataset citations
(Chicago style, matching the manuscript's reference format) — into one consistent story.
Worked exception case
Illustrative. A microstructure paper combines proprietary order-book data from a European
exchange with public Datastream prices. The packet ships: complete code; a pseudo
order-book with the true schema and fabricated quantities; logs from the confidential run;
Datastream request scripts; a cover-letter paragraph requesting the exception at initial
submission — the stage RoF requires — citing the exchange's redistribution restriction;
and a DAS routing readers to the exchange's access procedure. Publication then waits only
on packet verification, not a post-acceptance scramble. Verify the exact exception
mechanics against the journal's current author guidelines.
Output format
[Replication status] ready / needs fixes / exception needed
[Data status] public / proprietary / restricted / simulated
[Code status] complete / missing pieces / undocumented
[DAS] <draft or missing>
[Publication risk] <low/medium/high>
1---2name: rof-replication-and-data-policy3description: Use when preparing the Review of Finance (RoF) replication package — code, data, pseudo-datasets for proprietary sources such as Datastream or Bankscope, log files, the Data Availability Statement, dataset citations, cover-letter exception requests at initial submission, and OUP supplementary hosting, since the journal's code-sharing policy can hold publication until programs are received.4---56# Review of Finance Replication And Data Policy78Use this before submission and after acceptance. Reopen the current RoF code-sharing and9data-availability policy before final packaging.1011## Package checklist1213- Prepare replication programs with comments, software names, versions, package dependencies,14 and execution order.15- Provide actual data when non-proprietary. If data are proprietary, prepare a pseudo-dataset16 plus log files or other evidence required by current policy.17- Draft a Data Availability Statement and formatted dataset citations.18- Request any exception in the cover letter at initial submission when policy requires early19 disclosure.20- Expect publication to wait until code is received when the policy applies.21- Package materials for OUP supplementary hosting rather than inventing a separate archive.2223## RoF replication packet2425Build the packet around editorial risk:2627- `README` states execution order, software, package versions, expected runtime, and output locations.28- `data_manifest` names every raw, intermediate, pseudo, and restricted dataset, with access status.29- `run_all` recreates each table, figure, and appendix exhibit or clearly marks non-runnable restricted30 steps.31- `logs` prove that the submitted outputs were generated from the submitted programs.32- `DAS` and dataset citations match the manuscript, cover letter, and supplementary files.3334For proprietary data, the pseudo-dataset is not decoration. It should let the editor see variable names,35file structure, merge keys, and code flow, while logs or other evidence document the confidential run.36Request exceptions at the earliest required stage; late exceptions create publication risk.3738## OUP supplementary package blueprint3940```text41rof_replication/42 README.md run order, software + versions, runtime, output map43 data/raw/ non-proprietary inputs only, with dataset citations44 data/pseudo/ simulated rows mirroring restricted files (schema-true)45 code/01_build cleaning: return screens, merges, winsorizing46 code/02_main every body table and figure, numbered as in the paper47 code/03_appendix internet-appendix exhibits48 logs/ full execution logs from the confidential run49 output/ regenerated exhibits, traceable to the submitted PDF50```5152## Finance-data shipping reality5354| Source | Ships in the package? | What ships instead |55|---|---|---|56| CRSP / Compustat (WRDS) | No — licensed | exact query, extraction date, variable list, pseudo-rows |57| Datastream / Refinitiv | No | request scripts, screen list incl. dead-stock handling, pseudo-data |58| Bankscope / Orbis (BvD) | No; vintages also vanish | vintage date, consolidation filters, ID list if the license allows |59| ECB SDW / Eurostat | Usually yes | series codes plus download date, or the snapshot itself |60| Hand-collected (filings, prospectuses) | Yes — expected | the dataset plus the collection protocol |61| Proprietary (exchange, supervisor, bank) | No | pseudo-dataset, logs, access procedure, exception named in the cover letter |6263Confirm the current shipping rules for each source against the journal's current author64guidelines and your own license terms before promising anything in the DAS.6566## Vintage and version control6768- BvD products overwrite history: pin the Orbis/Bankscope vintage in the README and store69 per-table row counts so the editor's office can audit drift in any re-pull.70- WRDS tables are backfilled; record extraction dates next to every query.71- Pin software environments (Stata version plus ado dates, renv or requirements files);72 the expectation behind RoF's policy is that the editorial side can execute the package,73 not reverse-engineer it.7475## Pre-acceptance dry run7677- Clone the package to a clean machine or container and run only what the README says —78 no tribal knowledge allowed.79- Trace every number in the submitted PDF to a line in `output/`; anything untraceable is80 either a stale exhibit or a missing script.81- Run the pseudo-data through the full code path: identical merge keys, variable types,82 and column order, so structure errors surface before the editor finds them.83- Reconcile four documents — manuscript DAS, cover letter, README, dataset citations84 (Chicago style, matching the manuscript's reference format) — into one consistent story.8586## Worked exception case8788Illustrative. A microstructure paper combines proprietary order-book data from a European89exchange with public Datastream prices. The packet ships: complete code; a pseudo90order-book with the true schema and fabricated quantities; logs from the confidential run;91Datastream request scripts; a cover-letter paragraph requesting the exception at initial92submission — the stage RoF requires — citing the exchange's redistribution restriction;93and a DAS routing readers to the exchange's access procedure. Publication then waits only94on packet verification, not a post-acceptance scramble. Verify the exact exception95mechanics against the journal's current author guidelines.9697## Output format9899```text100[Replication status] ready / needs fixes / exception needed101[Data status] public / proprietary / restricted / simulated102[Code status] complete / missing pieces / undocumented103[DAS] <draft or missing>104[Publication risk] <low/medium/high>105```