dbTalk Databases Forums  

Lease Calculations

comp.databases.filemaker comp.databases.filemaker


Discuss Lease Calculations in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
JC
 
Posts: n/a

Default Lease Calculations - 12-02-2005 , 03:23 PM






Does anyone know the formula for lease calculations, ie. automobile
lease for a certain amount of months, knowing the residual, term, and
rate factor?

Thanks
jc


Reply With Quote
  #2  
Old   
Helpful Harry
 
Posts: n/a

Default Re: Lease Calculations - 12-02-2005 , 04:10 PM






In article <1133558611.802313.18600 (AT) g49g2000cwa (DOT) googlegroups.com>, "JC"
<jc (AT) jclewis (DOT) biz> wrote:

Quote:
Does anyone know the formula for lease calculations, ie. automobile
lease for a certain amount of months, knowing the residual, term, and
rate factor?
I've never done any accounting, so don't know what that calculation is,
but check FileMaker's "Financial Calculations" section and you may find
the function is already built-in.

Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)


Reply With Quote
  #3  
Old   
Michael Paine
 
Posts: n/a

Default Re: Lease Calculations - 12-02-2005 , 05:22 PM



Yes - see HELP for "Financial functions"
Michael Paine

Helpful Harry wrote:

Quote:
In article <1133558611.802313.18600 (AT) g49g2000cwa (DOT) googlegroups.com>, "JC"
jc (AT) jclewis (DOT) biz> wrote:


Does anyone know the formula for lease calculations, ie. automobile
lease for a certain amount of months, knowing the residual, term, and
rate factor?


I've never done any accounting, so don't know what that calculation is,
but check FileMaker's "Financial Calculations" section and you may find
the function is already built-in.

Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)

Reply With Quote
  #4  
Old   
Michael Myett
 
Posts: n/a

Default Re: Lease Calculations - 12-02-2005 , 06:18 PM



JC wrote:
Quote:
Does anyone know the formula for lease calculations, ie. automobile
lease for a certain amount of months, knowing the residual, term, and
rate factor?

Thanks
jc

They vary slightly from manufacturer or bank. Which lending institution
would you are you trying to emulate? is it a true lease with acquisition
fees, etc...

or just a balloon loan? Which also varies from bank to bank.

By the way, it takes a series of calculations and choices. A good lease
calculator will have to handle many different senarios, for example,
there are upfront fees associated with most leases, which can be paid up
front or capitalized, there are often ways to waive acquisition fees or
security deposits by adding to the money factor or interest rate.
Sometimes the are simply waived as part of a loyalty program provided by
the manufacturer. There are other issues regarding sales and property
taxes, which are part of the monthly payment in leases, and of course
these vary from state to state.

If you can provide some additional details, I'm sure I can help.

Michael Myett



Reply With Quote
  #5  
Old   
42
 
Posts: n/a

Default Re: Lease Calculations - 12-02-2005 , 10:41 PM



In article <kv5kf.522$MM.388 (AT) fe16 (DOT) usenetserver.com>,
michael.myett (AT) adelphia (DOT) net says...
Quote:
JC wrote:
Does anyone know the formula for lease calculations, ie. automobile
lease for a certain amount of months, knowing the residual, term, and
rate factor?

Thanks
jc

They vary slightly from manufacturer or bank. Which lending institution
would you are you trying to emulate? is it a true lease with acquisition
fees, etc...

or just a balloon loan? Which also varies from bank to bank.

By the way, it takes a series of calculations and choices. A good lease
calculator will have to handle many different senarios, for example,
there are upfront fees associated with most leases, which can be paid up
front or capitalized, there are often ways to waive acquisition fees or
security deposits by adding to the money factor or interest rate.
Sometimes the are simply waived as part of a loyalty program provided by
the manufacturer. There are other issues regarding sales and property
taxes, which are part of the monthly payment in leases, and of course
these vary from state to state.

If you can provide some additional details, I'm sure I can help.

Michael Myett
Most the 'variation' you are discussing can be handled with basic
arithmetic, the only 'hard' stuff is unravelling the stuff involving
compound interest, which Filemaker has built in anyway, at least
rudimentarily.

I say rudimentarily, because the functions don't support several of the
more advanced options you'd find in say Microsoft Excel or
Openoffice.org Calc. (stuff like specifying if the payment is made at
the beginning or end of the period, or computing the payment of loan
with a non-zero principle at the end -- where you'll have some 'extra'
compound interest.

(But all these options can be implemented manually using the existing
functions to do the grunt work if you have an understanding of the
underlying math.)




Reply With Quote
  #6  
Old   
Bill Marriott
 
Posts: n/a

Default Re: Lease Calculations - 12-02-2005 , 10:43 PM



In other words, the article I posted the 27th to this poster's previous
question.


"Bill Marriott" <wjm (AT) wjm (DOT) org> wrote

Quote:
This is an article I wrote many moons ago that might be handy to keep
around...

Building Your Own Annuity (Financial) Functions

You may need to calculate a very specific kind of annuity (financial)
function, but the appropriate calculation is not a built-in function in
the
program you are using. Or, the function used by the program does not
include
enough arguments to specify all the options you want in the calculation.
(For example, all FileMaker Pro financial functions assume that
payments/debits are made at the end of a period, not at the beginning.)

All financial functions are based on one large, complex formula that can
be
re-arranged (using standard algebraic techniques) to obtain whatever value
you want. Let's look at a formula, and an example of how to derive a
function from it.

The Master Formula:

when rate *<> 0:
pv * (1 + rate)^nper + pmt * (1 + rate * type) * (((1 + rate)^nper - 1) /
rate) + fv = 0

when rate = 0:
pv + pmt * nper + fv = 0

in this formula,
pv = the present value of the investment
rate = the interest rate each period
nper = the number of periods
pmt = the payment amount each period
type = when payments are made.
(0 = end of the period, 1 = beginning of the period.)
fv = the future value of the investment

Note: Expenses (negative cash flow) are represented by negative numbers.
Income (positive cash flow) is represented by positive numbers. For
example,
pmt is usually a negative number.

So, suppose that you wanted to find out the payment required for an
investment when the payments are made at the beginning of a period (the
FileMaker Pro PMT function works only with payments made at the end of a
period.) Here is how you would derive the needed formula:

1. Realize that your end goal is to isolate the PMT variable on one side
of
the equals sign. You must be able to supply all other variables. Because
the
interest rate in this case is not zero, we'll use the first formula.

2. PMT is buried inside the formula in a way that does not let us simply
subtract it from both sides or divide both sides by it. So we have to move
step-by step to simplify the component of the equation that contains PMT.

a. Subtract FV from both sides.
pv * (1 + rate)^nper + pmt * (1 + rate * type) * (((1 + rate)^nper - 1) /
rate) = -fv

b. Subtract pv * (1 + rate)^nper from both sides.
pmt * (1 + rate * type) * (((1 + rate)^nper - 1) / rate) = -fv - pv * (1 +
rate)^nper

c. Divide both sides by (1 + rate * type) * (((1 + rate)^nper - 1) / rate)
pmt = (-fv - pv * (1 + rate)^nper) / ((1 + rate * type) * (((1 +
rate)^nper - 1) / rate))

You can now fill in the values for the variables you know (fv, pv, rate,
nper, and type) and FileMaker Pro will calculate the correct payment.

Note: Due to the complexity of the equation, the Rate variable cannot be
solved by itself with basic algebraic methods. Other programs that do
solve
for Rate do it through an iterative process (essentially guessing at a
probable number and continuing to guess until the number fits).

Bill

"George" <g.sova (AT) comcast (DOT) net> wrote in message
news:1133111447.388470.263180 (AT) g14g2000cwa (DOT) googlegroups.com...
Dear JC:

The payoff usually means the remaining balance of the original loan
amount.In that case you would use the formula PV(periodic payment,
interest rate per period, number of periods).

For this formula to work, certain conditions are necessary:

1. each periodic payment is the same;
2. the interest rate is unchanged for the entire period of time;
3. each period is of the same length (usually a month)

If all three above conditions are not met, than you have to prepare an
amortization schedule for all payments, reflecting in each payment made
the amount of payment, the length of the period (the number of days),
and the interest charged for the period. It becomes messy, but it would
be the only method to compute how much of principal was repaid for the
period.

George


JC wrote:
I have the following fields set up.

Amount_Financed, Apr, Term, Payment, Payments made

What would be the calculation to determine the payoff (doesn't have to
be to the penny)

Thanks
JC



"42" <nospam (AT) nospam (DOT) com> wrote

Quote:
In article <kv5kf.522$MM.388 (AT) fe16 (DOT) usenetserver.com>,
michael.myett (AT) adelphia (DOT) net says...
JC wrote:
Does anyone know the formula for lease calculations, ie. automobile
lease for a certain amount of months, knowing the residual, term, and
rate factor?

Thanks
jc

They vary slightly from manufacturer or bank. Which lending institution
would you are you trying to emulate? is it a true lease with acquisition
fees, etc...

or just a balloon loan? Which also varies from bank to bank.

By the way, it takes a series of calculations and choices. A good lease
calculator will have to handle many different senarios, for example,
there are upfront fees associated with most leases, which can be paid up
front or capitalized, there are often ways to waive acquisition fees or
security deposits by adding to the money factor or interest rate.
Sometimes the are simply waived as part of a loyalty program provided by
the manufacturer. There are other issues regarding sales and property
taxes, which are part of the monthly payment in leases, and of course
these vary from state to state.

If you can provide some additional details, I'm sure I can help.

Michael Myett

Most the 'variation' you are discussing can be handled with basic
arithmetic, the only 'hard' stuff is unravelling the stuff involving
compound interest, which Filemaker has built in anyway, at least
rudimentarily.

I say rudimentarily, because the functions don't support several of the
more advanced options you'd find in say Microsoft Excel or
Openoffice.org Calc. (stuff like specifying if the payment is made at
the beginning or end of the period, or computing the payment of loan
with a non-zero principle at the end -- where you'll have some 'extra'
compound interest.

(But all these options can be implemented manually using the existing
functions to do the grunt work if you have an understanding of the
underlying math.)





Reply With Quote
  #7  
Old   
Michael Myett
 
Posts: n/a

Default Re: Lease Calculations - 12-03-2005 , 12:18 AM



Actually not, the math behind a lease is much simpler then a standard
loan, there is just just more to do and will require your own
calculations not any of FileMakers built in functions. Infact, its a
very simple procedere using a pencil and paper. There are no odd-days
interest because lease payments are paid at the beginning of each period.

Lease payments are composed of 2-4 parts, depending on where you live
(use tax rate), the lease company and state and federal regulations.

1.) Depreciation (the portion of the value of the vehicle you are using
plus any other capitalized costs not paid at inception)

2.) Rent Charge (equivalent of interest) however the monthly rent charge
does not vary as it does with a standard loan and is calculated mostly
using a money factor instead of an APR.

3.) Use Tax (varies considerably from state to state, most states this
tax is added as part of the payment, but not always) NH doesn't have use
tax on autos, ME requires tax on the full value of the vehicle to be
paid upfront

4.) Property or excise tax (once again, this is handled differently
depending on which state you live in.

There are also acquisition fees, and security deposits which can be paid
at signing, capitalized, or waived in either one of two ways.

I was simply suggesting a well designed lease calculator needs to take
all these things into consideration. For example, maybe a checkbox which
could be checked if the acquisition fee were paid upfront and then based
on your design handle the math involved behind the scenes.

Michael Myett

Bill Marriott wrote:
Quote:
In other words, the article I posted the 27th to this poster's previous
question.


"Bill Marriott" <wjm (AT) wjm (DOT) org> wrote in message
newsemdnTjvea9ioxfenZ2dnUVZ_tudnZ2d (AT) comcast (DOT) com...

This is an article I wrote many moons ago that might be handy to keep
around...

Building Your Own Annuity (Financial) Functions

You may need to calculate a very specific kind of annuity (financial)
function, but the appropriate calculation is not a built-in function in
the
program you are using. Or, the function used by the program does not
include
enough arguments to specify all the options you want in the calculation.
(For example, all FileMaker Pro financial functions assume that
payments/debits are made at the end of a period, not at the beginning.)

All financial functions are based on one large, complex formula that can
be
re-arranged (using standard algebraic techniques) to obtain whatever value
you want. Let's look at a formula, and an example of how to derive a
function from it.

The Master Formula:

when rate *<> 0:
pv * (1 + rate)^nper + pmt * (1 + rate * type) * (((1 + rate)^nper - 1) /
rate) + fv = 0

when rate = 0:
pv + pmt * nper + fv = 0

in this formula,
pv = the present value of the investment
rate = the interest rate each period
nper = the number of periods
pmt = the payment amount each period
type = when payments are made.
(0 = end of the period, 1 = beginning of the period.)
fv = the future value of the investment

Note: Expenses (negative cash flow) are represented by negative numbers.
Income (positive cash flow) is represented by positive numbers. For
example,
pmt is usually a negative number.

So, suppose that you wanted to find out the payment required for an
investment when the payments are made at the beginning of a period (the
FileMaker Pro PMT function works only with payments made at the end of a
period.) Here is how you would derive the needed formula:

1. Realize that your end goal is to isolate the PMT variable on one side
of
the equals sign. You must be able to supply all other variables. Because
the
interest rate in this case is not zero, we'll use the first formula.

2. PMT is buried inside the formula in a way that does not let us simply
subtract it from both sides or divide both sides by it. So we have to move
step-by step to simplify the component of the equation that contains PMT.

a. Subtract FV from both sides.
pv * (1 + rate)^nper + pmt * (1 + rate * type) * (((1 + rate)^nper - 1) /
rate) = -fv

b. Subtract pv * (1 + rate)^nper from both sides.
pmt * (1 + rate * type) * (((1 + rate)^nper - 1) / rate) = -fv - pv * (1 +
rate)^nper

c. Divide both sides by (1 + rate * type) * (((1 + rate)^nper - 1) / rate)
pmt = (-fv - pv * (1 + rate)^nper) / ((1 + rate * type) * (((1 +
rate)^nper - 1) / rate))

You can now fill in the values for the variables you know (fv, pv, rate,
nper, and type) and FileMaker Pro will calculate the correct payment.

Note: Due to the complexity of the equation, the Rate variable cannot be
solved by itself with basic algebraic methods. Other programs that do
solve
for Rate do it through an iterative process (essentially guessing at a
probable number and continuing to guess until the number fits).

Bill

"George" <g.sova (AT) comcast (DOT) net> wrote in message
news:1133111447.388470.263180 (AT) g14g2000cwa (DOT) googlegroups.com...

Dear JC:

The payoff usually means the remaining balance of the original loan
amount.In that case you would use the formula PV(periodic payment,
interest rate per period, number of periods).

For this formula to work, certain conditions are necessary:

1. each periodic payment is the same;
2. the interest rate is unchanged for the entire period of time;
3. each period is of the same length (usually a month)

If all three above conditions are not met, than you have to prepare an
amortization schedule for all payments, reflecting in each payment made
the amount of payment, the length of the period (the number of days),
and the interest charged for the period. It becomes messy, but it would
be the only method to compute how much of principal was repaid for the
period.

George


JC wrote:

I have the following fields set up.

Amount_Financed, Apr, Term, Payment, Payments made

What would be the calculation to determine the payoff (doesn't have to
be to the penny)

Thanks
JC



"42" <nospam (AT) nospam (DOT) com> wrote in message
news:MPG.1dfac1bddab2e698989df3 (AT) shawnews (DOT) vf.shawcable.net...

In article <kv5kf.522$MM.388 (AT) fe16 (DOT) usenetserver.com>,
michael.myett (AT) adelphia (DOT) net says...

JC wrote:

Does anyone know the formula for lease calculations, ie. automobile
lease for a certain amount of months, knowing the residual, term, and
rate factor?

Thanks
jc


They vary slightly from manufacturer or bank. Which lending institution
would you are you trying to emulate? is it a true lease with acquisition
fees, etc...

or just a balloon loan? Which also varies from bank to bank.

By the way, it takes a series of calculations and choices. A good lease
calculator will have to handle many different senarios, for example,
there are upfront fees associated with most leases, which can be paid up
front or capitalized, there are often ways to waive acquisition fees or
security deposits by adding to the money factor or interest rate.
Sometimes the are simply waived as part of a loyalty program provided by
the manufacturer. There are other issues regarding sales and property
taxes, which are part of the monthly payment in leases, and of course
these vary from state to state.

If you can provide some additional details, I'm sure I can help.

Michael Myett

Most the 'variation' you are discussing can be handled with basic
arithmetic, the only 'hard' stuff is unravelling the stuff involving
compound interest, which Filemaker has built in anyway, at least
rudimentarily.

I say rudimentarily, because the functions don't support several of the
more advanced options you'd find in say Microsoft Excel or
Openoffice.org Calc. (stuff like specifying if the payment is made at
the beginning or end of the period, or computing the payment of loan
with a non-zero principle at the end -- where you'll have some 'extra'
compound interest.

(But all these options can be implemented manually using the existing
functions to do the grunt work if you have an understanding of the
underlying math.)







Reply With Quote
  #8  
Old   
Bill Marriott
 
Posts: n/a

Default Re: Lease Calculations - 12-03-2005 , 01:39 AM



Wouldn't you need the annuity functions though, if your lease company uses
the more complicated annuity formulation for finance fees? I believe Ford
Motor Credit does it that way. I do know other lenders just user a simpler
method that just uses an average interest rate.

"Michael Myett" <michael.myett (AT) adelphia (DOT) net> wrote

Quote:
Actually not, the math behind a lease is much simpler then a standard
loan, there is just just more to do and will require your own calculations
not any of FileMakers built in functions. Infact, its a very simple
procedere using a pencil and paper. There are no odd-days interest because
lease payments are paid at the beginning of each period.

Lease payments are composed of 2-4 parts, depending on where you live (use
tax rate), the lease company and state and federal regulations.

1.) Depreciation (the portion of the value of the vehicle you are using
plus any other capitalized costs not paid at inception)

2.) Rent Charge (equivalent of interest) however the monthly rent charge
does not vary as it does with a standard loan and is calculated mostly
using a money factor instead of an APR.

3.) Use Tax (varies considerably from state to state, most states this tax
is added as part of the payment, but not always) NH doesn't have use tax
on autos, ME requires tax on the full value of the vehicle to be paid
upfront

4.) Property or excise tax (once again, this is handled differently
depending on which state you live in.

There are also acquisition fees, and security deposits which can be paid
at signing, capitalized, or waived in either one of two ways.

I was simply suggesting a well designed lease calculator needs to take all
these things into consideration. For example, maybe a checkbox which could
be checked if the acquisition fee were paid upfront and then based on your
design handle the math involved behind the scenes.

Michael Myett

Bill Marriott wrote:
In other words, the article I posted the 27th to this poster's previous
question.


"Bill Marriott" <wjm (AT) wjm (DOT) org> wrote in message
newsemdnTjvea9ioxfenZ2dnUVZ_tudnZ2d (AT) comcast (DOT) com...

This is an article I wrote many moons ago that might be handy to keep
around...

Building Your Own Annuity (Financial) Functions

You may need to calculate a very specific kind of annuity (financial)
function, but the appropriate calculation is not a built-in function in
the
program you are using. Or, the function used by the program does not
include
enough arguments to specify all the options you want in the calculation.
(For example, all FileMaker Pro financial functions assume that
payments/debits are made at the end of a period, not at the beginning.)

All financial functions are based on one large, complex formula that can
be
re-arranged (using standard algebraic techniques) to obtain whatever
value
you want. Let's look at a formula, and an example of how to derive a
function from it.

The Master Formula:

when rate *<> 0:
pv * (1 + rate)^nper + pmt * (1 + rate * type) * (((1 + rate)^nper - 1) /
rate) + fv = 0

when rate = 0:
pv + pmt * nper + fv = 0

in this formula,
pv = the present value of the investment
rate = the interest rate each period
nper = the number of periods
pmt = the payment amount each period
type = when payments are made.
(0 = end of the period, 1 = beginning of the period.)
fv = the future value of the investment

Note: Expenses (negative cash flow) are represented by negative numbers.
Income (positive cash flow) is represented by positive numbers. For
example,
pmt is usually a negative number.

So, suppose that you wanted to find out the payment required for an
investment when the payments are made at the beginning of a period (the
FileMaker Pro PMT function works only with payments made at the end of a
period.) Here is how you would derive the needed formula:

1. Realize that your end goal is to isolate the PMT variable on one side
of
the equals sign. You must be able to supply all other variables. Because
the
interest rate in this case is not zero, we'll use the first formula.

2. PMT is buried inside the formula in a way that does not let us simply
subtract it from both sides or divide both sides by it. So we have to
move
step-by step to simplify the component of the equation that contains PMT.

a. Subtract FV from both sides.
pv * (1 + rate)^nper + pmt * (1 + rate * type) * (((1 + rate)^nper - 1) /
rate) = -fv

b. Subtract pv * (1 + rate)^nper from both sides.
pmt * (1 + rate * type) * (((1 + rate)^nper - 1) / rate) = -fv - pv * (1
+
rate)^nper

c. Divide both sides by (1 + rate * type) * (((1 + rate)^nper - 1) /
rate)
pmt = (-fv - pv * (1 + rate)^nper) / ((1 + rate * type) * (((1 +
rate)^nper - 1) / rate))

You can now fill in the values for the variables you know (fv, pv, rate,
nper, and type) and FileMaker Pro will calculate the correct payment.

Note: Due to the complexity of the equation, the Rate variable cannot be
solved by itself with basic algebraic methods. Other programs that do
solve
for Rate do it through an iterative process (essentially guessing at a
probable number and continuing to guess until the number fits).

Bill

"George" <g.sova (AT) comcast (DOT) net> wrote in message
news:1133111447.388470.263180 (AT) g14g2000cwa (DOT) googlegroups.com...

Dear JC:

The payoff usually means the remaining balance of the original loan
amount.In that case you would use the formula PV(periodic payment,
interest rate per period, number of periods).

For this formula to work, certain conditions are necessary:

1. each periodic payment is the same;
2. the interest rate is unchanged for the entire period of time;
3. each period is of the same length (usually a month)

If all three above conditions are not met, than you have to prepare an
amortization schedule for all payments, reflecting in each payment made
the amount of payment, the length of the period (the number of days),
and the interest charged for the period. It becomes messy, but it would
be the only method to compute how much of principal was repaid for the
period.

George


JC wrote:

I have the following fields set up.

Amount_Financed, Apr, Term, Payment, Payments made

What would be the calculation to determine the payoff (doesn't have to
be to the penny)

Thanks
JC



"42" <nospam (AT) nospam (DOT) com> wrote in message
news:MPG.1dfac1bddab2e698989df3 (AT) shawnews (DOT) vf.shawcable.net...

In article <kv5kf.522$MM.388 (AT) fe16 (DOT) usenetserver.com>,
michael.myett (AT) adelphia (DOT) net says...

JC wrote:

Does anyone know the formula for lease calculations, ie. automobile
lease for a certain amount of months, knowing the residual, term, and
rate factor?

Thanks
jc


They vary slightly from manufacturer or bank. Which lending institution
would you are you trying to emulate? is it a true lease with acquisition
fees, etc...

or just a balloon loan? Which also varies from bank to bank.

By the way, it takes a series of calculations and choices. A good lease
calculator will have to handle many different senarios, for example,
there are upfront fees associated with most leases, which can be paid up
front or capitalized, there are often ways to waive acquisition fees or
security deposits by adding to the money factor or interest rate.
Sometimes the are simply waived as part of a loyalty program provided by
the manufacturer. There are other issues regarding sales and property
taxes, which are part of the monthly payment in leases, and of course
these vary from state to state.

If you can provide some additional details, I'm sure I can help.

Michael Myett

Most the 'variation' you are discussing can be handled with basic
arithmetic, the only 'hard' stuff is unravelling the stuff involving
compound interest, which Filemaker has built in anyway, at least
rudimentarily.

I say rudimentarily, because the functions don't support several of the
more advanced options you'd find in say Microsoft Excel or
Openoffice.org Calc. (stuff like specifying if the payment is made at
the beginning or end of the period, or computing the payment of loan
with a non-zero principle at the end -- where you'll have some 'extra'
compound interest.

(But all these options can be implemented manually using the existing
functions to do the grunt work if you have an understanding of the
underlying math.)









Reply With Quote
  #9  
Old   
JC
 
Posts: n/a

Default Re: Lease Calculations - 12-03-2005 , 05:49 AM



Thank you all, I think I have most of it, my question now is, does the
acquisition fee get added to the top line like the MSRP?

Thanks
jc


Reply With Quote
  #10  
Old   
Michael Myett
 
Posts: n/a

Default Re: Lease Calculations - 12-03-2005 , 07:01 AM



JC wrote:
Quote:
Thank you all, I think I have most of it, my question now is, does the
acquisition fee get added to the top line like the MSRP?

Thanks
jc

You can either add the acquistion fee to the sale price of the vehicle
or pay it upfront as part of the closing fees. Some states require a use
tax be paid on the acquistition fee.

Michael Myett



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.