Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

Function to generate Interest Only? pmt()

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Function to generate Interest Only? pmt()

    Is there a way to generate an interest only payment in a calculated field? I have no problem with the regular payment function but I do not see any functions that will calculate the IO payment

    Any ideas greatly appreciated!

    #2
    Re: Function to generate Interest Only? pmt()

    Originally posted by jeffw85 View Post
    Is there a way to generate an interest only payment in a calculated field? I have no problem with the regular payment function but I do not see any functions that will calculate the IO payment

    Any ideas greatly appreciated!
    Do you mean the payment on an interest only loan or the interest portion of a regular loan?

    I don't think you can have an expression for the interest portion of a regular loan. Everything I see indicates you have to look that up in a schedule (table).
    Last edited by Stan Mathews; 02-02-2007, 06:12 PM.
    There can be only one.

    Comment


      #3
      Re: Function to generate Interest Only? pmt()

      Stan

      In my case I believe the result would be the same either way. But in actuality I would prefer to calculate for an interest only loan. All I am trying to accomplish is the first interest only payment. eg. a 100k loan at 6% results in 599.55 P & I of which 500 even represents the interest only portion of that payment.

      So in essence--I am wishing to figure the initial interest payment only.

      Hope that helps

      Comment


        #4
        Re: Function to generate Interest Only? pmt()

        Jeff:
        All I am trying to accomplish is the first interest only payment.
        If that's all you want, then it's a very simple matter:
        Loan_Amount*Interest_Rate/12

        Comment


          #5
          Re: Function to generate Interest Only? pmt()

          Stan

          I got it from the web link you posted--I simply will enter the calculation manually without trying to use a function. I should have known how to do this anyway--Call it a rock attack!!! Blah!

          Thanks again

          Comment


            #6
            Re: Function to generate Interest Only? pmt()

            Originally posted by G Gabriel View Post
            If that's all you want, then it's a very simple matter:
            Loan_Amount*Interest_Rate/12
            If it's an APR, then I believe you would have to modify that a bit to handle the issue of compounding interest for 12 months. ("reverse compounding" since we are making payments rather than getting paid???)

            If it's a mortgage, the closing fees and other expenses should be included in the overall calculation which adds to the complexity. However, if these are ignored, the calculation becomes much simpler. Here's what I found on the internet:
            For credit cards the APR is a much simpler calculation. Due to the fact that the amount of money borrowed really isn�t known, you can not use the formula that is used for most loans. It�s simply a calculation of what the effective interest rate is for one year when you take into account that the interest is compounded monthly.

            The formula for this is apr=(interest/12 + 1)^12. So for a card with a 10% interest rate it would be apr=(0.1%/12)^12, which is apr=1.0083^12, so apr=1.104 or approximated 11%.
            I believe this is correct other than the fact that 1.104 is really 10.4% and not 11%. BUT, notice that the APR is 10.4% while the original calculation used 10%. The trick is to go the other way. Knowing the APR, what is the monthly %? Note that the monthly % will be lower than just the APR/12.

            HOWEVER, since it's an interest only situation, I'm not sure compounding would be considered. I think it would but I'm not sure. Are there any experts out there who can confirm this one way or the other? (There must be at least one accountant type out there using A5 who knows the definitive answer.)

            Here's my logic to why it would be considered: If I borrow $1200 for 1 year at a rate of 10% per year, the interest payment at the end of the year (assuming only one payment per year) would be $120. Simple and straight forward. However, if I make monthly payments, the total paid should be slightly less because the recipient of the money has the use of my first payment for 11 of those 12 months. In other words, the recipient has the opportunity to make interest on my interest. Therefore, my interest payments should be slightly less than the 10%/12 even though the APR is 10%.

            If this is correct, then the payment calculation would be (1+interest_rate)^(1/12) and with an APR rate of 10%, it would be 1.1^(1/12)=1.00797414 or about 0.7974% per month. The total paid would be 1200*.00797414*12 or $114.83 BUT since the recipient was able to use (and presumably invest) some of that money longer, his "value" for the year would have been $120.

            Comment


              #7
              Re: Function to generate Interest Only? pmt()

              Cal:
              I hear you and my first impression was that he was asking about how to calculate the interest portion of each monthly payment of a mortgage loan (alpha does not have such function, I created my own). Then I saw the question re-phrased and asking for the FIRST month's interest only!
              Last edited by G Gabriel; 02-02-2007, 11:19 PM.

              Comment


                #8
                Re: Function to generate Interest Only? pmt()

                Originally posted by CALocklin View Post
                If it's an APR, then I believe you would have to modify that a bit to handle the issue of compounding interest for 12 months. ("reverse compounding" since we are making payments rather than getting paid???)

                If it's a mortgage, the closing fees and other expenses should be included in the overall calculation which adds to the complexity. However, if these are ignored, the calculation becomes much simpler. Here's what I found on the internet:I believe this is correct other than the fact that 1.104 is really 10.4% and not 11%. BUT, notice that the APR is 10.4% while the original calculation used 10%. The trick is to go the other way. Knowing the APR, what is the monthly %? Note that the monthly % will be lower than just the APR/12.

                HOWEVER, since it's an interest only situation, I'm not sure compounding would be considered. I think it would but I'm not sure. Are there any experts out there who can confirm this one way or the other? (There must be at least one accountant type out there using A5 who knows the definitive answer.)

                Here's my logic to why it would be considered: If I borrow $1200 for 1 year at a rate of 10% per year, the interest payment at the end of the year (assuming only one payment per year) would be $120. Simple and straight forward. However, if I make monthly payments, the total paid should be slightly less because the recipient of the money has the use of my first payment for 11 of those 12 months. In other words, the recipient has the opportunity to make interest on my interest. Therefore, my interest payments should be slightly less than the 10%/12 even though the APR is 10%.

                If this is correct, then the payment calculation would be (1+interest_rate)^(1/12) and with an APR rate of 10%, it would be 1.1^(1/12)=1.00797414 or about 0.7974% per month. The total paid would be 1200*.00797414*12 or $114.83 BUT since the recipient was able to use (and presumably invest) some of that money longer, his "value" for the year would have been $120.
                Cal,

                I am no expert, but first, given Jeff's original question Gabriel's answer is correct i.e., AMOUNT*((RATE/100)/12) [or just rate/12 depending on how the rate is expressed].

                Second, I think both you and the web site you referenced are confusing APR (annual percentage rate) with APY (annual percentage yield). For a credit card the APR is not something anyone needs to calculate whereas the APY is, using the formula: (1 + monthly rate)^12-1 = APY or (1 + 0.00833333)^12-1 = 0.104713 for a 10% APR. (see http://www.investopedia.com/articles.../04/102904.asp for a discussion.)

                As for the APR for a mortgage, there is no "formula" for this. In the old days one had to get out thick books of tables to find the APR. Nowadays one gets out a handy HP financial calculator, which of course is a computer, and you'll notice that when you have it do an APR calculation it will whirl away for a rather long bit before it arrives at an answer, probably looping through a whole bunch possible answers until it says enough is enough and displays one that is close enough for government work. Years ago, when I was quite a bit dumber, I tried to do an xbasic function to replicate the results produced by HP. It more or less worked but I am sure better brains could improve it immensely--except that I would be embarrassed to share what I did (I did not really know what I was doing).

                About that "close enough for government work" statement. Part of this is that there is no absolute, down to the last decimal point answer--just closer and closer approximations until someone says "that's close enough." However, the bigger part of the problem, at least in the mortgage business, is that there is no hard and fast rule or law that says this or that fee must be included in the costs that must be added to the amount borrowed when determining the APR. Various lenders and brokers can and do fudge things here and there, which undermines the intent of the law in this area (which is to allow a prospective borrower to fairly compare various loan options).

                But like I said, I do not pretend to be an expert on all this, so take the above for what it may (or may not!) be worth. I would love to be corrected/educated.

                Ray Lyons

                Comment


                  #9
                  Re: Function to generate Interest Only? pmt()

                  Amazing that this came to view. I have to do an amortization schedule which includes payment, interest, principle and actual monthly rate for any number of months. To compund the problem, many loans have a 45 days to first or 15 days to first or............ These days have to be figured like 45 would wind up 360.5 months as the loan goes, but made in 360 equal monthly payments.

                  I have to comply with regulation Z for which I have a book(written in Greek?).

                  Thanks Gabe, I think I got it.
                  Dave Mason
                  [email protected]
                  Skype is dave.mason46

                  Comment

                  Working...
                  X