<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Notes 2 Myself</title>
	<atom:link href="http://irfanworld.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://irfanworld.wordpress.com</link>
	<description>to remember...</description>
	<lastBuildDate>Wed, 18 Jan 2012 10:19:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='irfanworld.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Notes 2 Myself</title>
		<link>http://irfanworld.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://irfanworld.wordpress.com/osd.xml" title="Notes 2 Myself" />
	<atom:link rel='hub' href='http://irfanworld.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Windows PowerShell &#8211; cmd to find top 10 largest files on system</title>
		<link>http://irfanworld.wordpress.com/2011/11/20/windows-powershell-cmd-to-find-top-10-largest-files-on-system/</link>
		<comments>http://irfanworld.wordpress.com/2011/11/20/windows-powershell-cmd-to-find-top-10-largest-files-on-system/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 19:17:47 +0000</pubDate>
		<dc:creator>Irfan</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Tech Book]]></category>

		<guid isPermaLink="false">http://irfanworld.wordpress.com/?p=327</guid>
		<description><![CDATA[@echo off Powershell -noexit "Get-PSdrive &#124; where { $_.Used -gt 0 } &#124; foreach { Get-ChildItem $_.Root -recurse -force -ErrorAction SilentlyContinue &#124; Select Name,DirectoryName, @{Label='Size';Expression={($_.Length/1GB).ToString('F04')}} &#124; Sort Size -descending &#124; select -first 10}" Filed under: Scripting, Tech Book<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=327&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="color:#000000;">
<code>@echo off<br />
Powershell -noexit "Get-PSdrive | where { $_.Used -gt 0 } | foreach { Get-ChildItem $_.Root -recurse -force -ErrorAction SilentlyContinue | Select Name,DirectoryName, @{Label='Size';Expression={($_.Length/1GB).ToString('F04')}} | Sort Size -descending | select -first 10}"</code>
</div>
<br />Filed under: <a href='http://irfanworld.wordpress.com/category/tech-book/scripting/'>Scripting</a>, <a href='http://irfanworld.wordpress.com/category/tech-book/'>Tech Book</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/irfanworld.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/irfanworld.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/irfanworld.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/irfanworld.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/irfanworld.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/irfanworld.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/irfanworld.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/irfanworld.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/irfanworld.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/irfanworld.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/irfanworld.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/irfanworld.wordpress.com/327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/irfanworld.wordpress.com/327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/irfanworld.wordpress.com/327/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=327&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://irfanworld.wordpress.com/2011/11/20/windows-powershell-cmd-to-find-top-10-largest-files-on-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>19.017656 72.856178</georss:point>
		<geo:lat>19.017656</geo:lat>
		<geo:long>72.856178</geo:long>
		<media:content url="http://1.gravatar.com/avatar/119cd348c44ce48b5830a2abc026ae14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">irfan</media:title>
		</media:content>
	</item>
		<item>
		<title>Treasury Business</title>
		<link>http://irfanworld.wordpress.com/2011/10/23/treasury-business/</link>
		<comments>http://irfanworld.wordpress.com/2011/10/23/treasury-business/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 02:47:44 +0000</pubDate>
		<dc:creator>Irfan</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[Bond]]></category>
		<category><![CDATA[Note]]></category>
		<category><![CDATA[T-Bill]]></category>
		<category><![CDATA[Treasury Overview]]></category>
		<category><![CDATA[Tresury]]></category>

		<guid isPermaLink="false">http://irfanworld.wordpress.com/?p=322</guid>
		<description><![CDATA[Overview The U.S. Treasury periodically needs to borrow money to finance the operation of the government. When the Treasury needs to borrow money it issues instruments called bills, notes or bonds, each of which are basically nothing more than an &#8220;I owe you.&#8221; All Treasury instruments also have defined maturity ranges. In addition, each Treasury [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=322&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Overview</strong></p>
<p><em>The U.S. Treasury periodically needs to borrow money to finance the operation of the government. When the Treasury needs to borrow money it issues instruments called bills, notes or bonds, each of which are basically nothing more than an &#8220;I owe you.&#8221;</em></p>
<p>All Treasury instruments also have defined maturity ranges. In addition, each Treasury instrument has a certain denomination attached to it. For example, a Treasury bill, or &#8220;T-bill,&#8221; is a short-term instrument that&#8217;s worth $1,000 and matures within a year.</p>
<p>U.S. Treasury securities—such as bills, notes and bonds are debt obligations of the U.S. government. When you buy a U.S. Treasury security, you are lending money to the federal government for a specified period of time.</p>
<p><strong>How it work</strong></p>
<p>Treasury instruments are issued through an auction process. T-bills, which are short-term in nature, are mostly auctioned on Mondays. Four-week T-bills, meaning they mature in 4 weeks, are auctioned by the Treasury on Tuesdays. Treasury notes and bonds are auctioned as needed and pay face value at their maturity date. All T-notes and T-bonds pay a stated interest rate on a semi-annual basis. T-bills are sold at a discounted rate; with a typical $9,700 1-year T-bill paying about $10,000 at maturity.</p>
<p>The US Treasury Department periodically borrows money and issues IOUs in the form of bills, notes, or bonds (&#8220;Treasuries&#8221;). The differences are in their maturities and denominations:</p>
<table>
<tbody>
<tr>
<th></th>
<th>Bill</th>
<th>Note</th>
<th>Bond</th>
</tr>
<tr>
<td><strong>Maturity</strong></td>
<td>up to 1 year</td>
<td>1&#8211;10 years</td>
<td>10&#8211;30/40 years</td>
</tr>
<tr>
<td><strong>Denomination</strong></td>
<td>$1,000</td>
<td>$1,000</td>
<td>$1,000</td>
</tr>
<tr>
<td><strong>Minimum purchase</strong></td>
<td>$1,000</td>
<td>$1,000</td>
<td>$1,000</td>
</tr>
</tbody>
</table>
<p><strong>How to buy</strong></p>
<p>All standard Treasury instruments are available for sale to the general public through the U.S. Treasury&#8217;s TreasuryDirect program. Treasury instruments sold through the TreasuryDirect program come with no fee or a low fee, depending on the instrument purchased. You can also purchase U.S. Treasury instruments through banks and brokers, though they&#8217;ll typically charge a commission fee. If you buy Treasury instruments through banks or brokerages, normally you also have to open an account.</p>
<p><strong>Payment &amp; Rewards</strong></p>
<p>All Treasury instruments are negotiable, meaning they can be sold at any time at a price you negotiate for with a willing buyer. &#8220;Treasuries,&#8221; as Treasury instruments are usually called, can also be pledged as collateral for things such as loans. Treasury instruments purchased through the TreasuryDirect program, though, can&#8217;t be pledged as collateral in some cases. Treasury instruments are also considered the safest investment in the United States because they&#8217;re backed by the full faith and credit of the nation itself.</p>
<br />Filed under: <a href='http://irfanworld.wordpress.com/category/finance/'>Finance</a> Tagged: <a href='http://irfanworld.wordpress.com/tag/bond/'>Bond</a>, <a href='http://irfanworld.wordpress.com/tag/note/'>Note</a>, <a href='http://irfanworld.wordpress.com/tag/t-bill/'>T-Bill</a>, <a href='http://irfanworld.wordpress.com/tag/treasury-overview/'>Treasury Overview</a>, <a href='http://irfanworld.wordpress.com/tag/tresury/'>Tresury</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/irfanworld.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/irfanworld.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/irfanworld.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/irfanworld.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/irfanworld.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/irfanworld.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/irfanworld.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/irfanworld.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/irfanworld.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/irfanworld.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/irfanworld.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/irfanworld.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/irfanworld.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/irfanworld.wordpress.com/322/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=322&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://irfanworld.wordpress.com/2011/10/23/treasury-business/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/119cd348c44ce48b5830a2abc026ae14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">irfan</media:title>
		</media:content>
	</item>
		<item>
		<title>Market Risk</title>
		<link>http://irfanworld.wordpress.com/2011/10/23/market-risk/</link>
		<comments>http://irfanworld.wordpress.com/2011/10/23/market-risk/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 02:35:21 +0000</pubDate>
		<dc:creator>Irfan</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[G-10 Countries]]></category>
		<category><![CDATA[Market Risk]]></category>
		<category><![CDATA[Risk]]></category>

		<guid isPermaLink="false">http://irfanworld.wordpress.com/?p=319</guid>
		<description><![CDATA[Definition Risk which is common to an entire class of assets or liabilities. The value of investments may decline over a given time period simply because of economic changes or other events that impact large portions of the market. Asset allocation and diversification can protect against market risk because different portions of the market tend [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=319&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Definition</strong></p>
<p><em>Risk which is common to an entire class of assets or liabilities. The value of investments may decline over a given time period simply because of economic changes or other events that impact large portions of the market. Asset allocation and diversification can protect against market risk because different portions of the market tend to underperform at different times. also called systematic risk.</em></p>
<p><span style="text-decoration:underline;">One of six risks defined by the Federal Reserve.</span></p>
<p>The risk of an increase or decrease in the market value/price of a financial instrument.</p>
<p>Market values for debt instruments are affected by actual and anticipated changes in prevailing interest rates.</p>
<p>Market values for all financial instruments, except direct obligations of the U. S. Treasury, are affected by either actual or perceived changes in credit quality.&#8217; market risk&#8217; includes reinvestment risk &#8211; that is, the risk that all or part of the principal may be received when interest rates are lower than when the security was originally purchased.</p>
<p>In that case, the principal must be reinvested at a lower rate than that originally received. Sometimes called market value risk.</p>
<p>Also see interest rate risk and price risk.</p>
<p><strong>Background</strong></p>
<p>From January 1st, 1998, internationally-active banks in G-10 countries had to maintain regulatory capital to cover market risk.</p>
<p>This is the risk to an institution&#8217;s financial condition resulting from adverse movements in the level or volatility of market prices of interest rate instruments, equities, commodities and currencies. Market risk is usually measured as the potential gain/loss in a position/portfolio that is associated with a price movement of a given probability over a specified time horizon. This is typically known as value-at-risk (VAR). An institution with a 10-day VAR of $100 million at 99% confidence will suffer a loss in excess of $100 million in one fortnightly period out of 20, and then only if it is unable to take any action to mitigate its loss.</p>
<p>Many banks calculate one-day VAR numbers which are then compared with actual daily profits and losses. It is much easier for them to scale up these numbers by the square root of 10 to meet the 10-day holding period laid down by the Basle Committee than to start afresh. But scaling up daily numbers to reflect a longer unwind period is fine for linear products such as forwards and swaps but not good enough for options and products with embedded options. Extrapolating daily VAR numbers does not capture the gamma or curvature risk of such products. The best way of capturing this curvature is to use longer holding periods which explains why the Basle Committee opted for a 10-day holding period. But the Committee wanted to limit industry burden in complying with its pronouncements and thus decided that banks could scale up their one-day numbers for a limited period. These banks are however asked to assess the option risk in their portfolios by applying Monte Carlo simulation and/or stress testing.</p>
<br />Filed under: <a href='http://irfanworld.wordpress.com/category/finance/'>Finance</a> Tagged: <a href='http://irfanworld.wordpress.com/tag/g-10-countries/'>G-10 Countries</a>, <a href='http://irfanworld.wordpress.com/tag/market-risk/'>Market Risk</a>, <a href='http://irfanworld.wordpress.com/tag/risk/'>Risk</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/irfanworld.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/irfanworld.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/irfanworld.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/irfanworld.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/irfanworld.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/irfanworld.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/irfanworld.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/irfanworld.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/irfanworld.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/irfanworld.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/irfanworld.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/irfanworld.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/irfanworld.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/irfanworld.wordpress.com/319/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=319&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://irfanworld.wordpress.com/2011/10/23/market-risk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/119cd348c44ce48b5830a2abc026ae14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">irfan</media:title>
		</media:content>
	</item>
		<item>
		<title>din ek sitam, ek sitam raat karo ho</title>
		<link>http://irfanworld.wordpress.com/2011/09/07/din-ek-sitam-ek-sitam-raat-karo-ho/</link>
		<comments>http://irfanworld.wordpress.com/2011/09/07/din-ek-sitam-ek-sitam-raat-karo-ho/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 04:27:25 +0000</pubDate>
		<dc:creator>Irfan</dc:creator>
				<category><![CDATA[Shayari]]></category>

		<guid isPermaLink="false">http://irfanworld.wordpress.com/?p=254</guid>
		<description><![CDATA[din ek sitam, ek sitam raat karo ho wo doast ho dushman ko bhi tum maat karo ho ham khaaq-nashiiN, tum suKhan-aaraa-e-sar-e-baam paas aa ke milo, duur se kyaa baat karo ho hamko jo milaa hai, wo tumhiiN se tau milaa hai ham aur bhulaa deiN tumheiN, kyaa baat karo ho ! daaman pe ko’ii [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=254&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>din ek sitam, ek sitam raat karo ho<br />
wo doast ho dushman ko bhi tum maat karo ho</p>
<p>ham khaaq-nashiiN, tum suKhan-aaraa-e-sar-e-baam<br />
paas aa ke milo, duur se kyaa baat karo ho</p>
<p>hamko jo milaa hai, wo tumhiiN se tau milaa hai<br />
ham aur bhulaa deiN tumheiN, kyaa baat karo ho !</p>
<p>daaman pe ko’ii chhiiNt, na Khanjar pe ko’ii daag<br />
tum qatl karo ho ke karamaat karo ho</p>
<p>bakne bhi do Ajiz ko, jo bole hai so bake hai<br />
deewaana hai, deewaane se kyaa baat karo ho</p>
<br />Filed under: <a href='http://irfanworld.wordpress.com/category/shayari/'>Shayari</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/irfanworld.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/irfanworld.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/irfanworld.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/irfanworld.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/irfanworld.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/irfanworld.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/irfanworld.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/irfanworld.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/irfanworld.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/irfanworld.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/irfanworld.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/irfanworld.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/irfanworld.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/irfanworld.wordpress.com/254/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=254&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://irfanworld.wordpress.com/2011/09/07/din-ek-sitam-ek-sitam-raat-karo-ho/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/119cd348c44ce48b5830a2abc026ae14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">irfan</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Optimization techniques</title>
		<link>http://irfanworld.wordpress.com/2011/08/25/microsoft-sql-2008/</link>
		<comments>http://irfanworld.wordpress.com/2011/08/25/microsoft-sql-2008/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 21:54:47 +0000</pubDate>
		<dc:creator>Irfan</dc:creator>
				<category><![CDATA[Tech Book]]></category>

		<guid isPermaLink="false">http://irfanworld.wordpress.com/?p=240</guid>
		<description><![CDATA[Limit the number of column returned in query Create a primary key on the table Create a Index on the column in the where clause Limit the numer of rows by TOP When working with the Join have an Index on the column used in join If you are using multiple column in where or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=240&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>Limit the number of column returned in query</li>
<li>Create a primary key on the table</li>
<li>Create a Index on the column in the where clause</li>
<li>Limit the numer of rows by TOP</li>
<li>When working with the Join have an Index on the column used in join</li>
<li>If you are using multiple column in where or order by create compound index and pay attention to the order of the index</li>
<li>When you are trying to get Unique values use ORDER BY instead of DISTINCT</li>
</ul>
<br />Filed under: <a href='http://irfanworld.wordpress.com/category/tech-book/'>Tech Book</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/irfanworld.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/irfanworld.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/irfanworld.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/irfanworld.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/irfanworld.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/irfanworld.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/irfanworld.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/irfanworld.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/irfanworld.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/irfanworld.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/irfanworld.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/irfanworld.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/irfanworld.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/irfanworld.wordpress.com/240/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=240&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://irfanworld.wordpress.com/2011/08/25/microsoft-sql-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/119cd348c44ce48b5830a2abc026ae14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">irfan</media:title>
		</media:content>
	</item>
		<item>
		<title>SWIFT (Society for Worldwide Interbank Financial Telecommunication)</title>
		<link>http://irfanworld.wordpress.com/2011/08/22/swift-society-for-worldwide-interbank-financial-telecommunication/</link>
		<comments>http://irfanworld.wordpress.com/2011/08/22/swift-society-for-worldwide-interbank-financial-telecommunication/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 03:28:42 +0000</pubDate>
		<dc:creator>Irfan</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[BKE]]></category>
		<category><![CDATA[java based library for SWIFT]]></category>
		<category><![CDATA[open source library for SWIFT]]></category>
		<category><![CDATA[Relationship Management Application (RMA)]]></category>
		<category><![CDATA[RMA]]></category>
		<category><![CDATA[SWIFT]]></category>
		<category><![CDATA[SWIFT (Society for Worldwide Interbank Financial Telecommunication)]]></category>
		<category><![CDATA[swiftcommunity]]></category>
		<category><![CDATA[www.swiftcommunity.net]]></category>

		<guid isPermaLink="false">http://irfanworld.wordpress.com/?p=246</guid>
		<description><![CDATA[SWIFT provides a centralized store-and-forward mechanism, with some transaction management. For bank A to send a message to bank B with a copy or authorization with institution C, it formats the message according to standard, and securely sends it to SWIFT. SWIFT guarantees its secure and reliable delivery to B after the appropriate action by C. SWIFT guarantees [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=246&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SWIFT provides a centralized store-and-forward mechanism, with some transaction management. For bank A to send a message to bank B with a copy or authorization with institution C, it formats the message according to standard, and securely sends it to SWIFT. SWIFT guarantees its secure and reliable delivery to B after the appropriate action by C. SWIFT guarantees are based primarily on high redundancy of hardware, software, and people.</p>
<p>During 2007 and 2008, the entire SWIFT Network migrated its infrastructure to a new protocol called SWIFT Phase 2. The main difference between Phase 2 and the former arrangement is that Phase 2 requires banks connecting to the network to use a Relationship Management Application (RMA)instead of the former Bilateral key exchange (BKE) system. According to SWIFT&#8217;s public information database on the subject, RMA software should eventually prove more secure and easier to keep up-to-date; however, converting to the RMA system also meant that thousands of banks around the world had to update their international payments systems in order to comply with the new standards. RMA completely replaced BKE since January 1, 2009.</p>
<p>SWIFT also offer a secure person-to-person messaging service, SWIFTNet Mail, which went live on 16 May 2007.[7] SWIFT clients can configure their existing email infrastructure to pass email messages through the highly secure and reliable SWIFTNet network instead of the open Internet. SWIFTNet Mail is intended for the secure transfer of sensitive business documents, such as invoices, contracts and signatories, and is designed to replace existing telex and courier services, as well as the transmission of security-sensitive data over the open Internet. Eight financial institutions, including HSBC, FirstRand Bank, Clearstream, DnB NOR, Nedbank, Standard Bank of South Africa and Bear Stearns, as well as SWIFT piloted the service.[8]</p>
<p>Open source java based library for SWIFT</p>
<p>http://www.prowidesoftware.com/en/wife-documentation.html</p>
<p>SWIFT community is interesting site to keep you updated with latest</p>
<p>https://www.swiftcommunity.net/</p>
<br />Filed under: <a href='http://irfanworld.wordpress.com/category/finance/'>Finance</a> Tagged: <a href='http://irfanworld.wordpress.com/tag/bke/'>BKE</a>, <a href='http://irfanworld.wordpress.com/tag/java-based-library-for-swift/'>java based library for SWIFT</a>, <a href='http://irfanworld.wordpress.com/tag/open-source-library-for-swift/'>open source library for SWIFT</a>, <a href='http://irfanworld.wordpress.com/tag/relationship-management-application-rma/'>Relationship Management Application (RMA)</a>, <a href='http://irfanworld.wordpress.com/tag/rma/'>RMA</a>, <a href='http://irfanworld.wordpress.com/tag/swift/'>SWIFT</a>, <a href='http://irfanworld.wordpress.com/tag/swift-society-for-worldwide-interbank-financial-telecommunication/'>SWIFT (Society for Worldwide Interbank Financial Telecommunication)</a>, <a href='http://irfanworld.wordpress.com/tag/swiftcommunity/'>swiftcommunity</a>, <a href='http://irfanworld.wordpress.com/tag/www-swiftcommunity-net/'>www.swiftcommunity.net</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/irfanworld.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/irfanworld.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/irfanworld.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/irfanworld.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/irfanworld.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/irfanworld.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/irfanworld.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/irfanworld.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/irfanworld.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/irfanworld.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/irfanworld.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/irfanworld.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/irfanworld.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/irfanworld.wordpress.com/246/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=246&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://irfanworld.wordpress.com/2011/08/22/swift-society-for-worldwide-interbank-financial-telecommunication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/119cd348c44ce48b5830a2abc026ae14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">irfan</media:title>
		</media:content>
	</item>
		<item>
		<title>Interest Rate Swap</title>
		<link>http://irfanworld.wordpress.com/2011/05/18/interest-rate-swap/</link>
		<comments>http://irfanworld.wordpress.com/2011/05/18/interest-rate-swap/#comments</comments>
		<pubDate>Wed, 18 May 2011 04:05:38 +0000</pubDate>
		<dc:creator>Irfan</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[cash flows]]></category>
		<category><![CDATA[derivative]]></category>
		<category><![CDATA[Interest rate swap]]></category>
		<category><![CDATA[swaps]]></category>

		<guid isPermaLink="false">http://irfanworld.wordpress.com/?p=232</guid>
		<description><![CDATA[What Is Interest Rate Swap? Interest rate swaps are an agreement on the payment of cash flow in terms of a fixed interest rate as opposed to the floating and ever changing interest rate. This is a positive agreement between two parties, which are known as the counterparties. Interest rate swap helps the counterparties avoid [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=232&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1><span class="Apple-style-span" style="font-weight:normal;font-size:13px;">What Is Interest Rate Swap?</span></h1>
<p>Interest rate swaps are an agreement on the payment of cash flow in terms of a fixed interest rate as opposed to the floating and ever changing interest rate. This is a positive agreement between two parties, which are known as the counterparties. Interest rate swap helps the counterparties avoid the flux in interest rates which can be varied and undesirably liquid, and depends basically on the ever changing position of the market and currency value.</p>
<p>To put it in very simple terms, interest rate swap is basically exchanging one set of defined cash flows between two parties, for another set of liquid interest based cash flows. This system allows both counterparties to maintain a stable stream of cash flow, and to save much in case of changing interest rates, which tend to go up more often than not. Thus, expenses are reduced for both companies on every transaction made for a fixed period of time, to which both the counterparties have agreed in the terms and legal contracts.</p>
<h3>Example</h3>
<h3><span class="Apple-style-span" style="font-weight:normal;font-size:13px;">Interest rate swap is a derivative which provides a company protection from the ever fluctuating interest rates in the market. Thus your company will benefit from a long term contract without having to factor in market uncertainties which are often caused by the flux in interest rates. A stable rate of payment and debt provides a stable and strong financial background for future transactions and long term planning. Acquiring business transaction deals at a lower interest rate also helps reduce costs and transactional expenses in both the long term as well as short term scenarios.</span></h3>
<div id="attachment_130">The uncertainty of future cash flows is also eliminated with the help of a set rate of interest. Also, your company will be hedged from the interest rate exposure. Establishing an interest rate swap will also benefit your company in its global expansion as it helps you seal international deals globally by bringing in a common factor. As both the companies involved get to benefit from this scenario, you can expect better future relations with your international clients and business partners.</div>
<h3>What Are The Different Types Of Interest Rate Swaps?</h3>
<p>Interest rate swaps can be employed in all scenarios, those involving same currency transactions as well as those involving transactions among different currencies. Interest rate swaps can also be fixed for floating or floating for floating interest rates. Thus, the following permutations can combinations are noted:<br />
- Fixed for floating rate swap for the same currency<br />
- Fixed for floating rate swap for different currencies<br />
- Fixed for fixed interest rate swaps for different currencies<br />
- Floating for floating interest rate swaps for same currency<br />
- Floating for floating interest rate swaps for different currencies</p>
<h3>How And For What Can These Interest Rate Swaps Be Used?</h3>
<p>Interest rate swaps are employed mainly in order to hedge one’s company against exchange interest rate controls and market fluctuations. Many new and interesting uses have been found where interest rate swaps are being utilized to make transactions more beneficial for both parties. These include some legal and barely legal applications. For example, hedge funds and investors use speculation and invest in swaps in order to reap the benefits of changing interest rates by liquidating after or inter term dealings.</p>
<br />Filed under: <a href='http://irfanworld.wordpress.com/category/finance/'>Finance</a> Tagged: <a href='http://irfanworld.wordpress.com/tag/cash-flows/'>cash flows</a>, <a href='http://irfanworld.wordpress.com/tag/derivative/'>derivative</a>, <a href='http://irfanworld.wordpress.com/tag/interest-rate-swap/'>Interest rate swap</a>, <a href='http://irfanworld.wordpress.com/tag/swaps/'>swaps</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/irfanworld.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/irfanworld.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/irfanworld.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/irfanworld.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/irfanworld.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/irfanworld.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/irfanworld.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/irfanworld.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/irfanworld.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/irfanworld.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/irfanworld.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/irfanworld.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/irfanworld.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/irfanworld.wordpress.com/232/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=232&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://irfanworld.wordpress.com/2011/05/18/interest-rate-swap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/119cd348c44ce48b5830a2abc026ae14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">irfan</media:title>
		</media:content>
	</item>
		<item>
		<title>Securities lending</title>
		<link>http://irfanworld.wordpress.com/2011/05/18/securities-lending/</link>
		<comments>http://irfanworld.wordpress.com/2011/05/18/securities-lending/#comments</comments>
		<pubDate>Wed, 18 May 2011 04:02:50 +0000</pubDate>
		<dc:creator>Irfan</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[Borrower]]></category>
		<category><![CDATA[collateral]]></category>
		<category><![CDATA[Custodian]]></category>
		<category><![CDATA[EquiLend]]></category>
		<category><![CDATA[Equity finance]]></category>
		<category><![CDATA[Lender]]></category>
		<category><![CDATA[Libor]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Securities lending]]></category>
		<category><![CDATA[Securities loan]]></category>
		<category><![CDATA[Short-selling]]></category>
		<category><![CDATA[Synthetics Cash]]></category>
		<category><![CDATA[Trade flow]]></category>

		<guid isPermaLink="false">http://irfanworld.wordpress.com/?p=230</guid>
		<description><![CDATA[Securities loans / lending  used to cover short-selling activities. In this case, when short sellers make a trade, they are obligated to deliver the stock sold to the buyer and must therefore borrow the security from another party. To mitigate the risk of the loan, the borrower gives the lender cash collateral that is generally [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=230&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>Securities loans / lending  used to cover short-selling activities. In this case, when short sellers make a trade, they are obligated to deliver the stock sold to the buyer and must therefore borrow the security from another party. To mitigate the risk of the loan, the borrower gives the lender cash collateral that is generally higher than the market value of the securities.  The borrowed security and related collateral are then returned to their respective owners once the short seller buys back the stock in the open market, thus unwinding the loan.In addition to the exchange of collateral, a fee called a rebate rate is assessed for each securities loan. The cost is expressed as an interest rate paid on the value of the cash collateral based on a  funding rate like LIBOR.</p>
<p>Other factors that influence rebate rates are the duration and re-pricing frequency of the loan.  Open loans are marked-to-market daily to allow rates to move as the funding rate moves, or as the supply and demand of the security changes.</p>
<p>Term loans rates are fixed at the beginning of the loan and are established for a set period<br />
of time.   Rebate rates may be positive or negative, indicating which participant is responsible for paying interest on the cash collateral outstanding.</p>
<p>Trade flow<br />
Lender → Custodian → Prime Broker → Borrower<br />
(Shares)<br />
Borrower → Rime Broker → Custodian → Lender<br />
(Shares / Collateral / Rebate)<br />
Rebate (+ ve) paid to borrower<br />
Rebate (- ve) paid to lender</p>
<p>Custodian → A financial institution that has the legal responsibility for a customer&#8217;s securities. This implies management as well as safekeeping.</p>
</div>
<br />Filed under: <a href='http://irfanworld.wordpress.com/category/finance/'>Finance</a> Tagged: <a href='http://irfanworld.wordpress.com/tag/borrower/'>Borrower</a>, <a href='http://irfanworld.wordpress.com/tag/collateral/'>collateral</a>, <a href='http://irfanworld.wordpress.com/tag/custodian/'>Custodian</a>, <a href='http://irfanworld.wordpress.com/tag/equilend/'>EquiLend</a>, <a href='http://irfanworld.wordpress.com/tag/equity-finance/'>Equity finance</a>, <a href='http://irfanworld.wordpress.com/tag/lender/'>Lender</a>, <a href='http://irfanworld.wordpress.com/tag/libor/'>Libor</a>, <a href='http://irfanworld.wordpress.com/tag/linkedin/'>linkedin</a>, <a href='http://irfanworld.wordpress.com/tag/securities-lending/'>Securities lending</a>, <a href='http://irfanworld.wordpress.com/tag/securities-loan/'>Securities loan</a>, <a href='http://irfanworld.wordpress.com/tag/short-selling/'>Short-selling</a>, <a href='http://irfanworld.wordpress.com/tag/synthetics-cash/'>Synthetics Cash</a>, <a href='http://irfanworld.wordpress.com/tag/trade-flow/'>Trade flow</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/irfanworld.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/irfanworld.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/irfanworld.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/irfanworld.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/irfanworld.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/irfanworld.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/irfanworld.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/irfanworld.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/irfanworld.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/irfanworld.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/irfanworld.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/irfanworld.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/irfanworld.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/irfanworld.wordpress.com/230/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=230&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://irfanworld.wordpress.com/2011/05/18/securities-lending/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/119cd348c44ce48b5830a2abc026ae14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">irfan</media:title>
		</media:content>
	</item>
		<item>
		<title>Basics@IB</title>
		<link>http://irfanworld.wordpress.com/2010/09/30/basicsib/</link>
		<comments>http://irfanworld.wordpress.com/2010/09/30/basicsib/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 01:09:04 +0000</pubDate>
		<dc:creator>Irfan</dc:creator>
				<category><![CDATA[Finance]]></category>

		<guid isPermaLink="false">http://irfanworld.wordpress.com/?p=107</guid>
		<description><![CDATA[Derivatives &#8211; Agreement between 2 parties to transact something (underlying asset) on future date for agreed price. Or Are instrument that drives their value from the price of another asset. The asset on whose price the price of derivative depends known as underlying asset. The underlying asset can be equity, index, forex, commodity or any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=107&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Derivatives</strong> &#8211; Agreement between 2 parties to transact something (underlying asset) on future date for agreed price.<br />
Or<br />
Are instrument that drives their value from the price of another asset. The asset on whose price the price of derivative depends known as underlying asset. The underlying asset can be equity, index, forex, commodity or any other asset.</p>
<p><strong>Forwards</strong> &#8211; A forward contract is a customized contract between two entities, where settlement takes place on a specified date in the future, at pre-agreed price, which is decided on the day of entering into contract. Both parties has obligation to fulfill the terms of contract on the agreed settlement date.</p>
<p><strong>Futures</strong>- Got same definition as Forward.</p>
<p>But with following as <strong>major difference between Future and Forwards</strong>.</p>
<li>
Futures contracts are exchange-traded and, therefore, are standardized contracts. Forward contracts, on the other hand, are private agreements between two parties and are not as rigid in their stated terms and conditions. Because forward contracts are private agreements, there is always a chance that a party may default on its side of the agreement. Futures contracts have clearing houses that guarantee the transactions, which drastically lowers the probability of default to almost never.
</li>
<li>
For forward contracts, settlement of the contract occurs at the end of the contract. Futures contracts are marked-to-market daily, which means that daily changes are settled day by day until the end of the contract. Furthermore, settlement for futures contracts can occur over a range of dates. Forward contracts, on the other hand, only possess one settlement date.
</li>
<li>
Because futures contracts are quite frequently employed by speculators, who bet on the direction in which an asset&#8217;s price will move, they are usually closed out prior to maturity and delivery usually never happens. On the other hand, forward contracts are mostly used by hedgers that want to eliminate the volatility of an asset&#8217;s price, and delivery of the asset or cash settlement will usually take place.
</li>
<p><strong>Bonds</strong> &#8211; A bond is a debt security similar to an informal debt instrument. When you purchase a bond you are lending a money to that entity who is issuers. In returns for the loan, the issuers promises to pay specified rate of interest during the life of the bond and to repay the face value of the bond when it matures or comes due.</p>
<br />Filed under: <a href='http://irfanworld.wordpress.com/category/finance/'>Finance</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/irfanworld.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/irfanworld.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/irfanworld.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/irfanworld.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/irfanworld.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/irfanworld.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/irfanworld.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/irfanworld.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/irfanworld.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/irfanworld.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/irfanworld.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/irfanworld.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/irfanworld.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/irfanworld.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=107&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://irfanworld.wordpress.com/2010/09/30/basicsib/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/119cd348c44ce48b5830a2abc026ae14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">irfan</media:title>
		</media:content>
	</item>
		<item>
		<title>Yeh dil shayrana&#8230;</title>
		<link>http://irfanworld.wordpress.com/2009/12/20/yeh-dil-shayrana/</link>
		<comments>http://irfanworld.wordpress.com/2009/12/20/yeh-dil-shayrana/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 03:38:28 +0000</pubDate>
		<dc:creator>Irfan</dc:creator>
				<category><![CDATA[Shayari]]></category>

		<guid isPermaLink="false">http://irfanworld.wordpress.com/?p=58</guid>
		<description><![CDATA[yahan har shaks har pal haadsa hone se darta hai khilona hai jo mitti ka fana hone se darta hai mere dil ke kisi kone mein ek massom sa baccha badon ki dekhkar duniya bada hone se darta hai na bus mein zindagi iske na kaboo maut par iska magar insaan phir bhi kab khuda [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=58&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>yahan har shaks har pal haadsa hone se darta hai<br />
khilona hai jo mitti ka fana hone se darta hai</p>
<p>mere dil ke kisi kone mein ek massom sa baccha<br />
badon ki dekhkar duniya bada hone se darta hai</p>
<p>na bus mein zindagi iske na kaboo maut par iska<br />
magar insaan phir bhi kab khuda hone se darta hai</p>
<p>ajab ye zindagi ki kaid hai, duniya ka har insaan<br />
rihaai mangta hai aur riha hone se darta hai</p>
<br />Posted in Shayari  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/irfanworld.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/irfanworld.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/irfanworld.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/irfanworld.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/irfanworld.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/irfanworld.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/irfanworld.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/irfanworld.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/irfanworld.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/irfanworld.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/irfanworld.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/irfanworld.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/irfanworld.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/irfanworld.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=irfanworld.wordpress.com&amp;blog=527174&amp;post=58&amp;subd=irfanworld&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://irfanworld.wordpress.com/2009/12/20/yeh-dil-shayrana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/119cd348c44ce48b5830a2abc026ae14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">irfan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
