<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: PHP Functions to Convert APR to APY and APY to APR	</title>
	<atom:link href="https://www.brandonchecketts.com/archives/php-functions-to-convert-apr-to-apy-and-apy-to-apr/feed" rel="self" type="application/rss+xml" />
	<link>https://www.brandonchecketts.com/archives/php-functions-to-convert-apr-to-apy-and-apy-to-apr</link>
	<description>Web Programming, Linux System Administation, and Entrepreneurship in Athens Georgia</description>
	<lastBuildDate>Thu, 29 Nov 2018 15:02:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Brandon		</title>
		<link>https://www.brandonchecketts.com/archives/php-functions-to-convert-apr-to-apy-and-apy-to-apr/comment-page-1#comment-917</link>

		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Wed, 16 Apr 2008 01:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/archives/php-functions-to-convert-apr-to-apy-and-apy-to-apr#comment-917</guid>

					<description><![CDATA[I&#039;ve tried to use variable names that make sense:

$rate = The interest rate as a decimal (ie 5% as 0.05)
$periods = The number of compounding periods (365 would be compounded daily)

I didn&#039;t come up with the formulas on my own.  I found them at &lt;a href=&quot;https://thefinancebuff.com/2006/10/interest-rate-apy-and-apr.html&quot; rel=&quot;nofollow&quot;&gt;The Finance Buff&lt;/a&gt; and just converted them to PHP functions.  I&#039;ve tried them out and the results appear to be correct to me.

Thanks,
Brandon]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve tried to use variable names that make sense:</p>
<p>$rate = The interest rate as a decimal (ie 5% as 0.05)<br />
$periods = The number of compounding periods (365 would be compounded daily)</p>
<p>I didn&#8217;t come up with the formulas on my own.  I found them at <a href="https://thefinancebuff.com/2006/10/interest-rate-apy-and-apr.html" rel="nofollow">The Finance Buff</a> and just converted them to PHP functions.  I&#8217;ve tried them out and the results appear to be correct to me.</p>
<p>Thanks,<br />
Brandon</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jerry Browne		</title>
		<link>https://www.brandonchecketts.com/archives/php-functions-to-convert-apr-to-apy-and-apy-to-apr/comment-page-1#comment-916</link>

		<dc:creator><![CDATA[Jerry Browne]]></dc:creator>
		<pubDate>Tue, 15 Apr 2008 18:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonchecketts.com/archives/php-functions-to-convert-apr-to-apy-and-apy-to-apr#comment-916</guid>

					<description><![CDATA[I&#039;m having trouble following the equations.

would you please show me with a step by step process.

I also don&#039;t understand some of the terms being used.

Thank you, Jerry  B.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m having trouble following the equations.</p>
<p>would you please show me with a step by step process.</p>
<p>I also don&#8217;t understand some of the terms being used.</p>
<p>Thank you, Jerry  B.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
