37 #define INT_TYPE '\x001' 38 #define DBL_TYPE '\x002' 56 #define UNUSED_VAR '\x000' 57 #define USED_VAR '\x001' 58 #define ASSIGNED_TO '\x002' 87 var_store_ptr next_var;
97 typedef struct numeric *numeric_ptr;
144 unsigned num_periods;
145 sched_pmt_ptr payments;
148 double yr_end_balance;
149 double total_interest_pd;
151 amort_sched_yr_ptr next_yr;
187 double total_interest;
188 unsigned total_periods;
189 unsigned long yr_pmt;
190 double final_pmt_opt_1;
191 double final_pmt_opt_2;
192 double final_pmt_opt_3;
193 double final_pmt_opt_4;
194 double final_pmt_opt_5;
195 double final_pmt_opt_6;
207 unsigned long Eff_Date_jdn;
209 unsigned long Init_Date_jdn;
213 amort_sched_yr_ptr first_yr;
214 yearly_summary_ptr summary;