MTM Calculation

HarshKothari
HarshKothari edited February 2021 in .Net API client
Dear @sujith
pnl = (sellValue - buyValue) + (netQuantity * lastPrice * multiplier);
What is the multiplier in the above formula?
Tagged:
  • sujith
    sujith edited February 2021
    You can know more here. For equity, it is usually 1 but I wouldn't recommend hardcoding it.
Sign In or Register to comment.