Skip to content

Commit

Permalink
Remove redundant interest_rate field from Form460ScheduleH2ItemBaseOld
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonje committed Dec 2, 2016
1 parent 3f4ffed commit f29f2a4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions calaccess_processed/models/campaign/filings/form460.py
Original file line number Diff line number Diff line change
Expand Up @@ -1909,14 +1909,6 @@ class Form460ScheduleH2ItemBaseOld(CampaignLoanMadeItemBase):
null=True,
help_text="Date the loan was orginally made (from LOAN_CD.LOAN_DATE1)"
)
interest_rate = models.CharField(
verbose_name='interest rate',
max_length=30,
blank=True,
help_text='Interest rate of the loan. This is sometimes expressed as a '
'decimal (e.g., 0.10) and other times as a percent (e.g., '
'10.0% (from LOAN_CD.LOAN_RATE)'
)
REPAYMENT_TYPE_CHOICES = (
('H2F', 'Forgiven'),
('H2R', 'Repay'),
Expand Down

0 comments on commit f29f2a4

Please sign in to comment.