Exemple #1
0
 public LoanProduct()
 {
     _productType = OProductTypes.Loan;
        roundingType = ORoundingType.Approximate;
        GracePeriodOfLateFees = 0;
     EntryFeesPercentage = true;
        _hasValue = true;
 }
Exemple #2
0
 public LoanProduct()
 {
     _productType = OProductTypes.Loan;
        roundingType = ORoundingType.Approximate;
        GracePeriodOfLateFees = 0;
        _hasValue = true;
        EntryFeeCycles = new List<int>();
 }
Exemple #3
0
 public LoanProduct()
 {
     _productType          = OProductTypes.Loan;
     roundingType          = ORoundingType.Approximate;
     GracePeriodOfLateFees = 0;
     _hasValue             = true;
     EntryFeeCycles        = new List <int>();
 }