leaf_engine.adapt.exports.ops_plan_template =========================================== .. py:module:: leaf_engine.adapt.exports.ops_plan_template Functions --------- .. autoapisummary:: leaf_engine.adapt.exports.ops_plan_template.export_lane_level_ops_plan_template leaf_engine.adapt.exports.ops_plan_template.export_ops_plan_template Module Contents --------------- .. py:function:: export_lane_level_ops_plan_template(adapt_cxt: leaf_engine.adapt.context.adapt_contexts.AdaptDataContext, action_cxt: leaf_engine.adapt.context.adapt_contexts.AdaptActionContext, rate_cxt: leaf_engine.adapt.context.adapt_contexts.AdaptSyntheticRateContext, equipment_class: str, env: str, path: str) This function generates, formats, and exports the data that serves as the initial Ops Plans for a particular shipper. An Ops Plan is Leaf's way of recording how we expect to manage a Shipper's freight in a standardized way so that they can be accessed by our teams. The Ops Plan includes information about the volume on the lane, ways that we plan to contract the lane with LSPs, the expected pricing for those contracts, and the expected time Leaf needs to put in place those contracts. NB: Ops Plans are created/stored for any unique combination of Shipper, Lane, and Equipment Type, and are owned by CX Demand. :param adapt_cxt: adapt data context :param action_cxt: adapt actions context :param rate_cxt: synthetic rates context :param equipment_class: equipment class for which the ops plan has to be exported :param env: environment for export :param path: path to where the ops plan has to be exported .. py:function:: export_ops_plan_template(etl_cxt: leaf_engine.adapt.context.adapt_contexts.AdaptETLContext, adapt_cxt: leaf_engine.adapt.context.adapt_contexts.AdaptDataContext, oa_cxt: leaf_engine.adapt.context.adapt_contexts.AdaptOAContext, action_cxt: leaf_engine.adapt.context.adapt_contexts.AdaptActionContext, rate_cxt: leaf_engine.adapt.context.adapt_contexts.AdaptSyntheticRateContext, explorer_cxt: leaf_engine.adapt.context.adapt_contexts.AdaptExplorerContext, env: str, path: str) This function generates, formats, and exports the data that serves as the initial Ops Plans for a particular shipper. An Ops Plan is Leaf's way of recording how we expect to manage a Shipper's freight in a standardized way so that they can be accessed by our teams. The Ops Plan includes information about the volume on the lane, ways that we plan to contract the lane with LSPs, the expected pricing for those contracts, and the expected time Leaf needs to put in place those contracts. NB: Ops Plans are created/stored for any unique combination of Shipper, Lane, and Equipment Type, and are owned by CX Demand. :param etl_cxt: etl context :param adapt_cxt: adapt data context :param oa_cxt: opportunity assessment context :param action_cxt: adapt actions context :param rate_cxt: synthetic rates context :param explorer_cxt: explorer context :param env: environment for export :param path: path to where the ops plan has to be exported