protected static double UnusedRiskFactor(Loan loan)
 {
     return(UnusedRiskFactors.ForRating(loan.GetRiskRating()));
 }