Agent Skillsbrycewang-stanford/Awesome-Journal-Skills › jbf-replication-and-data-policy

jbf-replication-and-data-policy

GitHub

用于JBF投稿时准备数据可用性声明及复制包,指导处理CRSP等专有数据的合规归档、代码结构与审计记录。

Journal-of-Banking-and-Finance-Skills/skills/jbf-replication-and-data-policy/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

需要为Elsevier/JBF提交撰写数据可用性声明 论文使用CRSP、Compustat或手收集数据需构建合法复制包

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill jbf-replication-and-data-policy -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/Journal-of-Banking-and-Finance-Skills/skills/jbf-replication-and-data-policy -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@jbf-replication-and-data-policy

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill jbf-replication-and-data-policy -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "jbf-replication-and-data-policy",
    "description": "Use when preparing the required data statement, code archive, repository deposit\/link, and proprietary-data documentation for a Journal of Banking & Finance manuscript under Elsevier Option C research-data expectations."
}

Replication & Data Policy (jbf-replication-and-data-policy)

When to trigger

  • The paper uses CRSP, Compustat, BankFocus, Dealscan, TRACE, Call Reports, hand-collected data, or simulations
  • You need a data availability statement for Elsevier/JBF submission
  • You want a legal and useful replication package despite proprietary data

Policy stance

JBF follows Elsevier Option C research-data instructions. At submission, authors must state data availability. For shareable data, deposit the research data in a relevant repository and cite/link it in the article. If data cannot be shared, state why (for example, proprietary, sensitive, confidential, or licensing limits). JBF does not operate a dedicated journal-run replication archive, so the practical package should combine a repository deposit where rights allow, code, metadata, and a precise access route for restricted inputs.

Package structure

README.md
data_access/          # licensed-data instructions, not raw proprietary files
code/
  00_setup.*
  01_build_sample.*
  02_main_tables.*
  03_figures.*
  04_robustness.*
output/
  tables/
  figures/
requirements.*        # renv.lock / requirements.txt / Stata package list

Data availability statements

  • Public data: name source, URL, access date, and archive copy if permitted.
  • Proprietary data: identify vendor, product, access terms, and exact query or extraction instructions; do not redistribute restricted files.
  • Hand-collected data: share the dataset if rights allow, with coding rules.
  • No external data / simulation: state that no external data were used and provide simulation code and seeds.

Code expectations

  • One master script regenerates all tables and figures.
  • Random seeds and software versions are recorded.
  • Output files match manuscript numbering.
  • Confidential paths and author identity are removed before double-anonymized submission.

Proprietary-data audit

For licensed banking/finance sources, add a data_access/README.md that records:

  • vendor/product, query filters, identifiers, and date accessed;
  • variables needed to recreate the analysis;
  • any hand-cleaning or link-table rules;
  • whether a pseudo dataset can exercise the full code path;
  • who can legally access the raw data and under what license.

Source-by-source sharing matrix

Typical JBF source Redistribution What the package carries instead
US Call Reports / FDIC SDI public — share extracts pull scripts with vintage, date, and series mnemonics
Orbis Bank Focus / BankScope legacy licensed — do not share query filters, consolidation codes, variable list, access date
DealScan licensed — do not share extraction steps, facility/package level, link-table code
CRSP / Compustat (when used) licensed — do not share WRDS query description and merge keys
Hand-collected regulatory events usually shareable coding manual, per-event sources, inter-coder checks
Confidential supervisory data cannot leave the authority aggregate descriptives plus the access route for replicators

Worked statement draft (illustrative)

Data availability. Bank balance-sheet data come from US Call Reports (FFIEC,
public; pull scripts and vintages in /code/01). Loan-facility data are from
DealScan under license; we provide extraction filters and borrower link-table
code but not raw files. Hand-collected deregulation dates and coding rules are
deposited with the package. All tables and figures regenerate from run_all
with the licensed inputs in place; a synthetic sample exercises the full
pipeline without them.

Pre-submission package audit

  • run_all executes on a clean machine with only the licensed inputs mounted
  • every manuscript exhibit maps to exactly one output file, with matching numbering
  • the synthetic or masked sample passes every script end to end
  • vendor vintages and download dates recorded for Bank Focus, DealScan, and any WRDS pulls
  • no author-identifying paths or initials in code comments (double-anonymized review)
  • repository deposit linked and cited where rights allow, or non-sharing reason stated clearly

A package failing two or more boxes usually signals deeper pipeline debt; route back to jbf-data-analysis before drafting the statement.

Editor pushbacks on data

  • "The package cannot run without DealScan." → ship a synthetic or masked sample that exercises every script end to end.
  • "Which Bank Focus vintage?" → record vendor vintage and download date; bank coverage shifts across vintages.
  • "Confidential supervisory data make this unreviewable." → document the authority's access procedure and provide all code plus aggregate moments; the data statement must explain the access limits.

Output format

[Data status] public / proprietary / confidential / simulated / mixed
[Statement draft] ...
[Shareable files] ...
[Restricted files] ...
[Reproducibility gaps] ...
[Next step] jbf-submission

Version History

  • 1839142 Current 2026-07-05 13:27

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
d7125f7
Hash
4bcdf703
Indexed
2026-07-05 13:27

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-13 11:15
浙ICP备14020137号-1 $お客様$