# n:lead Scheduling Bridge > BRP scheduling bridge for German balancing groups ## Docs - [Delivery Days](https://docs.energy.nlead.ch/api-reference/delivery-days.md) - [Events](https://docs.energy.nlead.ch/api-reference/events.md) - [Events Stream](https://docs.energy.nlead.ch/api-reference/events-stream.md): Live tail of the event log as Server-Sent Events. - [Get Config](https://docs.energy.nlead.ch/api-reference/get-config.md) - [Get Market Location](https://docs.energy.nlead.ch/api-reference/get-market-location.md): The stored master-data history (time slices) of one market location — for checking which data was valid when, and why a day was skipped. - [Health](https://docs.energy.nlead.ch/api-reference/health.md) - [API Introduction](https://docs.energy.nlead.ch/api-reference/introduction.md): Base URL, authentication and error semantics - [Post Aggregate](https://docs.energy.nlead.ch/api-reference/post-aggregate.md): Compute net and open positions from the ingested forecast. - [Post Forecast](https://docs.energy.nlead.ch/api-reference/post-forecast.md): Submit the portfolio forecast for one delivery day. - [Post Generate Forecast](https://docs.energy.nlead.ch/api-reference/post-generate-forecast.md): Generate the consumption forecast for a delivery day from the mirrored master/metered/profile data and persist it as forecast input. - [Post Metered Data](https://docs.energy.nlead.ch/api-reference/post-metered-data.md): Mirror of quarter-hourly metered data (MSCONS content). - [Post Orchestrate](https://docs.energy.nlead.ch/api-reference/post-orchestrate.md): Called regularly: run the process steps for every delivery day whose input changed since the last run. Idempotent when nothing changed. - [Post Profiles](https://docs.energy.nlead.ch/api-reference/post-profiles.md): Mirror of the DSO's/MGA's rolled-out day profiles. - [Post Publish](https://docs.energy.nlead.ch/api-reference/post-publish.md): Write the open-position CSV to the trader's sFTP drop directory. - [Post Submit Schedules](https://docs.energy.nlead.ch/api-reference/post-submit-schedules.md): Build the balancing-group schedules and submit them to Engrate. - [Put Config](https://docs.energy.nlead.ch/api-reference/put-config.md) - [Put Master Data](https://docs.energy.nlead.ch/api-reference/put-master-data.md): Mirror of the market locations' master data (GPKE/UTILMD content). - [Start](https://docs.energy.nlead.ch/api-reference/start.md) - [Status](https://docs.energy.nlead.ch/api-reference/status.md) - [Stop](https://docs.energy.nlead.ch/api-reference/stop.md) - [Core Algorithm](https://docs.energy.nlead.ch/concepts/algorithm.md): From forecast to balanced schedules, deterministically - [German Market Domain Model](https://docs.energy.nlead.ch/concepts/domain-model.md): Control areas, balancing groups, schedules, quarter-hours and the home area - [Data Delivery](https://docs.energy.nlead.ch/data-delivery.md): What to send: a portfolio forecast, or the data to build one from - [n:lead Scheduling Bridge](https://docs.energy.nlead.ch/index.md): Deliver your portfolio data — n:lead handles the balancing groups - [Quickstart](https://docs.energy.nlead.ch/quickstart.md): Send your first portfolio forecast - [Architecture](https://docs.energy.nlead.ch/setup/architecture.md): Clean core, adapters at the edges, fakes for every port - [Assumptions & Confirmation Points](https://docs.energy.nlead.ch/setup/assumptions.md): What must be confirmed before go-live — deliberately not hard-coded - [Audit Trail & Process State](https://docs.energy.nlead.ch/setup/audit-trail.md): Every run of a delivery day is inspectable, re-runnable and drives change detection - [Azure Deployment](https://docs.energy.nlead.ch/setup/azure-deployment.md): One Bicep file: app, storage, registry, logs and the orchestrator timer - [Configuration](https://docs.energy.nlead.ch/setup/configuration.md): All environment variables the service reads - [Operator Console](https://docs.energy.nlead.ch/setup/console.md): Live events, runtime configuration and start/stop — served by the service itself - [Forecast Generation](https://docs.energy.nlead.ch/setup/forecast-generation.md): When the supplier has only master data and metered data, the bridge builds the consumption forecast itself - [Implementer Guide](https://docs.energy.nlead.ch/setup/introduction.md): Everything needed to deploy, configure and operate the bridge — not customer-facing - [The Day-Ahead Pipeline](https://docs.energy.nlead.ch/setup/pipeline.md): External ingest, internal process steps, and the change-driven orchestrator ## OpenAPI Specs - [openapi](https://docs.energy.nlead.ch/api-reference/openapi.json) - [internal-openapi](https://docs.energy.nlead.ch/setup/internal-openapi.json)