<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>

<channel>
	<title>PropertyInvesting.com | Pauk | Activity</title>
	<link>https://www.propertyinvesting.com/members/pauk/activity/</link>
	<atom:link href="https://www.propertyinvesting.com/members/pauk/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Pauk.</description>
	<lastBuildDate>Mon, 13 Apr 2026 02:43:10 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=2.8.1</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">847b23bce5f173465ca405f848dc9d0b</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/4/#post-4659178</link>
				<pubDate>Tue, 06 Dec 2011 04:40:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>MattstaI am suggesting only following natural disasters or in places declares &#039;boom&#039; towns. There are Gladstone residents now sleeping in the Town Show Grounds.I agree, all other rents should be by negotiation. I got a massive saving by asking for a 24 month lease at reduced rates. Funny thing is the agent did not want to present the offer. I&hellip;<span class="activity-read-more" id="activity-read-more-258171"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/4/#post-4659178" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d160e87ef908d6e22a5bd59bc7dd855e</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/4/#post-4659175</link>
				<pubDate>Mon, 05 Dec 2011 06:32:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>PaullieJust a quite word here and there in the halls, a beer with a Polly or two and the usual chatter&#8230; nothing to worry about&#8230;.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f1a980dcc540d87a13b505bc2c63f041</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/4/#post-4659173</link>
				<pubDate>Mon, 05 Dec 2011 03:19:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>PaullieTime will tell.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d1d549ba646ef76efecaea3ac22031cf</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/4/#post-4659171</link>
				<pubDate>Mon, 05 Dec 2011 02:57:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>PaullieI know enough by your comments.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0b9c5e455cd76dbbfa4b719f50da91a4</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/4/#post-4659170</link>
				<pubDate>Mon, 05 Dec 2011 02:56:13 +0000</pubDate>

									<content:encoded><![CDATA[<blockquote class="wp-embedded-content"><p><a href="http://www.macrobusiness.com.au/2011/12/labor-to-cap-rents/" rel="nofollow">Labor to cap private rents?</a></p></blockquote>
<p><script type='text/javascript'><!--//-->< ![CDATA[//><!--/** * WordPress inline HTML embed * * @since 4.4.0 * * This file cannot have ampersands in it. This is to ensure * it can be embedded in older versions of WordPress. * See https://core.trac.wordpress.org/changeset/35708. */(function ( window, document ) {	'use strict';	var supportedBrowser = false,		loaded = false;		if ( document.querySelector ) {			if ( window.addEventListener ) {				supportedBrowser = true;			}		}	window.wp = window.wp || {};	if ( !! window.wp.receiveEmbedMessage ) {		return;	}	window.wp.receiveEmbedMessage = function( e ) {		var data = e.data;		if ( ! ( data.secret || data.message || data.value ) ) {			return;		}		if ( /[^a-zA-Z0-9]/.test( data.secret ) ) {			return;		}		var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ),			blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ),			i, source, height, sourceURL, targetURL;		for ( i = 0; i < blockquotes.length; i++ ) {			blockquotes[ i ].style.display = 'none';		}		for ( i = 0; i < iframes.length; i++ ) {			source = iframes[ i ];			if ( e.source !== source.contentWindow ) {				continue;			}			source.removeAttribute( 'style' );			/* Resize the iframe on request. */			if ( 'height' === data.message ) {				height = parseInt( data.value, 10 );				if ( height > 1000 ) {					height = 1000;				} else if ( ~~height < 200 ) {					height = 200;				}				source.height = height;			}			/* Link to a specific URL on request. */			if ( 'link' === data.message ) {				sourceURL = document.createElement( 'a' );				targetURL = document.createElement( 'a' );				sourceURL.href = source.getAttribute( 'src' );				targetURL.href = data.value;				/* Only continue if link hostname matches iframe's hostname. */				if ( targetURL.host === sourceURL.host ) {					if ( document.activeElement === source ) {						window.top.location.href = data.value;					}				}			}		}	};	function onLoad() {		if ( loaded ) {			return;		}		loaded = true;		var isIE10 = -1 !== navigator.appVersion.indexOf( 'MSIE 10' ),			isIE11 = !!navigator.userAgent.match( /Trident.*rv:11./ ),			iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),			iframeClone, i, source, secret;		for ( i = 0; i < iframes.length; i++ ) {			source = iframes[ i ];			if ( source.getAttribute( 'data-secret' ) ) {				continue;			}			/* Add secret to iframe */			secret = Math.random().toString( 36 ).substr( 2, 10 );			source.src += '#?secret=' + secret;			source.setAttribute( 'data-secret', secret );			/* Remove security attribute from iframes in IE10 and IE11. */			if ( ( isIE10 || isIE11 ) ) {				iframeClone = source.cloneNode( true );				iframeClone.removeAttribute( 'security' );				source.parentNode.replaceChild( iframeClone, source );			}		}	}	if ( supportedBrowser ) {		window.addEventListener( 'message', window.wp.receiveEmbedMessage, false );		document.addEventListener( 'DOMContentLoaded', onLoad, false );		window.addEventListener( 'load', onLoad, false );	}})( window, document );//-->< !]]></script><iframe sandbox="allow-scripts" security="restricted" src="http://www.macrobusiness.com.au/2011/12/labor-to-cap-rents/embed/" width="500" height="282" title="&#8220;Labor to cap private rents?&#8221; &#8212; MacroBusiness" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e01bd6743ba85da24a0aa2665514ebaf</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/4/#post-4659169</link>
				<pubDate>Mon, 05 Dec 2011 02:50:33 +0000</pubDate>

									<content:encoded><![CDATA[<p> coAre rising Australian home prices good the economy?<a href="http://www.shareswatch.com.au/blog/investing/are-rising-australian-home-prices-good-the-economy/Often" rel="nofollow">http://www.shareswatch.com.au/blog/investing/are-rising-australian-home-prices-good-the-economy/Often</a>  lost in the debate about house and home prices in Australia is the  discussion regarding if our national obsession with housing is good or  bad for the overall economy.  Instead of rejoicing t&hellip;<span class="activity-read-more" id="activity-read-more-258162"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/4/#post-4659169" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a42c1b4f81395e5a8abef1d05f7e7020</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/3/#post-4659167</link>
				<pubDate>Mon, 05 Dec 2011 02:20:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>PaullieThanks for your intelligent input. Let me guess, you are a speculator?If you actually have anything to constructive add, shoot, or crawl back under your rock.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a65b1580a2111d893ebe93f2b4729586</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/3/#post-4659165</link>
				<pubDate>Mon, 05 Dec 2011 02:05:15 +0000</pubDate>

									<content:encoded><![CDATA[<p>PaullieWhat is ridiculous?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">eeb5b27eb8582fa47af858a315b82118</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/3/#post-4659163</link>
				<pubDate>Sat, 03 Dec 2011 04:13:12 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://www.abc.net.au/news/2011-12-02/to-buy-or-not-to-buy/3710282" rel="nofollow">http://www.abc.net.au/news/2011-12-02/to-buy-or-not-to-buy/3710282</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">557b8b214a1438b5ae98155a1b721b52</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/3/#post-4659162</link>
				<pubDate>Sat, 03 Dec 2011 04:11:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>       <a href="/user/dwolfe" rel="nofollow">DWolf</a>Correct, our death rates double over the next 25 years and as the boomers depart the planet, big changes will unfold in property.I still feel we need to do many things now and create an anti-speculation environment going forward.For me, I will buy somewhere on the Sunshine Coast. Probably acreage. Not too much in cash, in any one bank&hellip;<span class="activity-read-more" id="activity-read-more-271171"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/3/#post-4659162" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7ed19875c59c6f4e0fd409e1b85749d4</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/3/#post-4659160</link>
				<pubDate>Fri, 02 Dec 2011 22:42:00 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="/user/dwolfe" rel="nofollow">DWolfe</a><span class="forum-posts">Not all bears live in caves. I have enough liquid assets to buy outright. Why would I in a falling market? From my demographic research, prices will continue to fall until around 2018.I am not sure that increasing supply would be a good think when our population growth is approx 1.3% now. Made up of 0.7% natural growth. Babies do not create&hellip;</span><span class="activity-read-more" id="activity-read-more-271169"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/3/#post-4659160" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c8a2384e7bc656ed574cf0646a0e617e</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/3/#post-4659158</link>
				<pubDate>Fri, 02 Dec 2011 21:43:38 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="/user/nevertoolate" rel="nofollow">nevertoolate</a>1. Yes many will be underwater and currently are.2. People have always lied to cheat the dole etc. That does not mean reform is not needed.3. Good point about land tax on agriculture land. This will need to be addressed.4. people living alone is not good for their health, as medical research has shown. Isolation is not good.5. Yes,&hellip;<span class="activity-read-more" id="activity-read-more-271167"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/3/#post-4659158" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6def09f9d0251fa052d9b5afda82b8f5</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/3/#post-4659154</link>
				<pubDate>Fri, 02 Dec 2011 04:58:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>I see the party is going to move of capping rents. About time&#8230;.<a href="http://www.apimagazine.com.au/api-online/news/2011/12/why-capping-rents-would-be-disastrous" rel="nofollow">http://www.apimagazine.com.au/api-online/news/2011/12/why-capping-rents-would-be-disastrous</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1dcd428644e8600472f099c71bd4a250</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/3/#post-4659153</link>
				<pubDate>Thu, 01 Dec 2011 07:28:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>1. No tax payable for the value to $1 million. Sell at $1.5 million and 20% of the $500k is $100k.2. Net estate on death/inheritance, after mortgages and all debts repaid.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6bb38bf213aa63a917fffe1ce698e5c4</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/2/#post-4659148</link>
				<pubDate>Thu, 01 Dec 2011 06:23:10 +0000</pubDate>

									<content:encoded><![CDATA[<p>fwordThe boomer inheritance pool was estimated at $400 billion. Take of 20% for the possible property falls to come and it is still a substantial amount at approx $61k each? Please check my maths&#8230;Yes I believe, death taxes are fair for estates over $1million. The 20% would only apply to the amount above $1million.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a94591ddac5eb3f9070f3a575bd75dd2</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/2/#post-4659144</link>
				<pubDate>Thu, 01 Dec 2011 00:58:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>       <a href="/user/ummester" rel="nofollow">ummester</a>Mmmmm&#8230;. a &#039;love bubble&#039;. I like it.fword1/3 of boomers do not want to leave any inheritance. Not a good stat to be proud of. Much the same across western nations.Immigration means we now have 5.2 million boomers from the 4.1 million born here. 80% will require full or part pension. It did not work and only kicked the can down the&hellip;<span class="activity-read-more" id="activity-read-more-261393"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/2/#post-4659144" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d202e64f1254223e7293a3d505b09d45</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/2/#post-4659137</link>
				<pubDate>Wed, 30 Nov 2011 08:31:15 +0000</pubDate>

									<content:encoded><![CDATA[<p>just for the view a few years back. 1997<strong>2051 25 million</strong><a href="http://www.abs.gov.au/AUSSTATS/abs@.nsf/Previousproducts/3222.0Media%20Release31997%20to%202051?opendocument&#038;tabname=Summary&#038;prodno=3222.0&#038;issue=1997%20to%202051&#038;num=&#038;view=and" rel="nofollow">http://www.abs.gov.au/AUSSTATS/abs@.nsf/Previousproducts/3222.0Media%20Release31997%20to%202051?opendocument&#038;tabname=Summary&#038;prodno=3222.0&#038;issue=1997%20to%202051&#038;num=&#038;view=and</a> then by 2000<strong>middle series. 2051 26.4 million and 2101 at 26.4&hellip;</strong><span class="activity-read-more" id="activity-read-more-261386"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/2/#post-4659137" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0c58a7e04173812e5bf2a5bac61e538c</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/2/#post-4659135</link>
				<pubDate>Wed, 30 Nov 2011 04:09:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>1. They will be less workers per dependent as our participation rates start their decline. Less people to pay more tax, if you want to get the revenues from the workers.2. Emigration &#8211; peakinghttp://www.immi.gov.au/media/fact-sheets/05emigration.htmhttp://www.immi.gov.au/media/fact-sheets/05emigration_1.htm &#8211; they have not updated the chart and it&hellip;<span class="activity-read-more" id="activity-read-more-261384"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/2/#post-4659135" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">71fd4714440223ab876896a3fb028bd6</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/2/#post-4659132</link>
				<pubDate>Tue, 29 Nov 2011 23:59:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>On GermanyIt is not recent anti-speculation laws for resendential.1920 Hitler made it so.<a href="http://constitutionalistnc.tripod.com/hitler-leftist/" rel="nofollow">http://constitutionalistnc.tripod.com/hitler-leftist/</a> (Item 17)http://www.ptireturns.com/en/tax_info/de.phphttp://www.globalpropertyguide.com/Europe/Germany/Taxes-and-Costs</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">593a24ecc3f390d3b8e799a7f3e945f4</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/2/#post-4659131</link>
				<pubDate>Tue, 29 Nov 2011 23:55:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>fword1. 1/3 of our population growth in real numbers is our demographic momentum, or more people living longer.2. 66% of our NOM are temporary Visa holders.3. We are currently experiencing peak emigration.4. What do you think the June population growth percentage will be? My guess 1.3% (0.7% is our natural growth)5. In the next 25 years our death&hellip;<span class="activity-read-more" id="activity-read-more-261380"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/page/2/#post-4659131" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3b26a1116b2acc8964a4d518f6290b86</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659127</link>
				<pubDate>Tue, 29 Nov 2011 11:27:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>fword1. We are all selfish.2. Greed was good and now it is not so good.3. Outright owners will care as prices fall, mortgage holders will care more and least to care will be the 32% of the total population that are renters.4. I can not think of why house prices rising faster than wage growth, could possibly be a good thing for society. Perhaps you&hellip;<span class="activity-read-more" id="activity-read-more-135506"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659127" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">535a45b45c21d9f02f87d89a9c00fa10</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659126</link>
				<pubDate>Tue, 29 Nov 2011 11:21:51 +0000</pubDate>

									<content:encoded><![CDATA[<p><strong>Germany</strong>GDP &#8211; $3.316 trillion (2010) Taxes and Other revenues &#8211; 43% of GDP (2010) Market Value &#8211; $1.43 trillion Exports &#8211; $1.303 trillion (6 times greater than Australia) Net Foreign Investment &#8211; $1.427 trillion more external than internally held.20.6% over 65 and Median age 44Anti-speculation laws for residential property helped build this&hellip;<span class="activity-read-more" id="activity-read-more-135505"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659126" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e86db6a3555cdddf7c8ed358d9cca2fd</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659123</link>
				<pubDate>Tue, 29 Nov 2011 06:34:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>fwordI stand corrected.Outright owners will care, just not as much as someone who is now, or approaching being underwater.I also take note, that you feel 50% of people may believe, that falling house prices will ultimately be a good thing.ummesterAll that is required is anti-speculation laws and taxes, like Germany. How much better off would be be&hellip;<span class="activity-read-more" id="activity-read-more-135502"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659123" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e5ec98beef2a2237a29528e05c9e41f9</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659119</link>
				<pubDate>Mon, 28 Nov 2011 11:39:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>1. 32% of all homes, not 32% of the population.2. If I buy a car or a TV I expect it to be worth 30% less the moment I take possession3. Land valuations are currenly done by the Valuer General..4. Housing will decline to its intrinsic value, or 3.5 times a single wage, or when the mortgage (90% LVR) payment is 1.5 times the rental yield.6. Did you&hellip;<span class="activity-read-more" id="activity-read-more-135498"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659119" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">531fd5f3eb8053510338d5eb49455e34</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659117</link>
				<pubDate>Mon, 28 Nov 2011 05:00:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>                <strong>Pauk wrote:</strong> </p>
<blockquote><p>Quite wrong. The outright owners are  the biggest group not to care at all if prices drop 40% over the next 7  years. They have their &#039;home&#039; and it may be irrelevant if it is at  either a top price or a bottom price. They just do not care.</p></blockquote>
<p>  Still disagree. For the vast majority of Australians, most of their  wealth lies&hellip;<span class="activity-read-more" id="activity-read-more-135496"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659117" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">10f914137fb6f658bfa15242d3f7606e</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659115</link>
				<pubDate>Sun, 27 Nov 2011 12:14:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>fwordSince when was this ever a &#039;goal&#039;? People set out to make life easier and better for themselves, NOT make life miserable for everybody else. Don&#039;t develop a complex here.Me in blackI do not accept that individualism is so alive. Making the cost of living cheaper for the following generations, is my goal.Depends on whether you currently own a&hellip;<span class="activity-read-more" id="activity-read-more-135494"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659115" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c20776dedddee51bb9d316b2f8837a9f</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659114</link>
				<pubDate>Sun, 27 Nov 2011 11:58:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>ummester wrote:</p>
<p>fWord wrote:<br />
Since when was this ever a &#039;goal&#039;? People set out to make life easier and better for themselves, NOT make life miserable for everybody else. Don&#039;t develop a complex here.</p>
<p>I&#039;m gonna end up posting a John Lennon song:)</p>
<p>Agree. I think the preoccupation with property, is breaking in front of you now and &#039;equality&#039;&hellip;<span class="activity-read-more" id="activity-read-more-135493"><a href="https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659114" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8670bdaaa8e0d451d1c44c1fda7e7129</guid>
				<title>Pauk replied to the topic Time to ponder? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405232-time-to-ponder/#post-4659111</link>
				<pubDate>Sun, 27 Nov 2011 05:00:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>fWordThanks, and noted.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">62e642b98af5c0169b062e0f4c89ff8a</guid>
				<title>Pauk replied to the topic Sourcing your own property v using an agent in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4405142-sourcing-your-own-property-v-using-an-agent/#post-4658606</link>
				<pubDate>Mon, 21 Nov 2011 13:12:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>forsaleforlease.com.au will get your private sale into all the major portals for $495 last time I looked.</p>
<p>So why use an agent? Everybody knows that realestate.com.au is the source for buyers.</p>
<p>So as Mr Meldrom would say, do yourself a favour and if you have to discount, take off  the coms of what an agent would have got.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f1805da4cef3c6e2a9ae29ac3fff0345</guid>
				<title>Pauk replied to the topic The steps to watch for in the coming Australian housing correction in the forum Peaking emigration, 32% of</title>
				<link>https://www.propertyinvesting.com/topic/4403251-the-steps-to-watch-for-in-the-coming-australian-housing-correction/page/11/#post-4645239</link>
				<pubDate>Mon, 21 Nov 2011 12:52:10 +0000</pubDate>

									<content:encoded><![CDATA[<p>Peaking emigration, 32% of workers are part time or casual, thee US can;t get their act together, the EU is falling apart and China is about to pop its RE bubble&#8230;..</p>
<p>No all is fine&#8230;&#8230;.not.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">53741aefd601294daf5958d2905423bc</guid>
				<title>Pauk replied to the topic No Housing Bubble in Australia...is there? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4400323-no-housing-bubble-in-australia-is-there/page/9/#post-4626713</link>
				<pubDate>Sat, 19 Feb 2011 03:48:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>If we had a 3.5% to 4,5% tax of the sale of property like the Germans, who also have 25% capital gains&#8230;.<br />
62% of German rent and a very large number of them invest into the mutual funds that owns the housing. Speculation has been frowned upon from Hitler on&#8230;..</p>
<p>Here?<br />
1. New credit laws to make it harder for anyone over 35 to get a loan&#8230;..did&hellip;<span class="activity-read-more" id="activity-read-more-267078"><a href="https://www.propertyinvesting.com/topic/4400323-no-housing-bubble-in-australia-is-there/page/9/#post-4626713" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">de0afb507fa46da607653413643c538b</guid>
				<title>Pauk replied to the topic Our population growth is falling rapidly.... in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4402768-our-population-growth-is-falling-rapidly/#post-4641782</link>
				<pubDate>Sat, 19 Feb 2011 02:33:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>In 2010&#8230;.The brain drain&#8230;&#8230;</p>
<p>88,200 Australian residents departed permanently, or approx 1,700 per week and of the total number, 53,000 were skilled and mostly between 25 and 35!<br />
86,300 long term residents departed permanently<br />
203,160 long term residents departed permanently<br />
377,640 total permanent departures, or approx 31,470 per&hellip;<span class="activity-read-more" id="activity-read-more-3661"><a href="https://www.propertyinvesting.com/topic/4402768-our-population-growth-is-falling-rapidly/#post-4641782" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4e49b3eb0936419d67a6d7cc31283e51</guid>
				<title>Pauk replied to the topic Whats the best way out??? in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4402783-whats-the-best-way-out/#post-4641862</link>
				<pubDate>Sun, 13 Feb 2011 23:47:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>Rent and rent your property out. This will add income to you and increase your eligibility for higher loans.<br />
You will be able to move back in and still claim it as your PPOR for up to six years, to avoid the CGT.</p>
<p>If after completing the two units, the yields are low and you have based your assumptions on capital gains, then sorry, you made a bad&hellip;<span class="activity-read-more" id="activity-read-more-179042"><a href="https://www.propertyinvesting.com/topic/4402783-whats-the-best-way-out/#post-4641862" rel="nofollow">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ae4020a742ca82cbea5e177bfef62d76</guid>
				<title>Pauk replied to the topic Our population growth is falling rapidly.... in the forum General Property</title>
				<link>https://www.propertyinvesting.com/topic/4402768-our-population-growth-is-falling-rapidly/#post-4641781</link>
				<pubDate>Sun, 13 Feb 2011 05:22:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>It is really the people leaving, emigrants that is the main problem.<br />
Long term visitors are returning home, students are not getting permanent visas, NZ are no longer getting the dole and 42,000 Australian born residents left permanently last year and it is trending up&#8230;.</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using disk: enhanced (Page is feed) 
Minified using apc
Database Caching 323/379 queries in 0.090 seconds using apc

Served from: www.propertyinvesting.com @ 2026-04-13 13:34:52 by W3 Total Cache
-->