I\'ve just had an argument with someone I work with and it\'s really bugging me. If you have a class which just has methods like calculateRisk or/and calc
calculateRisk
calc
if the methods need information in a Trade instance to do their work, then why aren't these methods non-static members of the Trade class?