.. _portfolio_data_pipeline: Portfolio Data Pipeline ======================= The **Portfolio Data Pipeline** provides a comprehensive service for orchestrating portfolio loading and processing operations. It handles the transformation from raw data to validated entities used by the backtest engine. What you'll find here: - :ref:`portfolio_configuration_service_ref` – Orchestration layer for loading and processing portfolios. - :ref:`portfolio_transformer_ref` – Utilities for format detection and table transpositions. - :ref:`portfolio_helpers_ref` – Pure utility functions for filtering and date range extraction. - :ref:`portfolio_date_utils_ref` – Shared date parsing logic across portfolio modules. .. toctree:: :maxdepth: 2 :hidden: portfolio_pipeline/configuration_service portfolio_pipeline/transformer portfolio_pipeline/helpers portfolio_pipeline/date_utils