Function ManageFeeContract

Calculates the manage fee for a contract

ManageFeeContract([CONTRACT_CODE],[TYPE],[ADD_VAT_AMOUNT],[FORCE_ASKING_PRICE])

Parameters

#TypePassingDefaultNameDescription/Comments
1stringrequiredn/aCONTRACT_CODEThe contract code
2integeroptional3TYPESee "DisplayManageFee" function for possible values
3booleanoptionalfalseADD_VAT_AMOUNTWhether or not to include the VAT amount
4booleanoptionalfalseFORCE_ASKINGWhether or not to force using the asking price

Returns

The manage fee amount


Examples

Calculates the manage fee for a contract

{{ManageFeeContract(ALIAS.CONCODE)}}