toraniko-primitives

Crates.iotoraniko-primitives
lib.rstoraniko-primitives
version0.2.0
created_at2025-12-22 15:22:03.957896+00
updated_at2025-12-25 15:46:35.935635+00
descriptionCore type definitions for the toraniko factor model
homepagehttps://github.com/factordynamics/toraniko-rs
repositoryhttps://github.com/factordynamics/toraniko-rs
max_upload_size
id1999866
size36,059
refcell (refcell)

documentation

README

toraniko-primitives

Core type definitions for the toraniko factor model.

Types

  • Asset Types: AssetId, Symbol, Asset
  • Factor Types: FactorName, FactorReturns, FactorExposures
  • Return Types: AssetReturns, ResidualReturns
  • Score Types: AssetScores, SectorScores, StyleScores, FactorScores
  • Weight Types: MarketCapWeights, ExponentialWeights

Usage

use toraniko_primitives::{Symbol, FactorReturns, MarketCapWeights};
Commit count: 0

cargo fmt