Net Engine
Net Engine calculates a gross price of a product based on a specific "pocket price" and discounts. The pocket price is always looked up using the Lookup Engine, so what this engine does is basically reverting any discounts that were applied to it.
Input Parameters
Input | Type | Description |
---|---|---|
SKU | String | SKU of the calculated product. |
Target Date | Date | Date used for the ValidFrom/ValidTo filtering. |
Discounts | List | Discounts that you want to “reverse”. |
Additional Filter Values | List | Used to pass values that will be used as additional filters. |
Additional Engine Configuration
This engine needs an additional simple configuration Price Parameter where all Configuration Options are present as keys.
Configuration Option | Expected value | Description |
---|---|---|
Source Type | Allowed values:
| Defines where the data is kept. |
Source Table | ExampleTableName | Name of the data table. |
Source Field | ExampleSourceField | Name of the column that contains the price within the table. |
Valid From Field | ExampleFromColumn | Name of the Date type field. |
Valid To Field | ExampleToColumn | Name of the Date type field. |
Additional Filter Field | ExampleAdditionalFilterColumn | Name of the additional filter column. It can be any string that matches some data passed in the Additional Filter Values list. |
Default Strategy Calculation Parameters
SKU,TARGET_DATE,DISCOUNTS,DEPENDENCY_INFORMATION_VALUES