Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. Array (
  2. [0] => Array (
  3. [rateType] => Fixed
  4. [interestRateMin] => 12.0
  5. [financingPercentageMax] => 80
  6. [interestRateMax] => 12.0
  7. [financingPercentageMin] => 60
  8. [bankName] => Muthoot Finance
  9. [repaymentTenureInYears] => 0.25 [age] => 32
  10. [maxLoanAmt] => 10000000
  11. )
  12. [1] => Array (
  13. [rateType] => Fixed
  14. [interestRateMin] => 12.0
  15. [financingPercentageMax] => 93
  16. [interestRateMax] => 24.0
  17. [financingPercentageMin] => 88
  18. [bankName] => Manappuram Finance
  19. [repaymentTenureInYears] => 1
  20. [maxLoanAmt] => 10000000
  21. )
  22. [2] => Array (
  23. [rateType] => Floating
  24. [interestRateMin] => 13.75
  25. [financingPercentageMax] => 80
  26. [interestRateMax] => 13.75
  27. [financingPercentageMin] => 80
  28. [bankName] => South Indian Bank- Gold Power
  29. [repaymentTenureInYears] => 1 [age] => 32
  30. [maxLoanAmt] => 10000000
  31. )
  32. [3] => Array (
  33. [rateType] => Floating
  34. [interestRateMin] => 14.0
  35. [financingPercentageMax] => 90
  36. [interestRateMax] => 14.0
  37. [financingPercentageMin] => 90
  38. [bankName] => HDFC Bank - Gold Loan
  39. [repaymentTenureInYears] => 1
  40. [maxLoanAmt] => 10000000
  41. )
  42. [4] => Array (
  43. [rateType] => Floating
  44. [interestRateMin] => 14.0
  45. [financingPercentageMax] => 80
  46. [interestRateMax] => 14.0
  47. [financingPercentageMin] => 80
  48. [bankName] => South Indian Bank- Gold rush
  49. [repaymentTenureInYears] => 1
  50. [maxLoanAmt] => 10000000
  51. )
  52. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement