Skip to content

Commit

Permalink
Update PMR (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
benscobie authored Aug 1, 2024
1 parent 1efed78 commit 40c6fa0
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.079m;
return 0.08m;
}
}

0 comments on commit 40c6fa0

Please sign in to comment.