...
Example | Description |
---|---|
max(0.003%, 0.003) | Result will be the highest of : (0.003 * trade value) or (0.003 * quantity) |
min(0.003%, 0.003, 3 [3]) | Result will be the lowest of : (0.003 * trade value) or (0.003 * quantity) or 3 |
...
...
Example | Description |
---|---|
max(0.003%, 0.003) | Result will be the highest of : (0.003 * trade value) or (0.003 * quantity) |
min(0.003%, 0.003, 3 [3]) | Result will be the lowest of : (0.003 * trade value) or (0.003 * quantity) or 3 |
...