Beispiel #1
0
 def __init__(self):
     dbh = get_db('lc_db')
     self.notes = dbh.notes
     self.loans = dbh.loans
     
     self.note_page_url = 'https://www.lendingclub.com/foliofn/loanPerf.action?loan_id=%s&order_id=%s&note_id=%s'
     self.login_str = 'Only Lending Club investors can sign up as trading members'
Beispiel #2
0
 def __init__(self):
     dbh = get_db('lc_db')
     self.notes = dbh.notes
     self.loans = dbh.loans
     
     self.loan_page_url = 'https://www.lendingclub.com/browse/loanDetail.action?loan_id=%s'
     self.loan_page_login_str = 'This information is only accessible once you register as an Investor'
     
     self.NO = NoteOrders()
Beispiel #3
0
 def __init__(self):
     self.notes = get_db('lc_db').notes
     self.NO = NoteOrders()