Skip to main content

Module economics

Module economics 

Source
Expand description

Financial economics kernels.

This module is intentionally a short re-export barrel. Keep concrete functionality in purpose-defined submodules so finance/economics does not collapse back into one oversized file.

Re-exports§

pub use input_output::propagate_supply_shock;
pub use input_output::MAX_SECTORS;
pub use macro_flows::simulate_macroeconomic_flow;
pub use node_pricing::calculate_bandwidth_liability;
pub use node_pricing::get_current_system_context;
pub use node_pricing::SystemContext;
pub use resilience::resilience_resource_pricing;
pub use stochastic::run_monte_carlo_var;
pub use stochastic::run_monte_carlo_var_seeded_into;
pub use stochastic::simulate_gbm_path;
pub use stochastic::simulate_gbm_path_seeded;
pub use stochastic::simulate_gbm_steps_into;
pub use stochastic::StochasticError;
pub use stochastic::DEFAULT_MONTE_CARLO_SEED;

Modules§

input_output
Input-output and supply-shock propagation.
macro_flows
Macroeconomic flow models.
node_pricing
Node-local economic pricing helpers.
resilience
Resilience economics kernels.
stochastic
Stochastic finance/economics kernels.