Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

35 Sectors
RankChartSector *1m *3m *6m *1y *3y *5y *Constituents
1chartABI Asia Pacific ex Japan+3.6-20.2-31.1-28.7+7.8+46.9constituents list
2chartABI Asia Pacific inc Japan+4.8-14.1-24.9-21.5-5.8+29.7constituents list
3chartABI Balanced Managed+1.7-14.5-21.5-20.2-9.3+15.2constituents list
4chartABI Cautious Managed+1.1-11.5-16.1-16.4-9.8+6.8constituents list
5chartABI Commodity/Energy+1.9-32.4-47.7-40.3-8.2+15.4constituents list
6chartABI Defensive Managed+0.8-5.9-7.7-8.7-3.8+11.1constituents list
7chartABI Distribution-0.2-12.3-17.3-19.9-18.2-8.1constituents list
8chartABI Europe ex UK+3.7-18.9-29.7-25.8-3.7+34.1constituents list
9chartABI Europe inc UK+2.8-23.1-33.7-29.9-13.5+17.2constituents list
10chartABI Flexible Managed+1.8-18.0-26.3-24.4-12.1+15.2constituents list
11chartABI Global Emerging Markets+2.8-30.0-40.6-37.0-4.4+59.8constituents list
12chartABI Global Equities+2.6-18.1-26.1-23.2-12.0+12.9constituents list
13chartABI Global Fixed Interest+8.9+7.4+8.1+14.1+15.4+19.8constituents list
14chartABI Global High Yield+2.3-15.9-19.4-17.5-8.6+7.6constituents list
15chartABI Global Property-5.8-20.3-29.8-27.9-19.6+1.6constituents list
16chartABI Japan+9.8-0.1-11.4-8.8-25.5+4.1constituents list
17chartABI Money Market+0.1+0.5+1.3+2.9+9.5+15.6constituents list
18chartABI North America+4.2-13.5-17.1-14.7-16.1+0.4constituents list
19chartABI Protected/Guaranteed Funds+0.3-3.2-6.2-5.5+2.9+16.7constituents list
20chartABI Specialist+2.7-11.6-15.4-16.7-10.6+6.4constituents list
21chartABI Sterling Corporate Bond+0.2-8.6-9.1-10.9-9.6+0.3constituents list
22chartABI Sterling Fixed Interest+0.9-3.9-3.5-5.0-2.9+9.2constituents list
23chartABI Sterling High Yield-1.2-15.4-17.9-19.4-14.4-0.9constituents list
24chartABI Sterling Long Bond-0.7-10.5-10.4-13.0-10.7+8.0constituents list
25chartABI Sterling Other Fixed Interest-0.5-12.5-14.1-15.4-11.4+1.4constituents list
26chartABI Sterling Pref Shs & Convertables+2.9-11.7-17.6-18.6-14.0+6.2constituents list
27chartABI UK All Companies-0.7-22.1-30.9-30.4-18.3+7.7constituents list
28chartABI UK Direct Property-2.8-6.7-10.1-19.8-9.3+15.9constituents list
29chartABI UK Equity Income+1.4-15.8-24.7-26.1-14.4+15.2constituents list
30chartABI UK Gilt+2.0+1.4+3.0+2.0+4.1+14.5constituents list
31chartABI UK Index-linked Gilts+0.1-8.0-4.6-2.1+7.3+22.2constituents list
32chartABI UK Property Securities-8.3-18.5-27.2-33.6-32.2-3.0constituents list
33chartABI UK Smaller Companies-5.3-28.3-36.3-38.0-24.1+8.0constituents list
34chartABI Unclassified+0.7-13.1-19.0-18.3-8.1+15.0constituents list
35chartNot yet assignedn/an/an/an/an/an/aconstituents list
Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>