rps Table: Historical Lease
Sybase DBMS

Specifies the columns and rows with Sybase data type information for the rps Historical Lease table.

Parent-Child: This table has one or more child tables--click here for a listing.

rps Columns

DescriptionColumn NameData Type ?Characteristics ?
Leaselse_scharlength 10
Record modification stamptimestamptimestamp
Portfoliopor_scharlength 2
Companycom_scharlength 2
Regionreg_scharlength 2
Officeoff_scharlength 3
Lessee numberles_scharlength 9
Vendordlr_scharlength 9
Equipment acquisition dated_acq_sdatetimeformat YYYYMMDD
Lease dated_lsd_sdatetimeformat YYYYMMDD
Equipment activity status dated_act_sdatetimeformat YYYYMMDD
Maturity dated_mat_sdatetimeformat YYYYMMDD
Effective dated_eff_sdatetimeformat YYYYMMDD
Date of payoff/terminationd_pay_sdatetimeformat YYYYMMDD
Time of payoff/terminationt_pay_scharlength 6
Activity statusact_scharlength 4
Lease ratingrat_scharlength 4
Payoff sourcep_src_scharlength 4
Payoff methodmeth_scharlength 4
Transaction codetrn_scharlength 4
Asset manufacturer codemnf_scharlength 4
Asset model codemdl_scharlength 4
Asset model yearmodel_yr_scharlength 2
New/used (N/U)new_ccharlength 1
Payoff type - payoff/termination (P/T)ptyp_ccharlength 1
Lease descriptiondesc_scharlength 36
Operator initialsopr_scharlength 3
Number of payments accruedpmt_linteger
Lease termtrm_linteger
Payoff amount duepay_due_ddoublescale 2
Proceeds of salepro_sale_ddoublescale 2
Gain/Loss on terminationgnls_ddoublescale 2
Allowance for bad debtallow_ddoublescale 2
Original acquisition costorg_ddoublescale 2
Residual amountres_ddoublescale 2
Net receipts L-T-D (actual)rec_ltd_ddoublescale 2
Net receipts Y-T-Drec_ytd_ddoublescale 2
Other income L-T-Doth_ltd_ddoublescale 2
Other income Y-T-Doth_ytd_ddoublescale 2
Payoff taxable amounttax_amt_ddoublescale 2
Number of times delinquent [1]del1_linteger
Number of times delinquent [2]del2_linteger
Number of times delinquent [3]del3_linteger
Number of times delinquent [4]del4_linteger
Number of times delinquent [5]del5_linteger
Number of times delinquent [6]del6_linteger
Number of times delinquent [7]del7_linteger
Excess mileagemileage_ddoublescale 2
Wear & tearwear_ddoublescale 2
FMV quotefmv_ddoublescale 2
Security depositsec_ddoublescale 2
Reversed paymentsrev_pmt_ddoublescale 2
Base payoff amountbase_ddoublescale 2
Payments outstandingpmt_outs_ddoublescale 2
Assessments outstandingasm_outs_ddoublescale 2
Additional chargesadd_ddoublescale 2
Fee/penaltyfee_ddoublescale 2
ITC recaptureditc_ddoublescale 2
Credit life insurance 1 rebatecr_lif1_re_ddoublescale 2
Credit life insurance 2 rebatecr_lif2_re_ddoublescale 2
Credit disability insurance 1 rebatecr_dis1_re_ddoublescale 2
Credit disability insurance 2 rebatecr_dis2_re_ddoublescale 2
Total quotequote_ddoublescale 2
Total receivedtot_rcv_ddoublescale 2
Payoff amountpayoff_ddoublescale 2
Refund check amountrefund_ddoublescale 2
Debt principle balance amountdebt_prn_bal_ddoublescale 2
Debt additional interest amountdebt_add_int_ddoublescale 2
Debt penalty fee amountdebt_pen_ddoublescale 2
Tax gain/loss amounttax_gnls_ddoublescale 2
Staged equity account payable clearing amountstg_eqty_ap_clr_ddoublescale 2
Broker fee account payable clearing amountbrk_fee_ap_clr_ddoublescale 2
Payoff source namepayo_src_name_scharlength 36
Principal write down (Y/N)prn_write_down_ccharlength 1
Metro2 file format codemetro2_scharlength 4
Date of first delinquencyd_first_delq_sdatetimeformat YYYYMMDD
Invoice format codeinvo_format_scharlength 4
Security deposit disbursal status (P/U/N)
P - processed
U - unprocessed
N - n/a
sec_status_ccharlength 1
Security deposit refund amountsec_refund_ddoublescale 2
Non commission amountnon_comm_ddoublescale 2

rps Indexes

Index NamePiece 1Piece 2Piece 3Piece 4Piece 5
rps_idx0lse_s
rps_idx1por_scom_sreg_soff_slse_s
rps_idx2les_slse_s
rps_idx3dlr_slse_s

Child Table Listing

Table NameDescription
rpspHistorical Lease Payment Schedule

Data Type Definitions and Characteristics

Following are descriptions of the Sybase data types used in the LeasePak database. Note that LeasePak does not use all the Sybase data types.

char
Sybase fixed length character string. Typically used to store short and medium-length string data such as keys, names, addresses, descriptions, four-character codes, and single-character switch values.
Characteristics:
  • length - The maximum number of ASCII or ISO-8859-1 characters the string can contain.

datetime
Sybase date and time, containing century, year, month, day, hour, minute, second, and second fraction (to 1/300 second) information.
Characteristics:
  • format - The date format for the LeasePak database. For example, format YYYYMMDD is the 4-digit year number followed by the 2-digit month number followed by the 2-digit day number with no intervening punctuation.

double
Sybase numeric data type. Typically used to store percentage, rate, and dollar amount information.
Characteristics:
  • precision - The magnitude and fractional granularity together, meaning the maximum number of places available to both the left and right of the decimal point. Use precision minus scale to determine the maximum number of places available to the left of the decimal point.
  • scale - The fractional granularity, meaning the number of places available to the right of the decimal point.

integer
Sybase numeric data type. Typically used to store counter and whole number information--term length, payment due day, number of units on lease, number of times delinquent, etc.

timestamp
Sybase data type based on the varbinary data type storing raw binary data. Whenever a table includes a timestamp column, Sybase updates the information in timestamp each time a user inserts or updates a record, preventing multiple-user cross-update data corruption.

text
Sybase expandable character data type. Typically used to store long-length string data such as notebook entries.