技能 产品商业 数学金融论文可复现性与数据政策

数学金融论文可复现性与数据政策

v20260724
mathfin-replication-and-data-policy
本指南详细阐述了数学金融论文所需的严格可复现性和数据可获得性政策。它为作者提供了“无数据”、“仅代码”和“公开数据”三种情况下的数据声明模板,并详细介绍了确保所有数值展示具备高可信度复现性的检查清单、参数管理和证据来源记录(provenance ledger)。
获取技能
123 次下载
概览

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

When to trigger

  • The manuscript needs a Data Availability Statement
  • Numerical experiments, simulations, or code accompany the theory
  • The paper uses no data and you need the correct statement

Policy stance

Wiley policy expects all research- and synthesis-based articles to include a Data Availability Statement. For this journal, that often means using Wiley's theory/no-new-data template. There is no journal-specific mandatory replication archive comparable to empirical economics/finance data archives, but code for numerical illustrations should be reproducible when included.

Statement templates

No data

Data availability statement: Data sharing is not applicable to this article as
no datasets were generated or analysed during the current study.

Numerical code only

Data availability statement: The numerical code used to generate the illustrative
figures/tables is available at [repository/DOI]. No proprietary empirical data
were used.

Public data, if unusually used

Data availability statement: The data are publicly available from [source] at
[URL]. The code used for the numerical analysis is available at [repository/DOI].

Reproducibility checklist

  • Set and report random seeds.
  • Record software, package, compiler, and LaTeX versions when relevant.
  • Include scripts that regenerate each numerical exhibit.
  • Make parameter values and discretization choices visible.
  • Cite archived code with a DOI when feasible.

Numerical-experiment package

For a theory paper with figures or numerical tables, package the computation like a proof appendix:

  • one entry script that recreates every numerical exhibit;
  • a parameter file listing model primitives, grids, tolerances, time steps, and truncation rules;
  • output files whose names match manuscript labels;
  • a short note explaining expected runtime and any stochastic variation;
  • a minimal smoke test with smaller grids so a referee can verify the pipeline quickly.

If no data or code exist, say that explicitly and keep the Data Availability Statement minimal. If code exists but is not archived, explain why; otherwise the numerical illustration looks less rigorous than the theorem it supports.

Exhibit provenance ledger

Keep one ledger row per numerical exhibit and include it in the code archive README:

exhibit: Figure 2 (error decay)
supports: Theorem 4.1 (strong rate 1/2)
script: scripts/fig2_euler_rate.py
seed: 20240117      paths: 10^6      steps: 2^4 ... 2^12
runtime: ~6 min (single core)
expected output: fig2.pdf, slope estimate within ±0.03 of 0.5

A referee who can re-run one script and watch the proven rate emerge trusts the rest of the paper more; a figure with no provenance invites a "please document the experiments" major comment.

Boundaries of this venue's policy

  • This is a proofs journal: there is no counterpart to the mandatory data-and-code archives of empirical finance journals, and nothing here should be padded into one.
  • The mathematical core replicates itself — a complete, self-contained proof is the "replication package" for the theorems; other skills in this pack own that obligation.
  • Wiley-level details (data-availability wording, licensing of supplementary code, any badge schemes) change over time; confirm against the journal's current author guidelines before final upload rather than relying on cached text.
  • If illustrative code touches third-party market data only to choose realistic parameter values (volatilities, mean-reversion speeds), cite the source and state that no result depends on the data — keeping the paper's status as theory unambiguous.

Minimal-footprint rule

Archive exactly what regenerates the exhibits and nothing speculative. A sprawling repository with half-finished calibration notebooks signals an empirical ambition the journal screens out, and hands referees objections unrelated to the theorems. One entry script, one parameter file, deterministic seeds, matching output names — then stop.

Output format

[Data status] no data / numerical code / public data / other
[Statement] ...
[Code archive] ...
[Missing reproducibility details] ...
[Next step] mathfin-submission
信息
Category 产品商业
Name mathfin-replication-and-data-policy
版本 v20260724
大小 4.59KB
更新时间 2026-07-28
语言