sig_types
Core type definitions for the sigc quantitative finance DSL.
Overview
sig_types provides the foundational types used throughout the sigc ecosystem:
- AST types - Abstract syntax tree nodes for the sigc DSL
- IR types - Intermediate representation for compiled strategies
- Value types - Runtime value representations (Numeric, Date, Symbol, etc.)
- Error types - Structured error definitions
Usage
use ;
// Work with sigc types
let value = Numeric;
let dtype = Numeric;
Part of sigc
This crate is part of the sigc quantitative finance platform.
License
MIT License - see LICENSE for details.