Skip to content

Commit

Permalink
Update PMR (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
benscobie authored Dec 1, 2023
1 parent e786702 commit dbcda28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public class PrevailingMarketRateCap : IPrevailingMarketRateCap
{
public decimal Get()
{
return 0.073m;
return 0.075m;
}
}

0 comments on commit dbcda28

Please sign in to comment.