

<!DOCTYPE html>
<html class="no-js" lang="en">

<head>

    <!--<meta charset="ISO-8859-1" />-->
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

	<title>Ingenious VCTs | FAQs
	</title>
	
	
	<style type="text/css">
		@import url("http://fast.fonts.com/t/1.css?apiType=css&projectid=aa4540f3-7d40-4c5e-9673-6ec42d2b638f");
		@font-face{
		font-family:"OfficinaSerifITCW01-Boo 734540";
		src:url("/Fonts/d29a1003-aa62-4492-a4ab-3b649c7efccd.eot?iefix") format("eot");}
		@font-face{
		font-family:"OfficinaSerifITCW01-Boo 734540";
		src:url("/Fonts/d29a1003-aa62-4492-a4ab-3b649c7efccd.eot?iefix");
		src:url("/Fonts/d8999082-96b7-4355-bab1-d135f4e4bee7.woff") format("woff"),url("/Fonts/e0a4e45b-0b2e-4b30-82d9-808d85415dc9.ttf") format("truetype"),url("/Fonts/9e9b325c-b638-44e5-9889-91dd0d826f86.svg#9e9b325c-b638-44e5-9889-91dd0d826f86") format("svg");
		}
	</style>
	
	
	<link rel="stylesheet" href="/css/style.dcss" />
		
	<meta name="description" content=""/>
	<meta name="keywords" content=""/>
	
	<script type="text/javascript" src="/js/mootools-core-1.3-full-compat-yc.js"></script>
	<script type="text/javascript" src="/js/mootools-more-1.3.2.1.js"></script>
	<script type="text/javascript" src="/js/simple-carousel-src.class.js"></script>
	<script type="text/javascript" src="/js/modernizr.js"></script>
    <script type="text/javascript" src="/js/mooselecta.js"></script>
  	<script type="text/javascript" src="/js/inc_basic.js"></script> 	
	
	<script src="/js/SqueezeBox.js"></script>
	<script>
		window.addEvent('domready',function(){
			SqueezeBox.initialize({
				parse: 'data-squeeze'
			});
			SqueezeBox.assign($$('a.SqueezeBox'));
		});
	</script>
      
</head>
<body class="theme1">


	
    <div class="bg1">
        <header id="topheader">
		    <div id="top">
		        <div id="top-content">
			        <div id="links">
				        <a href="/" class="homelink"><span class="hide">[</span>Home<span class="hide">]</span></a>
				        <a href="http://www.ingeniousmedia.co.uk" class="link"><span class="hide">[</span>Ingenious<span class="hide">]</span></a>
				        <!--<a href="http://www.imaclimited.com" class="link"><span class="hide">[</span>IMAC<span class="hide">]</span></a>
				        <a href="#" class="accesslink"><span class="hide">[</span><span class="hide">]</span></a>-->
			        </div>
			        <div id="search">
				        <form action="/search" method="post">
					        <fieldset>	   
					            <label for="siteSearchText">Search</label>         
						        <input type="text" name="siteSearchText" id="siteSearchText" maxlength="100" value="Search..." onfocus="ClearInput(this,'Search...')" />
						        <button type="submit"><span class="hide">Search</span></button>
					            <div class="clear"></div>
					        </fieldset>
				        </form>
			        </div>
		        </div>
	        </div>
			<h1>
			    <span class="hide">INGENIOUS</span>
				<a href="/home" class="home"><span class="hide">[</span><img src="/images/logo.png" alt="Ingenious VCTs" /></a>
			</h1>
			<nav>
				<ul><li class = "theme1 first"><a href="/about-vcts">About VCTs</a></li><li class = "theme1"><a href="/investment-opportunities">Investment Opportunities</a></li><li class = "theme1  hasChildren"><a href="/existing-vcts">Existing VCTs</a></li><li class = "theme1"><a href="/our-team">Our Team</a></li><li class = "theme1"><a href="/news-and-publications">News and Publications</a></li><li class = "theme1"><a href="/video-library">Video Library</a></li><li class = "theme1"><a href="/contact-vcts">Contact VCTs</a></li><li class = "theme1  selectedl1 last"><a href="/faqs">FAQs</a></li></ul>
				<div class="clear"></div>
			</nav>
		</header>

<script>

	window.addEvent('domready',function(){
	
	    var theme = 'theme1';
	    var themeColor = '#7d7d7d';
	    
	    $$('.faq').each(function(el,index){	
	        var src = el.getElement('.show-hide-image').getProperty('src');
		    var extension = src.substring(src.lastIndexOf('.'),src.length)
		    var answerSize = el.getElement('.faq-answer').getSize();
		    el.getElement('.faq-answer').setStyle('height','0');
   		    el.getElement('.faq-answer').set('morph');
			el.addEvents({
				'mouseenter':function(){
				    var checkAnswerSize = el.getElement('.faq-answer').getSize();
				    if(checkAnswerSize.y == '0'){
					    el.getElement('.faq-question').setStyle('backgroundColor','#005072');
					    el.getElement('.faq-question').setStyle('color','#FFFFFF');
					    el.getElement('.show-hide-image').setProperty('src',src.replace(extension,'-hover' + extension));
					}
				},
				'mouseleave':function(){	
				    var checkAnswerSize = el.getElement('.faq-answer').getSize();
				    if(checkAnswerSize.y == '0'){
					    el.getElement('.faq-question').setStyle('backgroundColor','#FFFFFF');
					    el.getElement('.faq-question').setStyle('color','#6a6e6b');
					    el.getElement('.show-hide-image').setProperty('src',src.replace('-hover',''));
					}
				},
				'click':function(){
				    var checkAnswerSize = el.getElement('.faq-answer').getSize();
				    if(checkAnswerSize.y == '0'){    
				        el.getElement('.faq-answer').morph({
						    'height':(answerSize.y + 20)
						    }
					    );
					    el.getElement('.show-hide-image').setProperty('src','/images/faq-open.gif');
				        el.getElement('.faq-question').setStyle('backgroundColor','#FFFFFF');
					    el.getElement('.faq-question').setStyle('color','#000000');		
					}else{	    
				        el.getElement('.faq-answer').morph({
						    'height': 0
						    }
					    );
					    el.getElement('.show-hide-image').setProperty('src','/images/faq-closed-'+theme+'.gif');
					    el.getElement('.faq-question').setStyle('color','#6a6e6b');	
					}
				}
			});
		});

	});	
		
</script>

    <div id="content-container">
    
		<div id="content" class="nomodule nofloat marginauto">
            <div id="content-inner">
            
                
                <div id="introimage">
                    <img src="/clientimages/content_faqs_09082011093214.jpg" class="ImageArea" title="FAQs" alt="FAQs" />
                </div>
                
            
            <h2>FAQs</h2>
    
            <div id="intro">
                
            </div>

            <div id="faq">
                
        <div class="faqs">
            
                    <div class="faq">
                        <div class="faq-question">
                            <div style="float:left;"><img src="/images/faq-closed-theme1.gif" alt="Expand FAQ" class="show-hide-image" /></div>
                            <div style="float:left;width:460px;">What is a Venture Capital Trust? </div>
                            <div class="clear"></div>
                        </div>
                        <div class="faq-answer">
                            <p>Venture Capital Trusts (VCTs) were introduced in 1995 and are designed to encourage individuals to invest indirectly in a range of small higher-risk trading companies using a listed Investment Trust structure.</p>
<p>Ingenious VCTs offer the following benefits:</p>
<ul>
<li>Attractive expected returns and consistent annual tax-free dividends</li>
<li>30% income tax relief</li>
<li>Significant downside protection </li>
<li>5-year liquidity strategy</li>
</ul>
<p>In addition, any gain realised by an investor on the sale of shares in a VCT is not subject to Capital Gains Tax and as an Investment Trust, the VCT itself does not pay Corporation Tax on any gains arising on the disposal of underlying VCT investments.</p>
                        </div>
                    </div>
                
                    <div class="faq">
                        <div class="faq-question">
                            <div style="float:left;"><img src="/images/faq-closed-theme1.gif" alt="Expand FAQ" class="show-hide-image" /></div>
                            <div style="float:left;width:460px;">What are the VCT Tax Reliefs?</div>
                            <div class="clear"></div>
                        </div>
                        <div class="faq-answer">
                            <p>Planned exit VCTs provide investors with a combination of tax advantages. Qualifying investors will receive 30% upfront tax relief on their investment provided that the shares are held for at least five years. In addition, dividends and gains on the disposal of shares are exempt from taxation under current legislation.</p>
                        </div>
                    </div>
                
                    <div class="faq">
                        <div class="faq-question">
                            <div style="float:left;"><img src="/images/faq-closed-theme1.gif" alt="Expand FAQ" class="show-hide-image" /></div>
                            <div style="float:left;width:460px;">How can I obtain the tax relief? </div>
                            <div class="clear"></div>
                        </div>
                        <div class="faq-answer">
                            <p>Each VCT will issue each shareholder with a tax certificate which should be used to claim the 30% income tax relief. Individuals can claim their relief either by obtaining an adjustment to their PAYE tax code by ringing their local tax office or through self assessment. <br /><br />Dividends received on shares acquired in VCTs (on investments up to &pound;200,000 per tax year) are not required to be shown on a shareholder&rsquo;s self assessment tax return.</p>
                        </div>
                    </div>
                
                    <div class="faq">
                        <div class="faq-question">
                            <div style="float:left;"><img src="/images/faq-closed-theme1.gif" alt="Expand FAQ" class="show-hide-image" /></div>
                            <div style="float:left;width:460px;">Can the 30% Tax Relief be withdrawn? </div>
                            <div class="clear"></div>
                        </div>
                        <div class="faq-answer">
                            <p>VCTs have 3 years in which to meet the qualifying provisions. During that time, investors are granted provisional relief subject to the conditions being met. No VCT has yet failed to meet these requirements in the allotted time.</p>
                        </div>
                    </div>
                
                    <div class="faq">
                        <div class="faq-question">
                            <div style="float:left;"><img src="/images/faq-closed-theme1.gif" alt="Expand FAQ" class="show-hide-image" /></div>
                            <div style="float:left;width:460px;">What is the annual limit for subscriptions to VCTs? </div>
                            <div class="clear"></div>
                        </div>
                        <div class="faq-answer">
                            <p>There is no annual limit for subscriptions to VCTs however tax reliefs will only be obtained on &pound;200,000 in any single tax year. This applies to the combined total of any new VCT share subscriptions and market purchases. Husband and wife can make separate claims for &pound;200,000 each for any one tax year.</p>
                        </div>
                    </div>
                
                    <div class="faq">
                        <div class="faq-question">
                            <div style="float:left;"><img src="/images/faq-closed-theme1.gif" alt="Expand FAQ" class="show-hide-image" /></div>
                            <div style="float:left;width:460px;">What dividends are paid by Ingenious VCTs? </div>
                            <div class="clear"></div>
                        </div>
                        <div class="faq-answer">
                            <p>The VCTs aim to deliver target annual dividends of 5 &ndash; 7p which represents a running gross equivalent yield of 14-20% on a net cost on investment of 70 pence.</p>
                        </div>
                    </div>
                
                    <div class="faq">
                        <div class="faq-question">
                            <div style="float:left;"><img src="/images/faq-closed-theme1.gif" alt="Expand FAQ" class="show-hide-image" /></div>
                            <div style="float:left;width:460px;">How risky are VCTs?</div>
                            <div class="clear"></div>
                        </div>
                        <div class="faq-answer">
                            <p>VCTs should be seen as longer term investments and may be higher risk and more difficult to realise than investing in other securities listed in the Official List of the UK Listing Authority and admitted to trading on the London Stock Exchange. VCTs are designed to provide capital for small companies and each VCT will invest in several companies. <br /><br />As such, there is a risk that these companies may not perform as hoped and in some circumstances may fail completely. Although every step is taken to protect our shareholders from risk it is advised that individuals consider carefully their appetite for risk and their ability to engage in long term 5 year investments such as VCTs before making an investment.</p>
                        </div>
                    </div>
                
                    <div class="faq">
                        <div class="faq-question">
                            <div style="float:left;"><img src="/images/faq-closed-theme1.gif" alt="Expand FAQ" class="show-hide-image" /></div>
                            <div style="float:left;width:460px;">How does Ingenious mitigate risk for investors in the Entertainment VCT?</div>
                            <div class="clear"></div>
                        </div>
                        <div class="faq-answer">
                            <p>The following strategies are utilised by the Entertainment VCTs at all times in order to mitigate risk:</p>
<ul>
<li>Each VCT invests in a range of companies in order to spread risk for our investors. </li>
<li>All Ingenious Entertainment VCTs&rsquo; investments must demonstrate that they have secured a minimum revenue guarantee of 75% of the total investment before the cash is deployed.</li>
<li>Each investee company will engage the services of an experienced producer or promoter with a proven track record in bringing media projects to market. Investments are made when the fund manager is confident that those involved are capable of delivering the returns targeted by the Entertainment VCTs. </li>
<li>All Ingenious investments are managed by a dedicated and experienced team who select each project carefully against strict investment criteria. All investments are monitored and managed on a daily basis by the team to drive commercial success and mitigate risk. </li>
<li>Each investee company will be required, where appropriate, to obtain relevant insurance policies in order to protect themselves against normal industry risks.</li>
</ul>
                        </div>
                    </div>
                
                    <div class="faq">
                        <div class="faq-question">
                            <div style="float:left;"><img src="/images/faq-closed-theme1.gif" alt="Expand FAQ" class="show-hide-image" /></div>
                            <div style="float:left;width:460px;">What is the advantage of being in a planned exit VCT?</div>
                            <div class="clear"></div>
                        </div>
                        <div class="faq-answer">
                            <p>A planned exit VCT plans to provide investors with an exit as soon as practical after 5 years.&nbsp; This allows investors to take advantage of the generous tax incentives of a VCT whilst retaining a target date for liquidity for investors.&nbsp;</p>
                        </div>
                    </div>
                
                    <div class="faq">
                        <div class="faq-question">
                            <div style="float:left;"><img src="/images/faq-closed-theme1.gif" alt="Expand FAQ" class="show-hide-image" /></div>
                            <div style="float:left;width:460px;">How many companies will an Ingenious VCT invest in?</div>
                            <div class="clear"></div>
                        </div>
                        <div class="faq-answer">
                            <p>The Entertainment VCTs have no set target with regards to the number of companies that they aim to invest in, however, historically a portfolio of 8-10 events is created. The VCT must deploy 70% of all funds in qualifying investments within three years in order to qualify. Throughout this time, the fund manager aims to invest in a range of different companies in order to mitigate risk for shareholders and meet target returns. All investee companies are carefully considered in order to ensure that they meet our strict investment criteria.</p>
                        </div>
                    </div>
                
                    <div class="faq">
                        <div class="faq-question">
                            <div style="float:left;"><img src="/images/faq-closed-theme1.gif" alt="Expand FAQ" class="show-hide-image" /></div>
                            <div style="float:left;width:460px;">Why invest in the Live and Entertainment Sectors? </div>
                            <div class="clear"></div>
                        </div>
                        <div class="faq-answer">
                            <p>Despite a challenging economic environment in 2009 UK live music revenues increased by 9.4% to &pound;1.5bn and now exceed recorded music earnings [PRS Music Industry Report 2010]. <br /><br />Ingenious Entertainment VCTs are currently focusing on the live sector in order to take advantage of several complimentary trends in this area. These include the increase of live revenues across the sector in reaction to changing consumer habits and changing trends in the advertising industry as companies seek new ways to engage audiences. Finally technological advances have also created enhanced opportunities for live and entertainment platforms making this sector a very promising investment opportunity.</p>
                        </div>
                    </div>
                
                    <div class="faq">
                        <div class="faq-question">
                            <div style="float:left;"><img src="/images/faq-closed-theme1.gif" alt="Expand FAQ" class="show-hide-image" /></div>
                            <div style="float:left;width:460px;">What does Ingenious look for before they make an investment out of a VCT?</div>
                            <div class="clear"></div>
                        </div>
                        <div class="faq-answer">
                            <p>When making an investment in this sector Ingenious applies its considerable experience to assess the content and growth opportunities of each particular project. Each investee company engages the services of an experienced producer or promoter with a proven track record in bringing media projects to market. Investments are only ever made when the fund manager is confident the project is capable of delivering the returns targeted by the Entertainment VCTs.</p>
                        </div>
                    </div>
                
        </div>
        
            </div>
            <p>Nothing on this website or the documents contained constitutes investment, tax, legal or other advice by Ingenious Media Investments Limited or Ingenious Ventures (a division of Ingenious Asset Management Limited). An investor should seek advice about their own personal financial position in relation to entitlement to tax reliefs.</p>
            </div>
        </div>
        <div class="clear"></div>
    </div>  
            
		<footer>
		    <nav>
			    <!--<a href="/accessibility"><span class="hide">[</span>Accessibility<span class="hide">]</span></a>-->
			    <a href="/legal-notice"><span class="hide">[</span>Legal Notice<span class="hide">]</span></a>
			    <a href="/privacy-policy"><span class="hide">[</span>Privacy Policy<span class="hide">]</span></a>
			    <a href="/sitemap" class="norightmargin"><span class="hide">[</span>Sitemap<span class="hide">]</span></a>
			    <!--<a href="http://www.twitter.com" class="twitter"><span class="hide">[</span>Follow Ingenious on Twitter <img src="/images/twitter.gif" alt="Twitter" /><span class="hide">]</span></a>
			    <a href="http://www.facebook.com" class="facebook norightmargin"><span class="hide">[</span>Join us on Facebook <img src="/images/facebook.gif" alt="Facebook" /><span class="hide">]</span></a>-->
		    </nav>
			<p>&copy;2012 Ingenious Media Holdings plc. All rights reserved. Registration No. 6525088 Registered in England and Wales. Registered Office 15 Golden Square London W1F 9JG</p>
	    </footer>
	    
	</div> <!-- End Container -->
	
	<script type="text/javascript" src="/js/cufon.js" ></script>
	<script type="text/javascript" src="/js/avenir.js" ></script>
	<script type="text/javascript" src="/js/chaparralpro.js" ></script>
	<script type="text/javascript" src="/js/officinasans.js" ></script>
	
	<!--[if gte IE 9]><script type="text/javascript"> Cufon.set('engine', 'canvas'); </script><![endif]--> 
	
	<script type="text/javascript">
		
		Cufon.replace('#topheader ul li a',{fontFamily:'avenir',hover: true});
		Cufon.replace('.module .title',{fontFamily:'avenir'});
		//Cufon.replace('header h1 a',{fontFamily:'officinasans'});
		//Cufon.replace('article.home p',{fontFamily:'chaparralpro'});
		//Cufon.replace('#landing-container article.intro p',{fontFamily:'chaparralpro'});   
		
	</script>
	
	<script type="text/javascript"> Cufon.now();</script>
	
    <script type="text/javascript" src="/include/taglinks.js"></script>
	<script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-3985007-39");
    pageTracker._trackPageview();
    } catch(err) {}</script>
	
	<div class="hide"></div>
</body>
</html>


