pub fn calculate_veteran_advisors_incentives(
    veteran_rankings: &[VeteranRankingRow],
    total_rewards: Rewards,
    rewards_thresholds: EligibilityThresholds,
    reputation_thresholds: EligibilityThresholds,
    rewards_mod_args: Vec<(Decimal, Decimal)>,
    reputation_mod_args: Vec<(Decimal, Decimal)>
) -> HashMap<VeteranAdvisorId, VeteranAdvisorIncentive>