Function ManageFeeContract
Calculates the manage fee for a contract
ManageFeeContract([CONTRACT_CODE],[TYPE],[ADD_VAT_AMOUNT],[FORCE_ASKING_PRICE])Parameters
| # | Type | Passing | Default | Name | Description/Comments |
|---|---|---|---|---|---|
| 1 | string | required | n/a | CONTRACT_CODE | The contract code |
| 2 | integer | optional | 3 | TYPE | See "DisplayManageFee" function for possible values |
| 3 | boolean | optional | false | ADD_VAT_AMOUNT | Whether or not to include the VAT amount |
| 4 | boolean | optional | false | FORCE_ASKING | Whether or not to force using the asking price |
Returns
The manage fee amount
Examples
Calculates the manage fee for a contract
{{ManageFeeContract(ALIAS.CONCODE)}}
