Introduction:
Calculates the Swiss approach fee with the following formula: UnitPrice * (MTOW * MtowFactor) ^ PonderationPower
- The UnitPrice and MTOW are given from the orderline and order.
- It is very similar to the MTOW exponential calculator, only the Configuration string UseFormulaAboveMtow is extra.
Configuration:
MtowFactor(Default: 1)
This is the factor for which the MTOW is multiplied with before applying the ponderation power.
To use it like (MTOW/50) use an MtowFactor of 1/50=0.02.
PonderationPower(Default: 0.65)
The ponderation power used in the formula.
UseFormulaAboveMtow(Default: 5000)
The threshold for which the formula will return a result, otherwise it will return the unitprice.
Comments
0 comments
Please sign in to leave a comment.