From ce846265e632c8c553a52b7fabdf3ce894fbc628 Mon Sep 17 00:00:00 2001 From: Esteban1313 Date: Thu, 22 Jan 2026 13:39:03 +0100 Subject: [PATCH] Add CITATION.cff for repository referencing Added a citation file to allow users to correctly reference this starter code in financial research or technical publications. --- CITATION.cff | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..f9f10446 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,8 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Kalshi" + given-names: "Developers" +title: "Kalshi Starter Code Python" +date-released: 2024-01-01 +url: "https://github.com/Kalshi/kalshi-starter-code-python"