Skip to content

Instantly share code, notes, and snippets.

@ameliagreenhall
Last active December 14, 2015 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ameliagreenhall/5145558 to your computer and use it in GitHub Desktop.
Save ameliagreenhall/5145558 to your computer and use it in GitHub Desktop.
401k Fees across Companies, Expanded
/*!
* accounting.js v0.3.2, copyright 2011 Joss Crowcroft, MIT license, http://josscrowcroft.github.com/accounting.js
*/
(function(p,z){function q(a){return!!(""===a||a&&a.charCodeAt&&a.substr)}function m(a){return u?u(a):"[object Array]"===v.call(a)}function r(a){return"[object Object]"===v.call(a)}function s(a,b){var d,a=a||{},b=b||{};for(d in b)b.hasOwnProperty(d)&&null==a[d]&&(a[d]=b[d]);return a}function j(a,b,d){var c=[],e,h;if(!a)return c;if(w&&a.map===w)return a.map(b,d);for(e=0,h=a.length;e<h;e++)c[e]=b.call(d,a[e],e,a);return c}function n(a,b){a=Math.round(Math.abs(a));return isNaN(a)?b:a}function x(a){var b=c.settings.currency.format;"function"===typeof a&&(a=a());return q(a)&&a.match("%v")?{pos:a,neg:a.replace("-","").replace("%v","-%v"),zero:a}:!a||!a.pos||!a.pos.match("%v")?!q(b)?b:c.settings.currency.format={pos:b,neg:b.replace("%v","-%v"),zero:b}:a}var c={version:"0.3.2",settings:{currency:{symbol:"$",format:"%s%v",decimal:".",thousand:",",precision:2,grouping:3},number:{precision:0,grouping:3,thousand:",",decimal:"."}}},w=Array.prototype.map,u=Array.isArray,v=Object.prototype.toString,o=c.unformat=c.parse=function(a,b){if(m(a))return j(a,function(a){return o(a,b)});a=a||0;if("number"===typeof a)return a;var b=b||".",c=RegExp("[^0-9-"+b+"]",["g"]),c=parseFloat((""+a).replace(/\((.*)\)/,"-$1").replace(c,"").replace(b,"."));return!isNaN(c)?c:0},y=c.toFixed=function(a,b){var b=n(b,c.settings.number.precision),d=Math.pow(10,b);return(Math.round(c.unformat(a)*d)/d).toFixed(b)},t=c.formatNumber=function(a,b,d,i){if(m(a))return j(a,function(a){return t(a,b,d,i)});var a=o(a),e=s(r(b)?b:{precision:b,thousand:d,decimal:i},c.settings.number),h=n(e.precision),f=0>a?"-":"",g=parseInt(y(Math.abs(a||0),h),10)+"",l=3<g.length?g.length%3:0;return f+(l?g.substr(0,l)+e.thousand:"")+g.substr(l).replace(/(\d{3})(?=\d)/g,"$1"+e.thousand)+(h?e.decimal+y(Math.abs(a),h).split(".")[1]:"")},A=c.formatMoney=function(a,b,d,i,e,h){if(m(a))return j(a,function(a){return A(a,b,d,i,e,h)});var a=o(a),f=s(r(b)?b:{symbol:b,precision:d,thousand:i,decimal:e,format:h},c.settings.currency),g=x(f.format);return(0<a?g.pos:0>a?g.neg:g.zero).replace("%s",f.symbol).replace("%v",t(Math.abs(a),n(f.precision),f.thousand,f.decimal))};c.formatColumn=function(a,b,d,i,e,h){if(!a)return[];var f=s(r(b)?b:{symbol:b,precision:d,thousand:i,decimal:e,format:h},c.settings.currency),g=x(f.format),l=g.pos.indexOf("%s")<g.pos.indexOf("%v")?!0:!1,k=0,a=j(a,function(a){if(m(a))return c.formatColumn(a,f);a=o(a);a=(0<a?g.pos:0>a?g.neg:g.zero).replace("%s",f.symbol).replace("%v",t(Math.abs(a),n(f.precision),f.thousand,f.decimal));if(a.length>k)k=a.length;return a});return j(a,function(a){return q(a)&&a.length<k?l?a.replace(f.symbol,f.symbol+Array(k-a.length+1).join(" ")):Array(k-a.length+1).join(" ")+a:a})};if("undefined"!==typeof exports){if("undefined"!==typeof module&&module.exports)exports=module.exports=c;exports.accounting=c}else"function"===typeof define&&define.amd?define([],function(){return c}):(c.noConflict=function(a){return function(){p.accounting=a;c.noConflict=z;return c}}(p.accounting),p.accounting=c)})(this);
(function(){function e(a,b){try{for(var c in b)Object.defineProperty(a.prototype,c,{value:b[c],enumerable:!1})}catch(d){a.prototype=b}}function g(a){var b=-1,c=a.length,d=[];while(++b<c)d.push(a[b]);return d}function h(a){return Array.prototype.slice.call(a)}function k(){}function n(){return this}function o(a,b,c){return function(){var d=c.apply(b,arguments);return arguments.length?a:d}}function p(a){return a!=null&&!isNaN(a)}function q(a){return a.length}function s(a){return a==null}function t(a){return a.replace(/(^\s+)|(\s+$)/g,"").replace(/\s+/g," ")}function u(a){var b=1;while(a*b%1)b*=10;return b}function x(){}function y(a){function d(){var c=b,d=-1,e=c.length,f;while(++d<e)(f=c[d].on)&&f.apply(this,arguments);return a}var b=[],c=new k;return d.on=function(d,e){var f=c.get(d),g;return arguments.length<2?f&&f.on:(f&&(f.on=null,b=b.slice(0,g=b.indexOf(f)).concat(b.slice(g+1)),c.remove(d)),e&&b.push(c.set(d,{on:e})),a)},d}function B(a,b){return b-(a?1+Math.floor(Math.log(a+Math.pow(10,1+Math.floor(Math.log(a)/Math.LN10)-b))/Math.LN10):1)}function C(a){return a+""}function D(a){var b=a.lastIndexOf("."),c=b>=0?a.substring(b):(b=a.length,""),d=[];while(b>0)d.push(a.substring(b-=3,b+3));return d.reverse().join(",")+c}function F(a,b){return{scale:Math.pow(10,(8-b)*3),symbol:a}}function L(a){return function(b){return b<=0?0:b>=1?1:a(b)}}function M(a){return function(b){return 1-a(1-b)}}function N(a){return function(b){return.5*(b<.5?a(2*b):2-a(2-2*b))}}function O(a){return a}function P(a){return function(b){return Math.pow(b,a)}}function Q(a){return 1-Math.cos(a*Math.PI/2)}function R(a){return Math.pow(2,10*(a-1))}function S(a){return 1-Math.sqrt(1-a*a)}function T(a,b){var c;return arguments.length<2&&(b=.45),arguments.length<1?(a=1,c=b/4):c=b/(2*Math.PI)*Math.asin(1/a),function(d){return 1+a*Math.pow(2,10*-d)*Math.sin((d-c)*2*Math.PI/b)}}function U(a){return a||(a=1.70158),function(b){return b*b*((a+1)*b-a)}}function V(a){return a<1/2.75?7.5625*a*a:a<2/2.75?7.5625*(a-=1.5/2.75)*a+.75:a<2.5/2.75?7.5625*(a-=2.25/2.75)*a+.9375:7.5625*(a-=2.625/2.75)*a+.984375}function W(){d3.event.stopPropagation(),d3.event.preventDefault()}function X(){var a=d3.event,b;while(b=a.sourceEvent)a=b;return a}function Y(a){var b=new x,c=0,d=arguments.length;while(++c<d)b[arguments[c]]=y(b);return b.of=function(c,d){return function(e){try{var f=e.sourceEvent=d3.event;e.target=a,d3.event=e,b[e.type].apply(c,d)}finally{d3.event=f}}},b}function $(a){return a=="transform"?d3.interpolateTransform:d3.interpolate}function _(a,b){return b=b-(a=+a)?1/(b-a):0,function(c){return(c-a)*b}}function ba(a,b){return b=b-(a=+a)?1/(b-a):0,function(c){return Math.max(0,Math.min(1,(c-a)*b))}}function bb(a,b,c){return new bc(a,b,c)}function bc(a,b,c){this.r=a,this.g=b,this.b=c}function bd(a){return a<16?"0"+Math.max(0,a).toString(16):Math.min(255,a).toString(16)}function be(a,b,c){var d=0,e=0,f=0,g,h,i;g=/([a-z]+)\((.*)\)/i.exec(a);if(g){h=g[2].split(",");switch(g[1]){case"hsl":return c(parseFloat(h[0]),parseFloat(h[1])/100,parseFloat(h[2])/100);case"rgb":return b(bg(h[0]),bg(h[1]),bg(h[2]))}}return(i=bh.get(a))?b(i.r,i.g,i.b):(a!=null&&a.charAt(0)==="#"&&(a.length===4?(d=a.charAt(1),d+=d,e=a.charAt(2),e+=e,f=a.charAt(3),f+=f):a.length===7&&(d=a.substring(1,3),e=a.substring(3,5),f=a.substring(5,7)),d=parseInt(d,16),e=parseInt(e,16),f=parseInt(f,16)),b(d,e,f))}function bf(a,b,c){var d=Math.min(a/=255,b/=255,c/=255),e=Math.max(a,b,c),f=e-d,g,h,i=(e+d)/2;return f?(h=i<.5?f/(e+d):f/(2-e-d),a==e?g=(b-c)/f+(b<c?6:0):b==e?g=(c-a)/f+2:g=(a-b)/f+4,g*=60):h=g=0,bi(g,h,i)}function bg(a){var b=parseFloat(a);return a.charAt(a.length-1)==="%"?Math.round(b*2.55):b}function bi(a,b,c){return new bj(a,b,c)}function bj(a,b,c){this.h=a,this.s=b,this.l=c}function bk(a,b,c){function f(a){return a>360?a-=360:a<0&&(a+=360),a<60?d+(e-d)*a/60:a<180?e:a<240?d+(e-d)*(240-a)/60:d}function g(a){return Math.round(f(a)*255)}var d,e;return a%=360,a<0&&(a+=360),b=b<0?0:b>1?1:b,c=c<0?0:c>1?1:c,e=c<=.5?c*(1+b):c+b-c*b,d=2*c-e,bb(g(a+120),g(a),g(a-120))}function bl(a){return j(a,br),a}function bs(a){return function(){return bm(a,this)}}function bt(a){return function(){return bn(a,this)}}function bv(a,b){function f(){if(b=this.classList)return b.add(a);var b=this.className,d=b.baseVal!=null,e=d?b.baseVal:b;c.lastIndex=0,c.test(e)||(e=t(e+" "+a),d?b.baseVal=e:this.className=e)}function g(){if(b=this.classList)return b.remove(a);var b=this.className,d=b.baseVal!=null,e=d?b.baseVal:b;e=t(e.replace(c," ")),d?b.baseVal=e:this.className=e}function h(){(b.apply(this,arguments)?f:g).call(this)}var c=new RegExp("(^|\\s+)"+d3.requote(a)+"(\\s+|$)","g");if(arguments.length<2){var d=this.node();if(e=d.classList)return e.contains(a);var e=d.className;return c.lastIndex=0,c.test(e.baseVal!=null?e.baseVal:e)}return this.each(typeof b=="function"?h:b?f:g)}function bw(a){return{__data__:a}}function bx(a){return function(){return bq(this,a)}}function by(a){return arguments.length||(a=d3.ascending),function(b,c){return a(b&&b.__data__,c&&c.__data__)}}function bA(a){return j(a,bB),a}function bC(a,b,c){j(a,bG);var d=new k,e=d3.dispatch("start","end"),f=bJ;return a.id=b,a.time=c,a.tween=function(b,c){return arguments.length<2?d.get(b):(c==null?d.remove(b):d.set(b,c),a)},a.ease=function(b){return arguments.length?(f=typeof b=="function"?b:d3.ease.apply(d3,arguments),a):f},a.each=function(b,c){return arguments.length<2?bK.call(a,b):(e.on(b,c),a)},d3.timer(function(g){return a.each(function(h,i,j){function p(a){return o.active>b?r():(o.active=b,d.forEach(function(a,b){(tween=b.call(l,h,i))&&k.push(tween)}),e.start.call(l,h,i),q(a)||d3.timer(q,0,c),1)}function q(a){if(o.active!==b)return r();var c=(a-m)/n,d=f(c),g=k.length;while(g>0)k[--g].call(l,d);if(c>=1)return r(),bI=b,e.end.call(l,h,i),bI=0,1}function r(){return--o.count||delete l.__transition__,1}var k=[],l=this,m=a[j][i].delay,n=a[j][i].duration,o=l.__transition__||(l.__transition__={active:0,count:0});++o.count,m<=g?p(g):d3.timer(p,m,c)}),1},0,c),a}function bE(a,b,c){return c!=""&&bD}function bF(a,b){function d(a,d,e){var f=b.call(this,a,d);return f==null?e!=""&&bD:e!=f&&c(e,f)}function e(a,d,e){return e!=b&&c(e,b)}var c=$(a);return typeof b=="function"?d:b==null?bE:(b+="",e)}function bK(a){for(var b=0,c=this.length;b<c;b++)for(var d=this[b],e=0,f=d.length;e<f;e++){var g=d[e];g&&a.call(g=g.node,g.__data__,e,b)}return this}function bO(){var a,b=Date.now(),c=bL;while(c)a=b-c.then,a>=c.delay&&(c.flush=c.callback(a)),c=c.next;var d=bP()-b;d>24?(isFinite(d)&&(clearTimeout(bN),bN=setTimeout(bO,d)),bM=0):(bM=1,bQ(bO))}function bP(){var a=null,b=bL,c=Infinity;while(b)b.flush?b=a?a.next=b.next:bL=b.next:(c=Math.min(c,b.then+b.delay),b=(a=b).next);return c}function bR(a){var b=[a.a,a.b],c=[a.c,a.d],d=bT(b),e=bS(b,c),f=bT(bU(c,b,-e))||0;b[0]*c[1]<c[0]*b[1]&&(b[0]*=-1,b[1]*=-1,d*=-1,e*=-1),this.rotate=(d?Math.atan2(b[1],b[0]):Math.atan2(-c[0],c[1]))*bV,this.translate=[a.e,a.f],this.scale=[d,f],this.skew=f?Math.atan2(e,f)*bV:0}function bS(a,b){return a[0]*b[0]+a[1]*b[1]}function bT(a){var b=Math.sqrt(bS(a,a));return b&&(a[0]/=b,a[1]/=b),b}function bU(a,b,c){return a[0]+=c*b[0],a[1]+=c*b[1],a}function bX(a,b){var c=a.ownerSVGElement||a;if(c.createSVGPoint){var d=c.createSVGPoint();if(bW<0&&(window.scrollX||window.scrollY)){c=d3.select(document.body).append("svg").style("position","absolute").style("top",0).style("left",0);var e=c[0][0].getScreenCTM();bW=!e.f&&!e.e,c.remove()}return bW?(d.x=b.pageX,d.y=b.pageY):(d.x=b.clientX,d.y=b.clientY),d=d.matrixTransform(a.getScreenCTM().inverse()),[d.x,d.y]}var f=a.getBoundingClientRect();return[b.clientX-f.left-a.clientLeft,b.clientY-f.top-a.clientTop]}function bY(){}function bZ(a){var b=a[0],c=a[a.length-1];return b<c?[b,c]:[c,b]}function b$(a){return a.rangeExtent?a.rangeExtent():bZ(a.range())}function b_(a,b){var c=0,d=a.length-1,e=a[c],f=a[d],g;f<e&&(g=c,c=d,d=g,g=e,e=f,f=g);if(g=f-e)b=b(g),a[c]=b.floor(e),a[d]=b.ceil(f);return a}function ca(){return Math}function cb(a,b,c,d){function g(){var g=Math.min(a.length,b.length)>2?ci:ch,i=d?ba:_;return e=g(a,b,i,c),f=g(b,a,i,d3.interpolate),h}function h(a){return e(a)}var e,f;return h.invert=function(a){return f(a)},h.domain=function(b){return arguments.length?(a=b.map(Number),g()):a},h.range=function(a){return arguments.length?(b=a,g()):b},h.rangeRound=function(a){return h.range(a).interpolate(d3.interpolateRound)},h.clamp=function(a){return arguments.length?(d=a,g()):d},h.interpolate=function(a){return arguments.length?(c=a,g()):c},h.ticks=function(b){return cf(a,b)},h.tickFormat=function(b){return cg(a,b)},h.nice=function(){return b_(a,cd),g()},h.copy=function(){return cb(a,b,c,d)},g()}function cc(a,b){return d3.rebind(a,b,"range","rangeRound","interpolate","clamp")}function cd(a){return a=Math.pow(10,Math.round(Math.log(a)/Math.LN10)-1),{floor:function(b){return Math.floor(b/a)*a},ceil:function(b){return Math.ceil(b/a)*a}}}function ce(a,b){var c=bZ(a),d=c[1]-c[0],e=Math.pow(10,Math.floor(Math.log(d/b)/Math.LN10)),f=b/d*e;return f<=.15?e*=10:f<=.35?e*=5:f<=.75&&(e*=2),c[0]=Math.ceil(c[0]/e)*e,c[1]=Math.floor(c[1]/e)*e+e*.5,c[2]=e,c}function cf(a,b){return d3.range.apply(d3,ce(a,b))}function cg(a,b){return d3.format(",."+Math.max(0,-Math.floor(Math.log(ce(a,b)[2])/Math.LN10+.01))+"f")}function ch(a,b,c,d){var e=c(a[0],a[1]),f=d(b[0],b[1]);return function(a){return f(e(a))}}function ci(a,b,c,d){var e=[],f=[],g=0,h=Math.min(a.length,b.length)-1;a[h]<a[0]&&(a=a.slice().reverse(),b=b.slice().reverse());while(++g<=h)e.push(c(a[g-1],a[g])),f.push(d(b[g-1],b[g]));return function(b){var c=d3.bisect(a,b,1,h)-1;return f[c](e[c](b))}}function cj(a,b){function d(c){return a(b(c))}var c=b.pow;return d.invert=function(b){return c(a.invert(b))},d.domain=function(e){return arguments.length?(b=e[0]<0?cm:cl,c=b.pow,a.domain(e.map(b)),d):a.domain().map(c)},d.nice=function(){return a.domain(b_(a.domain(),ca)),d},d.ticks=function(){var d=bZ(a.domain()),e=[];if(d.every(isFinite)){var f=Math.floor(d[0]),g=Math.ceil(d[1]),h=c(d[0]),i=c(d[1]);if(b===cm){e.push(c(f));for(;f++<g;)for(var j=9;j>0;j--)e.push(c(f)*j)}else{for(;f<g;f++)for(var j=1;j<10;j++)e.push(c(f)*j);e.push(c(f))}for(f=0;e[f]<h;f++);for(g=e.length;e[g-1]>i;g--);e=e.slice(f,g)}return e},d.tickFormat=function(a,e){arguments.length<2&&(e=ck);if(arguments.length<1)return e;var f=a/d.ticks().length,g=b===cm?(h=-1e-12,Math.floor):(h=1e-12,Math.ceil),h;return function(a){return a/c(g(b(a)+h))<f?e(a):""}},d.copy=function(){return cj(a.copy(),b)},cc(d,a)}function cl(a){return Math.log(a<0?0:a)/Math.LN10}function cm(a){return-Math.log(a>0?0:-a)/Math.LN10}function cn(a,b){function e(b){return a(c(b))}var c=co(b),d=co(1/b);return e.invert=function(b){return d(a.invert(b))},e.domain=function(b){return arguments.length?(a.domain(b.map(c)),e):a.domain().map(d)},e.ticks=function(a){return cf(e.domain(),a)},e.tickFormat=function(a){return cg(e.domain(),a)},e.nice=function(){return e.domain(b_(e.domain(),cd))},e.exponent=function(a){if(!arguments.length)return b;var f=e.domain();return c=co(b=a),d=co(1/b),e.domain(f)},e.copy=function(){return cn(a.copy(),b)},cc(e,a)}function co(a){return function(b){return b<0?-Math.pow(-b,a):Math.pow(b,a)}}function cp(a,b){function f(b){return d[((c.get(b)||c.set(b,a.push(b)))-1)%d.length]}function g(b,c){return d3.range(a.length).map(function(a){return b+c*a})}var c,d,e;return f.domain=function(d){if(!arguments.length)return a;a=[],c=new k;var e=-1,g=d.length,h;while(++e<g)c.has(h=d[e])||c.set(h,a.push(h));return f[b.t](b.x,b.p)},f.range=function(a){return arguments.length?(d=a,e=0,b={t:"range",x:a},f):d},f.rangePoints=function(c,h){arguments.length<2&&(h=0);var i=c[0],j=c[1],k=(j-i)/(a.length-1+h);return d=g(a.length<2?(i+j)/2:i+k*h/2,k),e=0,b={t:"rangePoints",x:c,p:h},f},f.rangeBands=function(c,h){arguments.length<2&&(h=0);var i=c[1]<c[0],j=c[i-0],k=c[1-i],l=(k-j)/(a.length+h);return d=g(j+l*h,l),i&&d.reverse(),e=l*(1-h),b={t:"rangeBands",x:c,p:h},f},f.rangeRoundBands=function(c,h){arguments.length<2&&(h=0);var i=c[1]<c[0],j=c[i-0],k=c[1-i],l=Math.floor((k-j)/(a.length+h)),m=k-j-(a.length-h)*l;return d=g(j+Math.round(m/2),l),i&&d.reverse(),e=Math.round(l*(1-h)),b={t:"rangeRoundBands",x:c,p:h},f},f.rangeBand=function(){return e},f.rangeExtent=function(){return bZ(b.x)},f.copy=function(){return cp(a,b)},f.domain(a)}function cu(a,b){function d(){var d=0,f=a.length,g=b.length;c=[];while(++d<g)c[d-1]=d3.quantile(a,d/g);return e}function e(a){return isNaN(a=+a)?NaN:b[d3.bisect(c,a)]}var c;return e.domain=function(b){return arguments.length?(a=b.filter(function(a){return!isNaN(a)}).sort(d3.ascending),d()):a},e.range=function(a){return arguments.length?(b=a,d()):b},e.quantiles=function(){return c},e.copy=function(){return cu(a,b)},d()}function cv(a,b,c){function f(b){return c[Math.max(0,Math.min(e,Math.floor(d*(b-a))))]}function g(){return d=c.length/(b-a),e=c.length-1,f}var d,e;return f.domain=function(c){return arguments.length?(a=+c[0],b=+c[c.length-1],g()):[a,b]},f.range=function(a){return arguments.length?(c=a,g()):c},f.copy=function(){return cv(a,b,c)},g()}function cw(a){function b(a){return+a}return b.invert=b,b.domain=b.range=function(c){return arguments.length?(a=c.map(b),b):a},b.ticks=function(b){return cf(a,b)},b.tickFormat=function(b){return cg(a,b)},b.copy=function(){return cw(a)},b}function cz(a){return a.innerRadius}function cA(a){return a.outerRadius}function cB(a){return a.startAngle}function cC(a){return a.endAngle}function cD(a){function g(d){return d.length<1?null:"M"+e(a(cE(this,d,b,c)),f)}var b=cF,c=cG,d=cH,e=cI.get(d),f=.7;return g.x=function(a){return arguments.length?(b=a,g):b},g.y=function(a){return arguments.length?(c=a,g):c},g.interpolate=function(a){return arguments.length?(cI.has(a+="")||(a=cH),e=cI.get(d=a),g):d},g.tension=function(a){return arguments.length?(f=a,g):f},g}function cE(a,b,c,d){var e=[],f=-1,g=b.length,h=typeof c=="function",i=typeof d=="function",j;if(h&&i)while(++f<g)e.push([c.call(a,j=b[f],f),d.call(a,j,f)]);else if(h)while(++f<g)e.push([c.call(a,b[f],f),d]);else if(i)while(++f<g)e.push([c,d.call(a,b[f],f)]);else while(++f<g)e.push([c,d]);return e}function cF(a){return a[0]}function cG(a){return a[1]}function cJ(a){var b=0,c=a.length,d=a[0],e=[d[0],",",d[1]];while(++b<c)e.push("L",(d=a[b])[0],",",d[1]);return e.join("")}function cK(a){var b=0,c=a.length,d=a[0],e=[d[0],",",d[1]];while(++b<c)e.push("V",(d=a[b])[1],"H",d[0]);return e.join("")}function cL(a){var b=0,c=a.length,d=a[0],e=[d[0],",",d[1]];while(++b<c)e.push("H",(d=a[b])[0],"V",d[1]);return e.join("")}function cM(a,b){return a.length<4?cJ(a):a[1]+cP(a.slice(1,a.length-1),cQ(a,b))}function cN(a,b){return a.length<3?cJ(a):a[0]+cP((a.push(a[0]),a),cQ([a[a.length-2]].concat(a,[a[1]]),b))}function cO(a,b,c){return a.length<3?cJ(a):a[0]+cP(a,cQ(a,b))}function cP(a,b){if(b.length<1||a.length!=b.length&&a.length!=b.length+2)return cJ(a);var c=a.length!=b.length,d="",e=a[0],f=a[1],g=b[0],h=g,i=1;c&&(d+="Q"+(f[0]-g[0]*2/3)+","+(f[1]-g[1]*2/3)+","+f[0]+","+f[1],e=a[1],i=2);if(b.length>1){h=b[1],f=a[i],i++,d+="C"+(e[0]+g[0])+","+(e[1]+g[1])+","+(f[0]-h[0])+","+(f[1]-h[1])+","+f[0]+","+f[1];for(var j=2;j<b.length;j++,i++)f=a[i],h=b[j],d+="S"+(f[0]-h[0])+","+(f[1]-h[1])+","+f[0]+","+f[1]}if(c){var k=a[i];d+="Q"+(f[0]+h[0]*2/3)+","+(f[1]+h[1]*2/3)+","+k[0]+","+k[1]}return d}function cQ(a,b){var c=[],d=(1-b)/2,e,f=a[0],g=a[1],h=1,i=a.length;while(++h<i)e=f,f=g,g=a[h],c.push([d*(g[0]-e[0]),d*(g[1]-e[1])]);return c}function cR(a){if(a.length<3)return cJ(a);var b=1,c=a.length,d=a[0],e=d[0],f=d[1],g=[e,e,e,(d=a[1])[0]],h=[f,f,f,d[1]],i=[e,",",f];cZ(i,g,h);while(++b<c)d=a[b],g.shift(),g.push(d[0]),h.shift(),h.push(d[1]),cZ(i,g,h);b=-1;while(++b<2)g.shift(),g.push(d[0]),h.shift(),h.push(d[1]),cZ(i,g,h);return i.join("")}function cS(a){if(a.length<4)return cJ(a);var b=[],c=-1,d=a.length,e,f=[0],g=[0];while(++c<3)e=a[c],f.push(e[0]),g.push(e[1]);b.push(cV(cY,f)+","+cV(cY,g)),--c;while(++c<d)e=a[c],f.shift(),f.push(e[0]),g.shift(),g.push(e[1]),cZ(b,f,g);return b.join("")}function cT(a){var b,c=-1,d=a.length,e=d+4,f,g=[],h=[];while(++c<4)f=a[c%d],g.push(f[0]),h.push(f[1]);b=[cV(cY,g),",",cV(cY,h)],--c;while(++c<e)f=a[c%d],g.shift(),g.push(f[0]),h.shift(),h.push(f[1]),cZ(b,g,h);return b.join("")}function cU(a,b){var c=a.length-1,d=a[0][0],e=a[0][1],f=a[c][0]-d,g=a[c][1]-e,h=-1,i,j;while(++h<=c)i=a[h],j=h/c,i[0]=b*i[0]+(1-b)*(d+j*f),i[1]=b*i[1]+(1-b)*(e+j*g);return cR(a)}function cV(a,b){return a[0]*b[0]+a[1]*b[1]+a[2]*b[2]+a[3]*b[3]}function cZ(a,b,c){a.push("C",cV(cW,b),",",cV(cW,c),",",cV(cX,b),",",cV(cX,c),",",cV(cY,b),",",cV(cY,c))}function c$(a,b){return(b[1]-a[1])/(b[0]-a[0])}function c_(a){var b=0,c=a.length-1,d=[],e=a[0],f=a[1],g=d[0]=c$(e,f);while(++b<c)d[b]=g+(g=c$(e=f,f=a[b+1]));return d[b]=g,d}function da(a){var b=[],c,d,e,f,g=c_(a),h=-1,i=a.length-1;while(++h<i)c=c$(a[h],a[h+1]),Math.abs(c)<1e-6?g[h]=g[h+1]=0:(d=g[h]/c,e=g[h+1]/c,f=d*d+e*e,f>9&&(f=c*3/Math.sqrt(f),g[h]=f*d,g[h+1]=f*e));h=-1;while(++h<=i)f=(a[Math.min(i,h+1)][0]-a[Math.max(0,h-1)][0])/(6*(1+g[h]*g[h])),b.push([f||0,g[h]*f||0]);return b}function db(a){return a.length<3?cJ(a):a[0]+cP(a,da(a))}function dc(a){var b,c=-1,d=a.length,e,f;while(++c<d)b=a[c],e=b[0],f=b[1]+cx,b[0]=e*Math.cos(f),b[1]=e*Math.sin(f);return a}function dd(a){function j(f){if(f.length<1)return null;var j=cE(this,f,b,d),k=cE(this,f,b===c?de(j):c,d===e?df(j):e);return"M"+g(a(k),i)+"L"+h(a(j.reverse()),i)+"Z"}var b=cF,c=cF,d=0,e=cG,f,g,h,i=.7;return j.x=function(a){return arguments.length?(b=c=a,j):c},j.x0=function(a){return arguments.length?(b=a,j):b},j.x1=function(a){return arguments.length?(c=a,j):c},j.y=function(a){return arguments.length?(d=e=a,j):e},j.y0=function(a){return arguments.length?(d=a,j):d},j.y1=function(a){return arguments.length?(e=a,j):e},j.interpolate=function(a){return arguments.length?(cI.has(a+="")||(a=cH),g=cI.get(f=a),h=g.reverse||g,j):f},j.tension=function(a){return arguments.length?(i=a,j):i},j.interpolate("linear")}function de(a){return function(b,c){return a[c][0]}}function df(a){return function(b,c){return a[c][1]}}function dg(a){return a.source}function dh(a){return a.target}function di(a){return a.radius}function dj(a){return a.startAngle}function dk(a){return a.endAngle}function dl(a){return[a.x,a.y]}function dm(a){return function(){var b=a.apply(this,arguments),c=b[0],d=b[1]+cx;return[c*Math.cos(d),c*Math.sin(d)]}}function dn(){return 64}function dp(){return"circle"}function dq(a){var b=Math.sqrt(a/Math.PI);return"M0,"+b+"A"+b+","+b+" 0 1,1 0,"+ -b+"A"+b+","+b+" 0 1,1 0,"+b+"Z"}function du(a,b){a.attr("transform",function(a){return"translate("+b(a)+",0)"})}function dv(a,b){a.attr("transform",function(a){return"translate(0,"+b(a)+")"})}function dw(a,b,c){e=[];if(c&&b.length>1){var d=bZ(a.domain()),e,f=-1,g=b.length,h=(b[1]-b[0])/++c,i,j;while(++f<g)for(i=c;--i>0;)(j=+b[f]-i*h)>=d[0]&&e.push(j);for(--f,i=0;++i<c&&(j=+b[f]+i*h)<d[1];)e.push(j)}return e}function dB(){dz||(dz=d3.select("body").append("div").style("visibility","hidden").style("top",0).style("height",0).style("width",0).style("overflow-y","scroll").append("div").style("height","2000px").node().parentNode);var a=d3.event,b;try{dz.scrollTop=1e3,dz.dispatchEvent(a),b=1e3-dz.scrollTop}catch(c){b=a.wheelDelta||-a.detail*5}return b}function dC(a){var b=a.source,c=a.target,d=dE(b,c),e=[b];while(b!==d)b=b.parent,e.push(b);var f=e.length;while(c!==d)e.splice(f,0,c),c=c.parent;return e}function dD(a){var b=[],c=a.parent;while(c!=null)b.push(a),a=c,c=c.parent;return b.push(a),b}function dE(a,b){if(a===b)return a;var c=dD(a),d=dD(b),e=c.pop(),f=d.pop(),g=null;while(e===f)g=e,e=c.pop(),f=d.pop();return g}function dH(a){a.fixed|=2}function dI(a){a!==dG&&(a.fixed&=1)}function dJ(){dG.fixed&=1,dF=dG=null}function dK(){dG.px=d3.event.x,dG.py=d3.event.y,dF.resume()}function dL(a,b,c){var d=0,e=0;a.charge=0;if(!a.leaf){var f=a.nodes,g=f.length,h=-1,i;while(++h<g){i=f[h];if(i==null)continue;dL(i,b,c),a.charge+=i.charge,d+=i.charge*i.cx,e+=i.charge*i.cy}}if(a.point){a.leaf||(a.point.x+=Math.random()-.5,a.point.y+=Math.random()-.5);var j=b*c[a.point.index];a.charge+=a.pointCharge=j,d+=j*a.point.x,e+=j*a.point.y}a.cx=d/a.charge,a.cy=e/a.charge}function dM(a){return 20}function dN(a){return 1}function dP(a){return a.x}function dQ(a){return a.y}function dR(a,b,c){a.y0=b,a.y=c}function dU(a){return d3.range(a.length)}function dV(a){var b=-1,c=a[0].length,d=[];while(++b<c)d[b]=0;return d}function dW(a){var b=1,c=0,d=a[0][1],e,f=a.length;for(;b<f;++b)(e=a[b][1])>d&&(c=b,d=e);return c}function dX(a){return a.reduce(dY,0)}function dY(a,b){return a+b[1]}function dZ(a,b){return d$(a,Math.ceil(Math.log(b.length)/Math.LN2+1))}function d$(a,b){var c=-1,d=+a[0],e=(a[1]-d)/b,f=[];while(++c<=b)f[c]=e*c+d;return f}function d_(a){return[d3.min(a),d3.max(a)]}function ea(a,b){return d3.rebind(a,b,"sort","children","value"),a.links=ee,a.nodes=function(b){return ef=!0,(a.nodes=a)(b)},a}function eb(a){return a.children}function ec(a){return a.value}function ed(a,b){return b.value-a.value}function ee(a){return d3.merge(a.map(function(a){return(a.children||[]).map(function(b){return{source:a,target:b}})}))}function eg(a,b){return a.value-b.value}function eh(a,b){var c=a._pack_next;a._pack_next=b,b._pack_prev=a,b._pack_next=c,c._pack_prev=b}function ei(a,b){a._pack_next=b,b._pack_prev=a}function ej(a,b){var c=b.x-a.x,d=b.y-a.y,e=a.r+b.r;return e*e-c*c-d*d>.001}function ek(a){function l(a){b=Math.min(a.x-a.r,b),c=Math.max(a.x+a.r,c),d=Math.min(a.y-a.r,d),e=Math.max(a.y+a.r,e)}var b=Infinity,c=-Infinity,d=Infinity,e=-Infinity,f=a.length,g,h,i,j,k;a.forEach(el),g=a[0],g.x=-g.r,g.y=0,l(g);if(f>1){h=a[1],h.x=h.r,h.y=0,l(h);if(f>2){i=a[2],ep(g,h,i),l(i),eh(g,i),g._pack_prev=i,eh(i,h),h=g._pack_next;for(var m=3;m<f;m++){ep(g,h,i=a[m]);var n=0,o=1,p=1;for(j=h._pack_next;j!==h;j=j._pack_next,o++)if(ej(j,i)){n=1;break}if(n==1)for(k=g._pack_prev;k!==j._pack_prev;k=k._pack_prev,p++)if(ej(k,i))break;n?(o<p||o==p&&h.r<g.r?ei(g,h=j):ei(g=k,h),m--):(eh(g,i),h=i,l(i))}}}var q=(b+c)/2,r=(d+e)/2,s=0;for(var m=0;m<f;m++){var t=a[m];t.x-=q,t.y-=r,s=Math.max(s,t.r+Math.sqrt(t.x*t.x+t.y*t.y))}return a.forEach(em),s}function el(a){a._pack_next=a._pack_prev=a}function em(a){delete a._pack_next,delete a._pack_prev}function en(a){var b=a.children;b&&b.length?(b.forEach(en),a.r=ek(b)):a.r=Math.sqrt(a.value)}function eo(a,b,c,d){var e=a.children;a.x=b+=d*a.x,a.y=c+=d*a.y,a.r*=d;if(e){var f=-1,g=e.length;while(++f<g)eo(e[f],b,c,d)}}function ep(a,b,c){var d=a.r+c.r,e=b.x-a.x,f=b.y-a.y;if(d&&(e||f)){var g=b.r+c.r,h=Math.sqrt(e*e+f*f),i=Math.max(-1,Math.min(1,(d*d+h*h-g*g)/(2*d*h))),j=Math.acos(i),k=i*(d/=h),l=Math.sin(j)*d;c.x=a.x+k*e+l*f,c.y=a.y+k*f-l*e}else c.x=a.x+d,c.y=a.y}function eq(a){return 1+d3.max(a,function(a){return a.y})}function er(a){return a.reduce(function(a,b){return a+b.x},0)/a.length}function es(a){var b=a.children;return b&&b.length?es(b[0]):a}function et(a){var b=a.children,c;return b&&(c=b.length)?et(b[c-1]):a}function eu(a,b){return a.parent==b.parent?1:2}function ev(a){var b=a.children;return b&&b.length?b[0]:a._tree.thread}function ew(a){var b=a.children,c;return b&&(c=b.length)?b[c-1]:a._tree.thread}function ex(a,b){var c=a.children;if(c&&(e=c.length)){var d,e,f=-1;while(++f<e)b(d=ex(c[f],b),a)>0&&(a=d)}return a}function ey(a,b){return a.x-b.x}function ez(a,b){return b.x-a.x}function eA(a,b){return a.depth-b.depth}function eB(a,b){function c(a,d){var e=a.children;if(e&&(i=e.length)){var f,g=null,h=-1,i;while(++h<i)f=e[h],c(f,g),g=f}b(a,d)}c(a,null)}function eC(a){var b=0,c=0,d=a.children,e=d.length,f;while(--e>=0)f=d[e]._tree,f.prelim+=b,f.mod+=b,b+=f.shift+(c+=f.change)}function eD(a,b,c){a=a._tree,b=b._tree;var d=c/(b.number-a.number);a.change+=d,b.change-=d,b.shift+=c,b.prelim+=c,b.mod+=c}function eE(a,b,c){return a._tree.ancestor.parent==b.parent?a._tree.ancestor:c}function eF(a){return{x:a.x,y:a.y,dx:a.dx,dy:a.dy}}function eG(a,b){var c=a.x+b[3],d=a.y+b[0],e=a.dx-b[1]-b[3],f=a.dy-b[0]-b[2];return e<0&&(c+=e/2,e=0),f<0&&(d+=f/2,f=0),{x:c,y:d,dx:e,dy:f}}function eH(a){return a.map(eI).join(",")}function eI(a){return/[",\n]/.test(a)?'"'+a.replace(/\"/g,'""')+'"':a}function eK(a,b){return function(c){return c&&a.hasOwnProperty(c.type)?a[c.type](c):b}}function eL(a){return"m0,"+a+"a"+a+","+a+" 0 1,1 0,"+ -2*a+"a"+a+","+a+" 0 1,1 0,"+2*a+"z"}function eM(a,b){eN.hasOwnProperty(a.type)&&eN[a.type](a,b)}function eO(a,b){eM(a.geometry,b)}function eP(a,b){for(var c=a.features,d=0,e=c.length;d<e;d++)eM(c[d].geometry,b)}function eQ(a,b){for(var c=a.geometries,d=0,e=c.length;d<e;d++)eM(c[d],b)}function eR(a,b){for(var c=a.coordinates,d=0,e=c.length;d<e;d++)b.apply(null,c[d])}function eS(a,b){for(var c=a.coordinates,d=0,e=c.length;d<e;d++)for(var f=c[d],g=0,h=f.length;g<h;g++)b.apply(null,f[g])}function eT(a,b){for(var c=a.coordinates,d=0,e=c.length;d<e;d++)for(var f=c[d][0],g=0,h=f.length;g<h;g++)b.apply(null,f[g])}function eU(a,b){b.apply(null,a.coordinates)}function eV(a,b){for(var c=a.coordinates[0],d=0,e=c.length;d<e;d++)b.apply(null,c[d])}function eW(a){return a.source}function eX(a){return a.target}function eY(a,b){function q(a){var b=Math.sin(o-(a*=o))/p,c=Math.sin(a)/p,f=b*g*d+c*m*j,i=b*g*e+c*m*k,l=b*h+c*n;return[Math.atan2(i,f)/eJ,Math.atan2(l,Math.sqrt(f*f+i*i))/eJ]}var c=a[0]*eJ,d=Math.cos(c),e=Math.sin(c),f=a[1]*eJ,g=Math.cos(f),h=Math.sin(f),i=b[0]*eJ,j=Math.cos(i),k=Math.sin(i),l=b[1]*eJ,m=Math.cos(l),n=Math.sin(l),o=q.d=Math.acos(Math.max(-1,Math.min(1,h*n+g*m*Math.cos(i-c)))),p=Math.sin(o);return q}function e_(a){var b=0,c=0;for(;;){if(a(b,c))return[b,c];b===0?(b=c+1,c=0):(b-=1,c+=1)}}function fa(a,b,c,d){var e,f,g,h,i,j,k;return e=d[a],f=e[0],g=e[1],e=d[b],h=e[0],i=e[1],e=d[c],j=e[0],k=e[1],(k-g)*(h-f)-(i-g)*(j-f)>0}function fb(a,b,c){return(c[0]-b[0])*(a[1]-b[1])<(c[1]-b[1])*(a[0]-b[0])}function fc(a,b,c,d){var e=a[0],f=b[0],g=c[0],h=d[0],i=a[1],j=b[1],k=c[1],l=d[1],m=e-g,n=f-e,o=h-g,p=i-k,q=j-i,r=l-k,s=(o*p-r*m)/(r*n-o*q);return[e+s*n,i+s*q]}function fe(a,b){var c={list:a.map(function(a,b){return{index:b,x:a[0],y:a[1]}}).sort(function(a,b){return a.y<b.y?-1:a.y>b.y?1:a.x<b.x?-1:a.x>b.x?1:0}),bottomSite:null},d={list:[],leftEnd:null,rightEnd:null,init:function(){d.leftEnd=d.createHalfEdge(null,"l"),d.rightEnd=d.createHalfEdge(null,"l"),d.leftEnd.r=d.rightEnd,d.rightEnd.l=d.leftEnd,d.list.unshift(d.leftEnd,d.rightEnd)},createHalfEdge:function(a,b){return{edge:a,side:b,vertex:null,l:null,r:null}},insert:function(a,b){b.l=a,b.r=a.r,a.r.l=b,a.r=b},leftBound:function(a){var b=d.leftEnd;do b=b.r;while(b!=d.rightEnd&&e.rightOf(b,a));return b=b.l,b},del:function(a){a.l.r=a.r,a.r.l=a.l,a.edge=null},right:function(a){return a.r},left:function(a){return a.l},leftRegion:function(a){return a.edge==null?c.bottomSite:a.edge.region[a.side]},rightRegion:function(a){return a.edge==null?c.bottomSite:a.edge.region[fd[a.side]]}},e={bisect:function(a,b){var c={region:{l:a,r:b},ep:{l:null,r:null}},d=b.x-a.x,e=b.y-a.y,f=d>0?d:-d,g=e>0?e:-e;return c.c=a.x*d+a.y*e+(d*d+e*e)*.5,f>g?(c.a=1,c.b=e/d,c.c/=d):(c.b=1,c.a=d/e,c.c/=e),c},intersect:function(a,b){var c=a.edge,d=b.edge;if(!c||!d||c.region.r==d.region.r)return null;var e=c.a*d.b-c.b*d.a;if(Math.abs(e)<1e-10)return null;var f=(c.c*d.b-d.c*c.b)/e,g=(d.c*c.a-c.c*d.a)/e,h=c.region.r,i=d.region.r,j,k;h.y<i.y||h.y==i.y&&h.x<i.x?(j=a,k=c):(j=b,k=d);var l=f>=k.region.r.x;return l&&j.side==="l"||!l&&j.side==="r"?null:{x:f,y:g}},rightOf:function(a,b){var c=a.edge,d=c.region.r,e=b.x>d.x;if(e&&a.side==="l")return 1;if(!e&&a.side==="r")return 0;if(c.a===1){var f=b.y-d.y,g=b.x-d.x,h=0,i=0;!e&&c.b<0||e&&c.b>=0?i=h=f>=c.b*g:(i=b.x+b.y*c.b>c.c,c.b<0&&(i=!i),i||(h=1));if(!h){var j=d.x-c.region.l.x;i=c.b*(g*g-f*f)<j*f*(1+2*g/j+c.b*c.b),c.b<0&&(i=!i)}}else{var k=c.c-c.a*b.x,l=b.y-k,m=b.x-d.x,n=k-d.y;i=l*l>m*m+n*n}return a.side==="l"?i:!i},endPoint:function(a,c,d){a.ep[c]=d;if(!a.ep[fd[c]])return;b(a)},distance:function(a,b){var c=a.x-b.x,d=a.y-b.y;return Math.sqrt(c*c+d*d)}},f={list:[],insert:function(a,b,c){a.vertex=b,a.ystar=b.y+c;for(var d=0,e=f.list,g=e.length;d<g;d++){var h=e[d];if(a.ystar>h.ystar||a.ystar==h.ystar&&b.x>h.vertex.x)continue;break}e.splice(d,0,a)},del:function(a){for(var b=0,c=f.list,d=c.length;b<d&&c[b]!=a;++b);c.splice(b,1)},empty:function(){return f.list.length===0},nextEvent:function(a){for(var b=0,c=f.list,d=c.length;b<d;++b)if(c[b]==a)return c[b+1];return null},min:function(){var a=f.list[0];return{x:a.vertex.x,y:a.ystar}},extractMin:function(){return f.list.shift()}};d.init(),c.bottomSite=c.list.shift();var g=c.list.shift(),h,i,j,k,l,m,n,o,p,q,r,s,t;for(;;){f.empty()||(h=f.min());if(g&&(f.empty()||g.y<h.y||g.y==h.y&&g.x<h.x))i=d.leftBound(g),j=d.right(i),n=d.rightRegion(i),s=e.bisect(n,g),m=d.createHalfEdge(s,"l"),d.insert(i,m),q=e.intersect(i,m),q&&(f.del(i),f.insert(i,q,e.distance(q,g))),i=m,m=d.createHalfEdge(s,"r"),d.insert(i,m),q=e.intersect(m,j),q&&f.insert(m,q,e.distance(q,g)),g=c.list.shift();else if(!f.empty())i=f.extractMin(),k=d.left(i),j=d.right(i),l=d.right(j),n=d.leftRegion(i),o=d.rightRegion(j),r=i.vertex,e.endPoint(i.edge,i.side,r),e.endPoint(j.edge,j.side,r),d.del(i),f.del(j),d.del(j),t="l",n.y>o.y&&(p=n,n=o,o=p,t="r"),s=e.bisect(n,o),m=d.createHalfEdge(s,t),d.insert(k,m),e.endPoint(s,fd[t],r),q=e.intersect(k,m),q&&(f.del(k),f.insert(k,q,e.distance(q,n))),q=e.intersect(m,l),q&&f.insert(m,q,e.distance(q,n));else break}for(i=d.right(d.leftEnd);i!=d.rightEnd;i=d.right(i))b(i.edge)}function ff(){return{leaf:!0,nodes:[],point:null}}function fg(a,b,c,d,e,f){if(!a(b,c,d,e,f)){var g=(c+e)*.5,h=(d+f)*.5,i=b.nodes;i[0]&&fg(a,i[0],c,d,g,h),i[1]&&fg(a,i[1],g,d,e,h),i[2]&&fg(a,i[2],c,h,g,f),i[3]&&fg(a,i[3],g,h,e,f)}}function fh(a){return{x:a[0],y:a[1]}}function fj(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}function fk(a,b,c,d){var e,f,g=0,h=b.length,i=c.length;while(g<h){if(d>=i)return-1;e=b.charCodeAt(g++);if(e==37){f=fq[b.charAt(g++)];if(!f||(d=f(a,c,d))<0)return-1}else if(e!=c.charCodeAt(d++))return-1}return d}function fr(a,b,c){return ft.test(b.substring(c,c+=3))?c:-1}function fs(a,b,c){fu.lastIndex=0;var d=fu.exec(b.substring(c,c+10));return d?c+=d[0].length:-1}function fv(a,b,c){var d=fw.get(b.substring(c,c+=3).toLowerCase());return d==null?-1:(a.setMonth(d),c)}function fx(a,b,c){fy.lastIndex=0;var d=fy.exec(b.substring(c,c+12));return d?(a.setMonth(fz.get(d[0].toLowerCase())),c+=d[0].length):-1}function fB(a,b,c){return fk(a,fp.c.toString(),b,c)}function fC(a,b,c){return fk(a,fp.x.toString(),b,c)}function fD(a,b,c){return fk(a,fp.X.toString(),b,c)}function fE(a,b,c){fO.lastIndex=0;var d=fO.exec(b.substring(c,c+4));return d?(a.setFullYear(d[0]),c+=d[0].length):-1}function fF(a,b,c){fO.lastIndex=0;var d=fO.exec(b.substring(c,c+2));return d?(a.setFullYear(fG()+ +d[0]),c+=d[0].length):-1}function fG(){return~~((new Date).getFullYear()/1e3)*1e3}function fH(a,b,c){fO.lastIndex=0;var d=fO.exec(b.substring(c,c+2));return d?(a.setMonth(d[0]-1),c+=d[0].length):-1}function fI(a,b,c){fO.lastIndex=0;var d=fO.exec(b.substring(c,c+2));return d?(a.setDate(+d[0]),c+=d[0].length):-1}function fJ(a,b,c){fO.lastIndex=0;var d=fO.exec(b.substring(c,c+2));return d?(a.setHours(+d[0]),c+=d[0].length):-1}function fK(a,b,c){return a.hour12=!0,fJ(a,b,c)}function fL(a,b,c){fO.lastIndex=0;var d=fO.exec(b.substring(c,c+2));return d?(a.setMinutes(+d[0]),c+=d[0].length):-1}function fM(a,b,c){fO.lastIndex=0;var d=fO.exec(b.substring(c,c+2));return d?(a.setSeconds(+d[0]),c+=d[0].length):-1}function fN(a,b,c){fO.lastIndex=0;var d=fO.exec(b.substring(c,c+3));return d?(a.setMilliseconds(+d[0]),c+=d[0].length):-1}function fP(a,b,c){var d=fQ.get(b.substring(c,c+=2).toLowerCase());return d==null?-1:(a.hour12pm=d,c)}function fR(a){var b=a.getTimezoneOffset(),c=b>0?"-":"+",d=~~(Math.abs(b)/60),e=Math.abs(b)%60;return c+fl(d)+fl(e)}function fT(a){return a.toISOString()}function fU(a,b,c){function d(b){var c=a(b),d=f(c,1);return b-c<d-b?c:d}function e(c){return b(c=a(new fi(c-1)),1),c}function f(a,c){return b(a=new fi(+a),c),a}function g(a,d,f){var g=e(a),h=[];if(f>1)while(g<d)c(g)%f||h.push(new Date(+g)),b(g,1);else while(g<d)h.push(new Date(+g)),b(g,1);return h}function h(a,b,c){try{fi=fj;var d=new fj;return d._=a,g(d,b,c)}finally{fi=Date}}a.floor=a,a.round=d,a.ceil=e,a.offset=f,a.range=g;var i=a.utc=fV(a);return i.floor=i,i.round=fV(d),i.ceil=fV(e),i.offset=fV(f),i.range=h,a}function fV(a){return function(b,c){try{fi=fj;var d=new fj;return d._=b,a(d,c)._}finally{fi=Date}}}function fW(a,b,c){function d(b){return a(b)}return d.invert=function(b){return fY(a.invert(b))},d.domain=function(b){return arguments.length?(a.domain(b),d):a.domain().map(fY)},d.nice=function(a){var b=fX(d.domain());return d.domain([a.floor(b[0]),a.ceil(b[1])])},d.ticks=function(
c,e){var f=fX(d.domain());if(typeof c!="function"){var g=f[1]-f[0],h=g/c,i=d3.bisect(ga,h);if(i==ga.length)return b.year(f,c);if(!i)return a.ticks(c).map(fY);Math.log(h/ga[i-1])<Math.log(ga[i]/h)&&--i,c=b[i],e=c[1],c=c[0].range}return c(f[0],new Date(+f[1]+1),e)},d.tickFormat=function(){return c},d.copy=function(){return fW(a.copy(),b,c)},d3.rebind(d,a,"range","rangeRound","interpolate","clamp")}function fX(a){var b=a[0],c=a[a.length-1];return b<c?[b,c]:[c,b]}function fY(a){return new Date(a)}function fZ(a){return function(b){var c=a.length-1,d=a[c];while(!d[1](b))d=a[--c];return d[0](b)}}function f$(a){var b=new Date(a,0,1);return b.setFullYear(a),b}function f_(a){var b=a.getFullYear(),c=f$(b),d=f$(b+1);return b+(a-c)/(d-c)}function gi(a){var b=new Date(Date.UTC(a,0,1));return b.setUTCFullYear(a),b}function gj(a){var b=a.getUTCFullYear(),c=gi(b),d=gi(b+1);return b+(a-c)/(d-c)}Date.now||(Date.now=function(){return+(new Date)});try{document.createElement("div").style.setProperty("opacity",0,"")}catch(a){var b=CSSStyleDeclaration.prototype,c=b.setProperty;b.setProperty=function(a,b,d){c.call(this,a,b+"",d)}}d3={version:"2.8.0"};var f=h;try{f(document.documentElement.childNodes)[0].nodeType}catch(i){f=g}var j=[].__proto__?function(a,b){a.__proto__=b}:function(a,b){for(var c in b)a[c]=b[c]};d3.map=function(a){var b=new k;for(var c in a)b.set(c,a[c]);return b},e(k,{has:function(a){return l+a in this},get:function(a){return this[l+a]},set:function(a,b){return this[l+a]=b},remove:function(a){return a=l+a,a in this&&delete this[a]},keys:function(){var a=[];return this.forEach(function(b){a.push(b)}),a},values:function(){var a=[];return this.forEach(function(b,c){a.push(c)}),a},entries:function(){var a=[];return this.forEach(function(b,c){a.push({key:b,value:c})}),a},forEach:function(a){for(var b in this)b.charCodeAt(0)===m&&a.call(this,b.substring(1),this[b])}});var l="\0",m=l.charCodeAt(0);d3.functor=function(a){return typeof a=="function"?a:function(){return a}},d3.rebind=function(a,b){var c=1,d=arguments.length,e;while(++c<d)a[e=arguments[c]]=o(a,b,b[e]);return a},d3.ascending=function(a,b){return a<b?-1:a>b?1:a>=b?0:NaN},d3.descending=function(a,b){return b<a?-1:b>a?1:b>=a?0:NaN},d3.mean=function(a,b){var c=a.length,d,e=0,f=-1,g=0;if(arguments.length===1)while(++f<c)p(d=a[f])&&(e+=(d-e)/++g);else while(++f<c)p(d=b.call(a,a[f],f))&&(e+=(d-e)/++g);return g?e:undefined},d3.median=function(a,b){return arguments.length>1&&(a=a.map(b)),a=a.filter(p),a.length?d3.quantile(a.sort(d3.ascending),.5):undefined},d3.min=function(a,b){var c=-1,d=a.length,e,f;if(arguments.length===1){while(++c<d&&((e=a[c])==null||e!=e))e=undefined;while(++c<d)(f=a[c])!=null&&e>f&&(e=f)}else{while(++c<d&&((e=b.call(a,a[c],c))==null||e!=e))e=undefined;while(++c<d)(f=b.call(a,a[c],c))!=null&&e>f&&(e=f)}return e},d3.max=function(a,b){var c=-1,d=a.length,e,f;if(arguments.length===1){while(++c<d&&((e=a[c])==null||e!=e))e=undefined;while(++c<d)(f=a[c])!=null&&f>e&&(e=f)}else{while(++c<d&&((e=b.call(a,a[c],c))==null||e!=e))e=undefined;while(++c<d)(f=b.call(a,a[c],c))!=null&&f>e&&(e=f)}return e},d3.extent=function(a,b){var c=-1,d=a.length,e,f,g;if(arguments.length===1){while(++c<d&&((e=g=a[c])==null||e!=e))e=g=undefined;while(++c<d)(f=a[c])!=null&&(e>f&&(e=f),g<f&&(g=f))}else{while(++c<d&&((e=g=b.call(a,a[c],c))==null||e!=e))e=undefined;while(++c<d)(f=b.call(a,a[c],c))!=null&&(e>f&&(e=f),g<f&&(g=f))}return[e,g]},d3.random={normal:function(a,b){return arguments.length<2&&(b=1),arguments.length<1&&(a=0),function(){var c,d,e;do c=Math.random()*2-1,d=Math.random()*2-1,e=c*c+d*d;while(!e||e>1);return a+b*c*Math.sqrt(-2*Math.log(e)/e)}}},d3.sum=function(a,b){var c=0,d=a.length,e,f=-1;if(arguments.length===1)while(++f<d)isNaN(e=+a[f])||(c+=e);else while(++f<d)isNaN(e=+b.call(a,a[f],f))||(c+=e);return c},d3.quantile=function(a,b){var c=(a.length-1)*b+1,d=Math.floor(c),e=a[d-1],f=c-d;return f?e+f*(a[d]-e):e},d3.transpose=function(a){return d3.zip.apply(d3,a)},d3.zip=function(){if(!(e=arguments.length))return[];for(var a=-1,b=d3.min(arguments,q),c=new Array(b);++a<b;)for(var d=-1,e,f=c[a]=new Array(e);++d<e;)f[d]=arguments[d][a];return c},d3.bisector=function(a){return{left:function(b,c,d,e){arguments.length<3&&(d=0),arguments.length<4&&(e=b.length);while(d<e){var f=d+e>>1;a.call(b,b[f],f)<c?d=f+1:e=f}return d},right:function(b,c,d,e){arguments.length<3&&(d=0),arguments.length<4&&(e=b.length);while(d<e){var f=d+e>>1;c<a.call(b,b[f],f)?e=f:d=f+1}return d}}};var r=d3.bisector(function(a){return a});d3.bisectLeft=r.left,d3.bisect=d3.bisectRight=r.right,d3.first=function(a,b){var c=0,d=a.length,e=a[0],f;arguments.length===1&&(b=d3.ascending);while(++c<d)b.call(a,e,f=a[c])>0&&(e=f);return e},d3.last=function(a,b){var c=0,d=a.length,e=a[0],f;arguments.length===1&&(b=d3.ascending);while(++c<d)b.call(a,e,f=a[c])<=0&&(e=f);return e},d3.nest=function(){function f(c,g){if(g>=b.length)return e?e.call(a,c):d?c.sort(d):c;var h=-1,i=c.length,j=b[g++],l,m,n=new k,o,p={};while(++h<i)(o=n.get(l=j(m=c[h])))?o.push(m):n.set(l,[m]);return n.forEach(function(a){p[a]=f(n.get(a),g)}),p}function g(a,d){if(d>=b.length)return a;var e=[],f=c[d++],h;for(h in a)e.push({key:h,values:g(a[h],d)});return f&&e.sort(function(a,b){return f(a.key,b.key)}),e}var a={},b=[],c=[],d,e;return a.map=function(a){return f(a,0)},a.entries=function(a){return g(f(a,0),0)},a.key=function(c){return b.push(c),a},a.sortKeys=function(d){return c[b.length-1]=d,a},a.sortValues=function(b){return d=b,a},a.rollup=function(b){return e=b,a},a},d3.keys=function(a){var b=[];for(var c in a)b.push(c);return b},d3.values=function(a){var b=[];for(var c in a)b.push(a[c]);return b},d3.entries=function(a){var b=[];for(var c in a)b.push({key:c,value:a[c]});return b},d3.permute=function(a,b){var c=[],d=-1,e=b.length;while(++d<e)c[d]=a[b[d]];return c},d3.merge=function(a){return Array.prototype.concat.apply([],a)},d3.split=function(a,b){var c=[],d=[],e,f=-1,g=a.length;arguments.length<2&&(b=s);while(++f<g)b.call(d,e=a[f],f)?d=[]:(d.length||c.push(d),d.push(e));return c},d3.range=function(a,b,c){arguments.length<3&&(c=1,arguments.length<2&&(b=a,a=0));if((b-a)/c===Infinity)throw new Error("infinite range");var d=[],e=u(Math.abs(c)),f=-1,g;a*=e,b*=e,c*=e;if(c<0)while((g=a+c*++f)>b)d.push(g/e);else while((g=a+c*++f)<b)d.push(g/e);return d},d3.requote=function(a){return a.replace(v,"\\$&")};var v=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g;d3.round=function(a,b){return b?Math.round(a*(b=Math.pow(10,b)))/b:Math.round(a)},d3.xhr=function(a,b,c){var d=new XMLHttpRequest;arguments.length<3?(c=b,b=null):b&&d.overrideMimeType&&d.overrideMimeType(b),d.open("GET",a,!0),b&&d.setRequestHeader("Accept",b),d.onreadystatechange=function(){d.readyState===4&&c(d.status<300?d:null)},d.send(null)},d3.text=function(a,b,c){function d(a){c(a&&a.responseText)}arguments.length<3&&(c=b,b=null),d3.xhr(a,b,d)},d3.json=function(a,b){d3.text(a,"application/json",function(a){b(a?JSON.parse(a):null)})},d3.html=function(a,b){d3.text(a,"text/html",function(a){if(a!=null){var c=document.createRange();c.selectNode(document.body),a=c.createContextualFragment(a)}b(a)})},d3.xml=function(a,b,c){function d(a){c(a&&a.responseXML)}arguments.length<3&&(c=b,b=null),d3.xhr(a,b,d)};var w={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};d3.ns={prefix:w,qualify:function(a){var b=a.indexOf(":"),c=a;return b>=0&&(c=a.substring(0,b),a=a.substring(b+1)),w.hasOwnProperty(c)?{space:w[c],local:a}:a}},d3.dispatch=function(){var a=new x,b=-1,c=arguments.length;while(++b<c)a[arguments[b]]=y(a);return a},x.prototype.on=function(a,b){var c=a.indexOf("."),d="";return c>0&&(d=a.substring(c+1),a=a.substring(0,c)),arguments.length<2?this[a].on(d):this[a].on(d,b)},d3.format=function(a){var b=z.exec(a),c=b[1]||" ",d=b[3]||"",e=b[5],f=+b[6],g=b[7],h=b[8],i=b[9],j=1,k="",l=!1;h&&(h=+h.substring(1)),e&&(c="0",g&&(f-=Math.floor((f-1)/4)));switch(i){case"n":g=!0,i="g";break;case"%":j=100,k="%",i="f";break;case"p":j=100,k="%",i="r";break;case"d":l=!0,h=0;break;case"s":j=-1,i="r"}return i=="r"&&!h&&(i="g"),i=A.get(i)||C,function(a){if(l&&a%1)return"";var b=a<0&&(a=-a)?"−":d;if(j<0){var m=d3.formatPrefix(a,h);a*=m.scale,k=m.symbol}else a*=j;a=i(a,h);if(e){var n=a.length+b.length;n<f&&(a=(new Array(f-n+1)).join(c)+a),g&&(a=D(a)),a=b+a}else{g&&(a=D(a)),a=b+a;var n=a.length;n<f&&(a=(new Array(f-n+1)).join(c)+a)}return a+k}};var z=/(?:([^{])?([<>=^]))?([+\- ])?(#)?(0)?([0-9]+)?(,)?(\.[0-9]+)?([a-zA-Z%])?/,A=d3.map({g:function(a,b){return a.toPrecision(b)},e:function(a,b){return a.toExponential(b)},f:function(a,b){return a.toFixed(b)},r:function(a,b){return d3.round(a,b=B(a,b)).toFixed(Math.max(0,Math.min(20,b)))}}),E=["y","z","a","f","p","n","μ","m","","k","M","G","T","P","E","Z","Y"].map(F);d3.formatPrefix=function(a,b){var c=0;return a&&(a<0&&(a*=-1),b&&(a=d3.round(a,B(a,b))),c=1+Math.floor(1e-12+Math.log(a)/Math.LN10),c=Math.max(-24,Math.min(24,Math.floor((c<=0?c+1:c-1)/3)*3))),E[8+c/3]};var G=P(2),H=P(3),I=function(){return O},J=d3.map({linear:I,poly:P,quad:function(){return G},cubic:function(){return H},sin:function(){return Q},exp:function(){return R},circle:function(){return S},elastic:T,back:U,bounce:function(){return V}}),K=d3.map({"in":O,out:M,"in-out":N,"out-in":function(a){return N(M(a))}});d3.ease=function(a){var b=a.indexOf("-"),c=b>=0?a.substring(0,b):a,d=b>=0?a.substring(b+1):"in";return c=J.get(c)||I,d=K.get(d)||O,L(d(c.apply(null,Array.prototype.slice.call(arguments,1))))},d3.event=null,d3.interpolate=function(a,b){var c=d3.interpolators.length,d;while(--c>=0&&!(d=d3.interpolators[c](a,b)));return d},d3.interpolateNumber=function(a,b){return b-=a,function(c){return a+b*c}},d3.interpolateRound=function(a,b){return b-=a,function(c){return Math.round(a+b*c)}},d3.interpolateString=function(a,b){var c,d,e,f=0,g=0,h=[],i=[],j,k;Z.lastIndex=0;for(d=0;c=Z.exec(b);++d)c.index&&h.push(b.substring(f,g=c.index)),i.push({i:h.length,x:c[0]}),h.push(null),f=Z.lastIndex;f<b.length&&h.push(b.substring(f));for(d=0,j=i.length;(c=Z.exec(a))&&d<j;++d){k=i[d];if(k.x==c[0]){if(k.i)if(h[k.i+1]==null){h[k.i-1]+=k.x,h.splice(k.i,1);for(e=d+1;e<j;++e)i[e].i--}else{h[k.i-1]+=k.x+h[k.i+1],h.splice(k.i,2);for(e=d+1;e<j;++e)i[e].i-=2}else if(h[k.i+1]==null)h[k.i]=k.x;else{h[k.i]=k.x+h[k.i+1],h.splice(k.i+1,1);for(e=d+1;e<j;++e)i[e].i--}i.splice(d,1),j--,d--}else k.x=d3.interpolateNumber(parseFloat(c[0]),parseFloat(k.x))}while(d<j)k=i.pop(),h[k.i+1]==null?h[k.i]=k.x:(h[k.i]=k.x+h[k.i+1],h.splice(k.i+1,1)),j--;return h.length===1?h[0]==null?i[0].x:function(){return b}:function(a){for(d=0;d<j;++d)h[(k=i[d]).i]=k.x(a);return h.join("")}},d3.interpolateTransform=function(a,b){var c=[],d=[],e,f=d3.transform(a),g=d3.transform(b),h=f.translate,i=g.translate,j=f.rotate,k=g.rotate,l=f.skew,m=g.skew,n=f.scale,o=g.scale;return h[0]!=i[0]||h[1]!=i[1]?(c.push("translate(",null,",",null,")"),d.push({i:1,x:d3.interpolateNumber(h[0],i[0])},{i:3,x:d3.interpolateNumber(h[1],i[1])})):i[0]||i[1]?c.push("translate("+i+")"):c.push(""),j!=k?d.push({i:c.push(c.pop()+"rotate(",null,")")-2,x:d3.interpolateNumber(j,k)}):k&&c.push(c.pop()+"rotate("+k+")"),l!=m?d.push({i:c.push(c.pop()+"skewX(",null,")")-2,x:d3.interpolateNumber(l,m)}):m&&c.push(c.pop()+"skewX("+m+")"),n[0]!=o[0]||n[1]!=o[1]?(e=c.push(c.pop()+"scale(",null,",",null,")"),d.push({i:e-4,x:d3.interpolateNumber(n[0],o[0])},{i:e-2,x:d3.interpolateNumber(n[1],o[1])})):(o[0]!=1||o[1]!=1)&&c.push(c.pop()+"scale("+o+")"),e=d.length,function(a){var b=-1,f;while(++b<e)c[(f=d[b]).i]=f.x(a);return c.join("")}},d3.interpolateRgb=function(a,b){a=d3.rgb(a),b=d3.rgb(b);var c=a.r,d=a.g,e=a.b,f=b.r-c,g=b.g-d,h=b.b-e;return function(a){return"#"+bd(Math.round(c+f*a))+bd(Math.round(d+g*a))+bd(Math.round(e+h*a))}},d3.interpolateHsl=function(a,b){a=d3.hsl(a),b=d3.hsl(b);var c=a.h,d=a.s,e=a.l,f=b.h-c,g=b.s-d,h=b.l-e;return function(a){return bk(c+f*a,d+g*a,e+h*a).toString()}},d3.interpolateArray=function(a,b){var c=[],d=[],e=a.length,f=b.length,g=Math.min(a.length,b.length),h;for(h=0;h<g;++h)c.push(d3.interpolate(a[h],b[h]));for(;h<e;++h)d[h]=a[h];for(;h<f;++h)d[h]=b[h];return function(a){for(h=0;h<g;++h)d[h]=c[h](a);return d}},d3.interpolateObject=function(a,b){var c={},d={},e;for(e in a)e in b?c[e]=$(e)(a[e],b[e]):d[e]=a[e];for(e in b)e in a||(d[e]=b[e]);return function(a){for(e in c)d[e]=c[e](a);return d}};var Z=/[-+]?(?:\d*\.?\d+)(?:[eE][-+]?\d+)?/g;d3.interpolators=[d3.interpolateObject,function(a,b){return b instanceof Array&&d3.interpolateArray(a,b)},function(a,b){return(typeof a=="string"||typeof b=="string")&&d3.interpolateString(a+"",b+"")},function(a,b){return(typeof b=="string"?bh.has(b)||/^(#|rgb\(|hsl\()/.test(b):b instanceof bc||b instanceof bj)&&d3.interpolateRgb(a,b)},function(a,b){return!isNaN(a=+a)&&!isNaN(b=+b)&&d3.interpolateNumber(a,b)}],d3.rgb=function(a,b,c){return arguments.length===1?a instanceof bc?bb(a.r,a.g,a.b):be(""+a,bb,bk):bb(~~a,~~b,~~c)},bc.prototype.brighter=function(a){a=Math.pow(.7,arguments.length?a:1);var b=this.r,c=this.g,d=this.b,e=30;return!b&&!c&&!d?bb(e,e,e):(b&&b<e&&(b=e),c&&c<e&&(c=e),d&&d<e&&(d=e),bb(Math.min(255,Math.floor(b/a)),Math.min(255,Math.floor(c/a)),Math.min(255,Math.floor(d/a))))},bc.prototype.darker=function(a){return a=Math.pow(.7,arguments.length?a:1),bb(Math.floor(a*this.r),Math.floor(a*this.g),Math.floor(a*this.b))},bc.prototype.hsl=function(){return bf(this.r,this.g,this.b)},bc.prototype.toString=function(){return"#"+bd(this.r)+bd(this.g)+bd(this.b)};var bh=d3.map({aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"});bh.forEach(function(a,b){bh.set(a,be(b,bb,bk))}),d3.hsl=function(a,b,c){return arguments.length===1?a instanceof bj?bi(a.h,a.s,a.l):be(""+a,bf,bi):bi(+a,+b,+c)},bj.prototype.brighter=function(a){return a=Math.pow(.7,arguments.length?a:1),bi(this.h,this.s,this.l/a)},bj.prototype.darker=function(a){return a=Math.pow(.7,arguments.length?a:1),bi(this.h,this.s,a*this.l)},bj.prototype.rgb=function(){return bk(this.h,this.s,this.l)},bj.prototype.toString=function(){return this.rgb().toString()};var bm=function(a,b){return b.querySelector(a)},bn=function(a,b){return b.querySelectorAll(a)},bo=document.documentElement,bp=bo.matchesSelector||bo.webkitMatchesSelector||bo.mozMatchesSelector||bo.msMatchesSelector||bo.oMatchesSelector,bq=function(a,b){return bp.call(a,b)};typeof Sizzle=="function"&&(bm=function(a,b){return Sizzle(a,b)[0]},bn=function(a,b){return Sizzle.uniqueSort(Sizzle(a,b))},bq=Sizzle.matchesSelector);var br=[];d3.selection=function(){return bz},d3.selection.prototype=br,br.select=function(a){var b=[],c,d,e,f;typeof a!="function"&&(a=bs(a));for(var g=-1,h=this.length;++g<h;){b.push(c=[]),c.parentNode=(e=this[g]).parentNode;for(var i=-1,j=e.length;++i<j;)(f=e[i])?(c.push(d=a.call(f,f.__data__,i)),d&&"__data__"in f&&(d.__data__=f.__data__)):c.push(null)}return bl(b)},br.selectAll=function(a){var b=[],c,d;typeof a!="function"&&(a=bt(a));for(var e=-1,g=this.length;++e<g;)for(var h=this[e],i=-1,j=h.length;++i<j;)if(d=h[i])b.push(c=f(a.call(d,d.__data__,i))),c.parentNode=d;return bl(b)},br.attr=function(a,b){function d(){this.removeAttribute(a)}function e(){this.removeAttributeNS(a.space,a.local)}function f(){this.setAttribute(a,b)}function g(){this.setAttributeNS(a.space,a.local,b)}function h(){var c=b.apply(this,arguments);c==null?this.removeAttribute(a):this.setAttribute(a,c)}function i(){var c=b.apply(this,arguments);c==null?this.removeAttributeNS(a.space,a.local):this.setAttributeNS(a.space,a.local,c)}a=d3.ns.qualify(a);if(arguments.length<2){var c=this.node();return a.local?c.getAttributeNS(a.space,a.local):c.getAttribute(a)}return this.each(b==null?a.local?e:d:typeof b=="function"?a.local?i:h:a.local?g:f)},br.classed=function(a,b){var c=a.split(bu),d=c.length,e=-1;if(arguments.length>1){while(++e<d)bv.call(this,c[e],b);return this}while(++e<d)if(!bv.call(this,c[e]))return!1;return!0};var bu=/\s+/g;br.style=function(a,b,c){function d(){this.style.removeProperty(a)}function e(){this.style.setProperty(a,b,c)}function f(){var d=b.apply(this,arguments);d==null?this.style.removeProperty(a):this.style.setProperty(a,d,c)}return arguments.length<3&&(c=""),arguments.length<2?window.getComputedStyle(this.node(),null).getPropertyValue(a):this.each(b==null?d:typeof b=="function"?f:e)},br.property=function(a,b){function c(){delete this[a]}function d(){this[a]=b}function e(){var c=b.apply(this,arguments);c==null?delete this[a]:this[a]=c}return arguments.length<2?this.node()[a]:this.each(b==null?c:typeof b=="function"?e:d)},br.text=function(a){return arguments.length<1?this.node().textContent:this.each(typeof a=="function"?function(){var b=a.apply(this,arguments);this.textContent=b==null?"":b}:a==null?function(){this.textContent=""}:function(){this.textContent=a})},br.html=function(a){return arguments.length<1?this.node().innerHTML:this.each(typeof a=="function"?function(){var b=a.apply(this,arguments);this.innerHTML=b==null?"":b}:a==null?function(){this.innerHTML=""}:function(){this.innerHTML=a})},br.append=function(a){function b(){return this.appendChild(document.createElementNS(this.namespaceURI,a))}function c(){return this.appendChild(document.createElementNS(a.space,a.local))}return a=d3.ns.qualify(a),this.select(a.local?c:b)},br.insert=function(a,b){function c(){return this.insertBefore(document.createElementNS(this.namespaceURI,a),bm(b,this))}function d(){return this.insertBefore(document.createElementNS(a.space,a.local),bm(b,this))}return a=d3.ns.qualify(a),this.select(a.local?d:c)},br.remove=function(){return this.each(function(){var a=this.parentNode;a&&a.removeChild(this)})},br.data=function(a,b){function g(a,c){var d,e=a.length,f=c.length,g=Math.min(e,f),l=Math.max(e,f),m=[],n=[],o=[],p,q;if(b){var r=new k,s=[],t,u=c.length;for(d=-1;++d<e;)t=b.call(p=a[d],p.__data__,d),r.has(t)?o[u++]=p:r.set(t,p),s.push(t);for(d=-1;++d<f;)t=b.call(c,q=c[d],d),r.has(t)?(m[d]=p=r.get(t),p.__data__=q,n[d]=o[d]=null):(n[d]=bw(q),m[d]=o[d]=null),r.remove(t);for(d=-1;++d<e;)r.has(s[d])&&(o[d]=a[d])}else{for(d=-1;++d<g;)p=a[d],q=c[d],p?(p.__data__=q,m[d]=p,n[d]=o[d]=null):(n[d]=bw(q),m[d]=o[d]=null);for(;d<f;++d)n[d]=bw(c[d]),m[d]=o[d]=null;for(;d<l;++d)o[d]=a[d],n[d]=m[d]=null}n.update=m,n.parentNode=m.parentNode=o.parentNode=a.parentNode,h.push(n),i.push(m),j.push(o)}var c=-1,d=this.length,e,f;if(!arguments.length){a=new Array(d=(e=this[0]).length);while(++c<d)if(f=e[c])a[c]=f.__data__;return a}var h=bA([]),i=bl([]),j=bl([]);if(typeof a=="function")while(++c<d)g(e=this[c],a.call(e,e.parentNode.__data__,c));else while(++c<d)g(e=this[c],a);return i.enter=function(){return h},i.exit=function(){return j},i},br.datum=br.map=function(a){return arguments.length<1?this.property("__data__"):this.property("__data__",a)},br.filter=function(a){var b=[],c,d,e;typeof a!="function"&&(a=bx(a));for(var f=0,g=this.length;f<g;f++){b.push(c=[]),c.parentNode=(d=this[f]).parentNode;for(var h=0,i=d.length;h<i;h++)(e=d[h])&&a.call(e,e.__data__,h)&&c.push(e)}return bl(b)},br.order=function(){for(var a=-1,b=this.length;++a<b;)for(var c=this[a],d=c.length-1,e=c[d],f;--d>=0;)if(f=c[d])e&&e!==f.nextSibling&&e.parentNode.insertBefore(f,e),e=f;return this},br.sort=function(a){a=by.apply(this,arguments);for(var b=-1,c=this.length;++b<c;)this[b].sort(a);return this.order()},br.on=function(a,b,c){arguments.length<3&&(c=!1);var d="__on"+a,e=a.indexOf(".");return e>0&&(a=a.substring(0,e)),arguments.length<2?(e=this.node()[d])&&e._:this.each(function(e,f){function i(a){var c=d3.event;d3.event=a;try{b.call(g,g.__data__,f)}finally{d3.event=c}}var g=this,h=g[d];h&&(g.removeEventListener(a,h,h.$),delete g[d]),b&&(g.addEventListener(a,g[d]=i,i.$=c),i._=b)})},br.each=function(a){for(var b=-1,c=this.length;++b<c;)for(var d=this[b],e=-1,f=d.length;++e<f;){var g=d[e];g&&a.call(g,g.__data__,e,b)}return this},br.call=function(a){return a.apply(this,(arguments[0]=this,arguments)),this},br.empty=function(){return!this.node()},br.node=function(a){for(var b=0,c=this.length;b<c;b++)for(var d=this[b],e=0,f=d.length;e<f;e++){var g=d[e];if(g)return g}return null},br.transition=function(){var a=[],b,c;for(var d=-1,e=this.length;++d<e;){a.push(b=[]);for(var f=this[d],g=-1,h=f.length;++g<h;)b.push((c=f[g])?{node:c,delay:0,duration:250}:null)}return bC(a,bI||++bH,Date.now())};var bz=bl([[document]]);bz[0].parentNode=bo,d3.select=function(a){return typeof a=="string"?bz.select(a):bl([[a]])},d3.selectAll=function(a){return typeof a=="string"?bz.selectAll(a):bl([f(a)])};var bB=[];d3.selection.enter=bA,d3.selection.enter.prototype=bB,bB.append=br.append,bB.insert=br.insert,bB.empty=br.empty,bB.node=br.node,bB.select=function(a){var b=[],c,d,e,f,g;for(var h=-1,i=this.length;++h<i;){e=(f=this[h]).update,b.push(c=[]),c.parentNode=f.parentNode;for(var j=-1,k=f.length;++j<k;)(g=f[j])?(c.push(e[j]=d=a.call(f.parentNode,g.__data__,j)),d.__data__=g.__data__):c.push(null)}return bl(b)};var bD={},bG=[],bH=0,bI=0,bJ=d3.ease("cubic-in-out");bG.call=br.call,d3.transition=function(){return bz.transition()},d3.transition.prototype=bG,bG.select=function(a){var b=[],c,d,e;typeof a!="function"&&(a=bs(a));for(var f=-1,g=this.length;++f<g;){b.push(c=[]);for(var h=this[f],i=-1,j=h.length;++i<j;)(e=h[i])&&(d=a.call(e.node,e.node.__data__,i))?("__data__"in e.node&&(d.__data__=e.node.__data__),c.push({node:d,delay:e.delay,duration:e.duration})):c.push(null)}return bC(b,this.id,this.time).ease(this.ease())},bG.selectAll=function(a){var b=[],c,d,e;typeof a!="function"&&(a=bt(a));for(var f=-1,g=this.length;++f<g;)for(var h=this[f],i=-1,j=h.length;++i<j;)if(e=h[i]){d=a.call(e.node,e.node.__data__,i),b.push(c=[]);for(var k=-1,l=d.length;++k<l;)c.push({node:d[k],delay:e.delay,duration:e.duration})}return bC(b,this.id,this.time).ease(this.ease())},bG.attr=function(a,b){return this.attrTween(a,bF(a,b))},bG.attrTween=function(a,b){function d(a,d){var e=b.call(this,a,d,this.getAttribute(c));return e===bD?(this.removeAttribute(c),null):e&&function(a){this.setAttribute(c,e(a))}}function e(a,d){var e=b.call(this,a,d,this.getAttributeNS(c.space,c.local));return e===bD?(this.removeAttributeNS(c.space,c.local),null):e&&function(a){this.setAttributeNS(c.space,c.local,e(a))}}var c=d3.ns.qualify(a);return this.tween("attr."+a,c.local?e:d)},bG.style=function(a,b,c){return arguments.length<3&&(c=""),this.styleTween(a,bF(a,b),c)},bG.styleTween=function(a,b,c){return arguments.length<3&&(c=""),this.tween("style."+a,function(d,e){var f=b.call(this,d,e,window.getComputedStyle(this,null).getPropertyValue(a));return f===bD?(this.style.removeProperty(a),null):f&&function(b){this.style.setProperty(a,f(b),c)}})},bG.text=function(a){return this.tween("text",function(b,c){this.textContent=typeof a=="function"?a.call(this,b,c):a})},bG.remove=function(){return this.each("end.transition",function(){var a;!this.__transition__&&(a=this.parentNode)&&a.removeChild(this)})},bG.delay=function(a){var b=this;return b.each(typeof a=="function"?function(c,d,e){b[e][d].delay=a.apply(this,arguments)|0}:(a|=0,function(c,d,e){b[e][d].delay=a}))},bG.duration=function(a){var b=this;return b.each(typeof a=="function"?function(c,d,e){b[e][d].duration=Math.max(1,a.apply(this,arguments)|0)}:(a=Math.max(1,a|0),function(c,d,e){b[e][d].duration=a}))},bG.transition=function(){return this.select(n)};var bL=null,bM,bN;d3.timer=function(a,b,c){var d=!1,e,f=bL;if(arguments.length<3){if(arguments.length<2)b=0;else if(!isFinite(b))return;c=Date.now()}while(f){if(f.callback===a){f.then=c,f.delay=b,d=!0;break}e=f,f=f.next}d||(bL={callback:a,then:c,delay:b,next:bL}),bM||(bN=clearTimeout(bN),bM=1,bQ(bO))},d3.timer.flush=function(){var a,b=Date.now(),c=bL;while(c)a=b-c.then,c.delay||(c.flush=c.callback(a)),c=c.next;bP()};var bQ=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(a){setTimeout(a,17)};d3.transform=function(a){var b=document.createElementNS(d3.ns.prefix.svg,"g"),c={a:1,b:0,c:0,d:1,e:0,f:0};return(d3.transform=function(a){b.setAttribute("transform",a);var d=b.transform.baseVal.consolidate();return new bR(d?d.matrix:c)})(a)},bR.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var bV=180/Math.PI;d3.mouse=function(a){return bX(a,X())};var bW=/WebKit/.test(navigator.userAgent)?-1:0;d3.touches=function(a,b){return arguments.length<2&&(b=X().touches),b?f(b).map(function(b){var c=bX(a,b);return c.identifier=b.identifier,c}):[]},d3.scale={},d3.scale.linear=function(){return cb([0,1],[0,1],d3.interpolate,!1)},d3.scale.log=function(){return cj(d3.scale.linear(),cl)};var ck=d3.format(".0e");cl.pow=function(a){return Math.pow(10,a)},cm.pow=function(a){return-Math.pow(10,-a)},d3.scale.pow=function(){return cn(d3.scale.linear(),1)},d3.scale.sqrt=function(){return d3.scale.pow().exponent(.5)},d3.scale.ordinal=function(){return cp([],{t:"range",x:[]})},d3.scale.category10=function(){return d3.scale.ordinal().range(cq)},d3.scale.category20=function(){return d3.scale.ordinal().range(cr)},d3.scale.category20b=function(){return d3.scale.ordinal().range(cs)},d3.scale.category20c=function(){return d3.scale.ordinal().range(ct)};var cq=["#1f77b4","#ff7f0e","#2ca02c","#d62728","#9467bd","#8c564b","#e377c2","#7f7f7f","#bcbd22","#17becf"],cr=["#1f77b4","#aec7e8","#ff7f0e","#ffbb78","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5","#8c564b","#c49c94","#e377c2","#f7b6d2","#7f7f7f","#c7c7c7","#bcbd22","#dbdb8d","#17becf","#9edae5"],cs=["#393b79","#5254a3","#6b6ecf","#9c9ede","#637939","#8ca252","#b5cf6b","#cedb9c","#8c6d31","#bd9e39","#e7ba52","#e7cb94","#843c39","#ad494a","#d6616b","#e7969c","#7b4173","#a55194","#ce6dbd","#de9ed6"],ct=["#3182bd","#6baed6","#9ecae1","#c6dbef","#e6550d","#fd8d3c","#fdae6b","#fdd0a2","#31a354","#74c476","#a1d99b","#c7e9c0","#756bb1","#9e9ac8","#bcbddc","#dadaeb","#636363","#969696","#bdbdbd","#d9d9d9"];d3.scale.quantile=function(){return cu([],[])},d3.scale.quantize=function(){return cv(0,1,[0,1])},d3.scale.identity=function(){return cw([0,1])},d3.svg={},d3.svg.arc=function(){function e(){var e=a.apply(this,arguments),f=b.apply(this,arguments),g=c.apply(this,arguments)+cx,h=d.apply(this,arguments)+cx,i=(h<g&&(i=g,g=h,h=i),h-g),j=i<Math.PI?"0":"1",k=Math.cos(g),l=Math.sin(g),m=Math.cos(h),n=Math.sin(h);return i>=cy?e?"M0,"+f+"A"+f+","+f+" 0 1,1 0,"+ -f+"A"+f+","+f+" 0 1,1 0,"+f+"M0,"+e+"A"+e+","+e+" 0 1,0 0,"+ -e+"A"+e+","+e+" 0 1,0 0,"+e+"Z":"M0,"+f+"A"+f+","+f+" 0 1,1 0,"+ -f+"A"+f+","+f+" 0 1,1 0,"+f+"Z":e?"M"+f*k+","+f*l+"A"+f+","+f+" 0 "+j+",1 "+f*m+","+f*n+"L"+e*m+","+e*n+"A"+e+","+e+" 0 "+j+",0 "+e*k+","+e*l+"Z":"M"+f*k+","+f*l+"A"+f+","+f+" 0 "+j+",1 "+f*m+","+f*n+"L0,0"+"Z"}var a=cz,b=cA,c=cB,d=cC;return e.innerRadius=function(b){return arguments.length?(a=d3.functor(b),e):a},e.outerRadius=function(a){return arguments.length?(b=d3.functor(a),e):b},e.startAngle=function(a){return arguments.length?(c=d3.functor(a),e):c},e.endAngle=function(a){return arguments.length?(d=d3.functor(a),e):d},e.centroid=function(){var e=(a.apply(this,arguments)+b.apply(this,arguments))/2,f=(c.apply(this,arguments)+d.apply(this,arguments))/2+cx;return[Math.cos(f)*e,Math.sin(f)*e]},e};var cx=-Math.PI/2,cy=2*Math.PI-1e-6;d3.svg.line=function(){return cD(Object)};var cH="linear",cI=d3.map({linear:cJ,"step-before":cK,"step-after":cL,basis:cR,"basis-open":cS,"basis-closed":cT,bundle:cU,cardinal:cO,"cardinal-open":cM,"cardinal-closed":cN,monotone:db}),cW=[0,2/3,1/3,0],cX=[0,1/3,2/3,0],cY=[0,1/6,2/3,1/6];d3.svg.line.radial=function(){var a=cD(dc);return a.radius=a.x,delete a.x,a.angle=a.y,delete a.y,a},cK.reverse=cL,cL.reverse=cK,d3.svg.area=function(){return dd(Object)},d3.svg.area.radial=function(){var a=dd(dc);return a.radius=a.x,delete a.x,a.innerRadius=a.x0,delete a.x0,a.outerRadius=a.x1,delete a.x1,a.angle=a.y,delete a.y,a.startAngle=a.y0,delete a.y0,a.endAngle=a.y1,delete a.y1,a},d3.svg.chord=function(){function f(c,d){var e=g(this,a,c,d),f=g(this,b,c,d);return"M"+e.p0+i(e.r,e.p1,e.a1-e.a0)+(h(e,f)?j(e.r,e.p1,e.r,e.p0):j(e.r,e.p1,f.r,f.p0)+i(f.r,f.p1,f.a1-f.a0)+j(f.r,f.p1,e.r,e.p0))+"Z"}function g(a,b,f,g){var h=b.call(a,f,g),i=c.call(a,h,g),j=d.call(a,h,g)+cx,k=e.call(a,h,g)+cx;return{r:i,a0:j,a1:k,p0:[i*Math.cos(j),i*Math.sin(j)],p1:[i*Math.cos(k),i*Math.sin(k)]}}function h(a,b){return a.a0==b.a0&&a.a1==b.a1}function i(a,b,c){return"A"+a+","+a+" 0 "+ +(c>Math.PI)+",1 "+b}function j(a,b,c,d){return"Q 0,0 "+d}var a=dg,b=dh,c=di,d=cB,e=cC;return f.radius=function(a){return arguments.length?(c=d3.functor(a),f):c},f.source=function(b){return arguments.length?(a=d3.functor(b),f):a},f.target=function(a){return arguments.length?(b=d3.functor(a),f):b},f.startAngle=function(a){return arguments.length?(d=d3.functor(a),f):d},f.endAngle=function(a){return arguments.length?(e=d3.functor(a),f):e},f},d3.svg.diagonal=function(){function d(d,e){var f=a.call(this,d,e),g=b.call(this,d,e),h=(f.y+g.y)/2,i=[f,{x:f.x,y:h},{x:g.x,y:h},g];return i=i.map(c),"M"+i[0]+"C"+i[1]+" "+i[2]+" "+i[3]}var a=dg,b=dh,c=dl;return d.source=function(b){return arguments.length?(a=d3.functor(b),d):a},d.target=function(a){return arguments.length?(b=d3.functor(a),d):b},d.projection=function(a){return arguments.length?(c=a,d):c},d},d3.svg.diagonal.radial=function(){var a=d3.svg.diagonal(),b=dl,c=a.projection;return a.projection=function(a){return arguments.length?c(dm(b=a)):b},a},d3.svg.mouse=d3.mouse,d3.svg.touches=d3.touches,d3.svg.symbol=function(){function c(c,d){return(dr.get(a.call(this,c,d))||dq)(b.call(this,c,d))}var a=dp,b=dn;return c.type=function(b){return arguments.length?(a=d3.functor(b),c):a},c.size=function(a){return arguments.length?(b=d3.functor(a),c):b},c};var dr=d3.map({circle:dq,cross:function(a){var b=
Math.sqrt(a/5)/2;return"M"+ -3*b+","+ -b+"H"+ -b+"V"+ -3*b+"H"+b+"V"+ -b+"H"+3*b+"V"+b+"H"+b+"V"+3*b+"H"+ -b+"V"+b+"H"+ -3*b+"Z"},diamond:function(a){var b=Math.sqrt(a/(2*dt)),c=b*dt;return"M0,"+ -b+"L"+c+",0"+" 0,"+b+" "+ -c+",0"+"Z"},square:function(a){var b=Math.sqrt(a)/2;return"M"+ -b+","+ -b+"L"+b+","+ -b+" "+b+","+b+" "+ -b+","+b+"Z"},"triangle-down":function(a){var b=Math.sqrt(a/ds),c=b*ds/2;return"M0,"+c+"L"+b+","+ -c+" "+ -b+","+ -c+"Z"},"triangle-up":function(a){var b=Math.sqrt(a/ds),c=b*ds/2;return"M0,"+ -c+"L"+b+","+c+" "+ -b+","+c+"Z"}});d3.svg.symbolTypes=dr.keys();var ds=Math.sqrt(3),dt=Math.tan(30*Math.PI/180);d3.svg.axis=function(){function k(k){k.each(function(l,m,n){var o=d3.select(this),p=k.delay?function(a){var b=bI;try{return bI=k.id,a.transition().delay(k[n][m].delay).duration(k[n][m].duration).ease(k.ease())}finally{bI=b}}:Object,q=h==null?a.ticks?a.ticks.apply(a,g):a.domain():h,r=i==null?a.tickFormat?a.tickFormat.apply(a,g):String:i,s=dw(a,q,j),t=o.selectAll(".minor").data(s,String),u=t.enter().insert("line","g").attr("class","tick minor").style("opacity",1e-6),v=p(t.exit()).style("opacity",1e-6).remove(),w=p(t).style("opacity",1),x=o.selectAll("g").data(q,String),y=x.enter().insert("g","path").style("opacity",1e-6),z=p(x.exit()).style("opacity",1e-6).remove(),A=p(x).style("opacity",1),B,C=b$(a),D=o.selectAll(".domain").data([0]),E=D.enter().append("path").attr("class","domain"),F=p(D),G=a.copy(),H=this.__chart__||G;this.__chart__=G,y.append("line").attr("class","tick"),y.append("text"),A.select("text").text(r);switch(b){case"bottom":B=du,u.attr("y2",d),w.attr("x2",0).attr("y2",d),y.select("line").attr("y2",c),y.select("text").attr("y",Math.max(c,0)+f),A.select("line").attr("x2",0).attr("y2",c),A.select("text").attr("x",0).attr("y",Math.max(c,0)+f).attr("dy",".71em").attr("text-anchor","middle"),F.attr("d","M"+C[0]+","+e+"V0H"+C[1]+"V"+e);break;case"top":B=du,u.attr("y2",-d),w.attr("x2",0).attr("y2",-d),y.select("line").attr("y2",-c),y.select("text").attr("y",-(Math.max(c,0)+f)),A.select("line").attr("x2",0).attr("y2",-c),A.select("text").attr("x",0).attr("y",-(Math.max(c,0)+f)).attr("dy","0em").attr("text-anchor","middle"),F.attr("d","M"+C[0]+","+ -e+"V0H"+C[1]+"V"+ -e);break;case"left":B=dv,u.attr("x2",-d),w.attr("x2",-d).attr("y2",0),y.select("line").attr("x2",-c),y.select("text").attr("x",-(Math.max(c,0)+f)),A.select("line").attr("x2",-c).attr("y2",0),A.select("text").attr("x",-(Math.max(c,0)+f)).attr("y",0).attr("dy",".32em").attr("text-anchor","end"),F.attr("d","M"+ -e+","+C[0]+"H0V"+C[1]+"H"+ -e);break;case"right":B=dv,u.attr("x2",d),w.attr("x2",d).attr("y2",0),y.select("line").attr("x2",c),y.select("text").attr("x",Math.max(c,0)+f),A.select("line").attr("x2",c).attr("y2",0),A.select("text").attr("x",Math.max(c,0)+f).attr("y",0).attr("dy",".32em").attr("text-anchor","start"),F.attr("d","M"+e+","+C[0]+"H0V"+C[1]+"H"+e)}if(a.ticks)y.call(B,H),A.call(B,G),z.call(B,G),u.call(B,H),w.call(B,G),v.call(B,G);else{var I=G.rangeBand()/2,J=function(a){return G(a)+I};y.call(B,J),A.call(B,J)}})}var a=d3.scale.linear(),b="bottom",c=6,d=6,e=6,f=3,g=[10],h=null,i,j=0;return k.scale=function(b){return arguments.length?(a=b,k):a},k.orient=function(a){return arguments.length?(b=a,k):b},k.ticks=function(){return arguments.length?(g=arguments,k):g},k.tickValues=function(a){return arguments.length?(h=a,k):h},k.tickFormat=function(a){return arguments.length?(i=a,k):i},k.tickSize=function(a,b,f){if(!arguments.length)return c;var g=arguments.length-1;return c=+a,d=g>1?+b:c,e=g>0?+arguments[g]:c,k},k.tickPadding=function(a){return arguments.length?(f=+a,k):f},k.tickSubdivide=function(a){return arguments.length?(j=+a,k):j},k},d3.svg.brush=function(){function f(a){a.each(function(){var a=d3.select(this),e=a.selectAll(".background").data([0]),k=a.selectAll(".extent").data([0]),l=a.selectAll(".resize").data(d,String),m;a.style("pointer-events","all").on("mousedown.brush",j).on("touchstart.brush",j),e.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),k.enter().append("rect").attr("class","extent").style("cursor","move"),l.enter().append("g").attr("class",function(a){return"resize "+a}).style("cursor",function(a){return dx[a]}).append("rect").attr("x",function(a){return/[ew]$/.test(a)?-3:null}).attr("y",function(a){return/^[ns]/.test(a)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),l.style("display",f.empty()?"none":null),l.exit().remove(),b&&(m=b$(b),e.attr("x",m[0]).attr("width",m[1]-m[0]),h(a)),c&&(m=b$(c),e.attr("y",m[0]).attr("height",m[1]-m[0]),i(a)),g(a)})}function g(a){a.selectAll(".resize").attr("transform",function(a){return"translate("+e[+/e$/.test(a)][0]+","+e[+/^s/.test(a)][1]+")"})}function h(a){a.select(".extent").attr("x",e[0][0]),a.selectAll(".extent,.n>rect,.s>rect").attr("width",e[1][0]-e[0][0])}function i(a){a.select(".extent").attr("y",e[0][1]),a.selectAll(".extent,.e>rect,.w>rect").attr("height",e[1][1]-e[0][1])}function j(){function w(){var a=d3.event.changedTouches;return a?d3.touches(d,a)[0]:d3.mouse(d)}function x(){d3.event.keyCode==32&&(p||(q=null,r[0]-=e[1][0],r[1]-=e[1][1],p=2),W())}function y(){d3.event.keyCode==32&&p==2&&(r[0]+=e[1][0],r[1]+=e[1][1],p=0,W())}function z(){var a=w(),d=!1;s&&(a[0]+=s[0],a[1]+=s[1]),p||(d3.event.altKey?(q||(q=[(e[0][0]+e[1][0])/2,(e[0][1]+e[1][1])/2]),r[0]=e[+(a[0]<q[0])][0],r[1]=e[+(a[1]<q[1])][1]):q=null),n&&A(a,b,0)&&(h(l),d=!0),o&&A(a,c,1)&&(i(l),d=!0),d&&(g(l),k({type:"brush"}))}function A(a,b,c){var d=b$(b),f=d[0],g=d[1],h=r[c],i=e[1][c]-e[0][c],j,k;p&&(f-=h,g-=i+h),j=Math.max(f,Math.min(g,a[c])),p?k=(j+=h)+i:(q&&(h=Math.max(f,Math.min(g,2*q[c]-j))),h<j?(k=j,j=h):k=h);if(e[0][c]!==j||e[1][c]!==k)return e[0][c]=j,e[1][c]=k,!0}function B(){z(),l.style("pointer-events","all").selectAll(".resize").style("display",f.empty()?"none":null),d3.select("body").style("cursor",null),t.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),k({type:"brushend"}),W()}var d=this,j=d3.select(d3.event.target),k=a.of(d,arguments),l=d3.select(d),m=j.datum(),n=!/^(n|s)$/.test(m)&&b,o=!/^(e|w)$/.test(m)&&c,p=j.classed("extent"),q,r=w(),s,t=d3.select(window).on("mousemove.brush",z).on("mouseup.brush",B).on("touchmove.brush",z).on("touchend.brush",B).on("keydown.brush",x).on("keyup.brush",y);if(p)r[0]=e[0][0]-r[0],r[1]=e[0][1]-r[1];else if(m){var u=+/w$/.test(m),v=+/^n/.test(m);s=[e[1-u][0]-r[0],e[1-v][1]-r[1]],r[0]=e[u][0],r[1]=e[v][1]}else d3.event.altKey&&(q=r.slice());l.style("pointer-events","none").selectAll(".resize").style("display",null),d3.select("body").style("cursor",j.style("cursor")),k({type:"brushstart"}),z(),W()}var a=Y(f,"brushstart","brush","brushend"),b,c,d=dy[0],e=[[0,0],[0,0]];return f.x=function(a){return arguments.length?(b=a,d=dy[!b<<1|!c],f):b},f.y=function(a){return arguments.length?(c=a,d=dy[!b<<1|!c],f):c},f.extent=function(a){var d,g,h,i,j;return arguments.length?(b&&(d=a[0],g=a[1],c&&(d=d[0],g=g[0]),b.invert&&(d=b(d),g=b(g)),g<d&&(j=d,d=g,g=j),e[0][0]=d,e[1][0]=g),c&&(h=a[0],i=a[1],b&&(h=h[1],i=i[1]),c.invert&&(h=c(h),i=c(i)),i<h&&(j=h,h=i,i=j),e[0][1]=h,e[1][1]=i),f):(b&&(d=e[0][0],g=e[1][0],b.invert&&(d=b.invert(d),g=b.invert(g)),g<d&&(j=d,d=g,g=j)),c&&(h=e[0][1],i=e[1][1],c.invert&&(h=c.invert(h),i=c.invert(i)),i<h&&(j=h,h=i,i=j)),b&&c?[[d,h],[g,i]]:b?[d,g]:c&&[h,i])},f.clear=function(){return e[0][0]=e[0][1]=e[1][0]=e[1][1]=0,f},f.empty=function(){return b&&e[0][0]===e[1][0]||c&&e[0][1]===e[1][1]},d3.rebind(f,a,"on")};var dx={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},dy=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]];d3.behavior={},d3.behavior.drag=function(){function c(){this.on("mousedown.drag",d).on("touchstart.drag",d)}function d(){function j(){var a=c.parentNode,b=d3.event.changedTouches;return b?d3.touches(a,b)[0]:d3.mouse(a)}function k(){if(!c.parentNode)return l();var a=j(),b=a[0]-g[0],e=a[1]-g[1];h|=b|e,g=a,W(),d({type:"drag",x:a[0]+f[0],y:a[1]+f[1],dx:b,dy:e})}function l(){d({type:"dragend"}),h&&(W(),d3.event.target===e&&i.on("click.drag",m,!0)),i.on("mousemove.drag",null).on("touchmove.drag",null).on("mouseup.drag",null).on("touchend.drag",null)}function m(){W(),i.on("click.drag",null)}var c=this,d=a.of(c,arguments),e=d3.event.target,f,g=j(),h=0,i=d3.select(window).on("mousemove.drag",k).on("touchmove.drag",k).on("mouseup.drag",l,!0).on("touchend.drag",l,!0);b?(f=b.apply(c,arguments),f=[f.x-g[0],f.y-g[1]]):f=[0,0],d({type:"dragstart"})}var a=Y(c,"drag","dragstart","dragend"),b=null;return c.origin=function(a){return arguments.length?(b=a,c):b},d3.rebind(c,a,"on")},d3.behavior.zoom=function(){function l(){this.on("mousedown.zoom",r).on("mousewheel.zoom",s).on("mousemove.zoom",t).on("DOMMouseScroll.zoom",s).on("dblclick.zoom",u).on("touchstart.zoom",v).on("touchmove.zoom",w).on("touchend.zoom",v)}function m(b){return[(b[0]-a[0])/c,(b[1]-a[1])/c]}function n(b){return[b[0]*c+a[0],b[1]*c+a[1]]}function o(a){c=Math.max(e[0],Math.min(e[1],a))}function p(b,c){c=n(c),a[0]+=b[0]-c[0],a[1]+=b[1]-c[1]}function q(b){h&&h.domain(g.range().map(function(b){return(b-a[0])/c}).map(g.invert)),j&&j.domain(i.range().map(function(b){return(b-a[1])/c}).map(i.invert)),d3.event.preventDefault(),b({type:"zoom",scale:c,translate:a})}function r(){function h(){d=1,p(d3.mouse(a),g),q(b)}function i(){d&&W(),e.on("mousemove.zoom",null).on("mouseup.zoom",null),d&&d3.event.target===c&&e.on("click.zoom",j)}function j(){W(),e.on("click.zoom",null)}var a=this,b=f.of(a,arguments),c=d3.event.target,d=0,e=d3.select(window).on("mousemove.zoom",h).on("mouseup.zoom",i),g=m(d3.mouse(a));window.focus(),W()}function s(){b||(b=m(d3.mouse(this))),o(Math.pow(2,dB()*.002)*c),p(d3.mouse(this),b),q(f.of(this,arguments))}function t(){b=null}function u(){var a=d3.mouse(this),b=m(a);o(d3.event.shiftKey?c/2:c*2),p(a,b),q(f.of(this,arguments))}function v(){var a=d3.touches(this),e=Date.now();d=c,b={},a.forEach(function(a){b[a.identifier]=m(a)}),W();if(a.length===1&&e-k<500){var g=a[0],h=m(a[0]);o(c*2),p(g,h),q(f.of(this,arguments))}k=e}function w(){var a=d3.touches(this),c=a[0],e=b[c.identifier];if(g=a[1]){var g,h=b[g.identifier];c=[(c[0]+g[0])/2,(c[1]+g[1])/2],e=[(e[0]+h[0])/2,(e[1]+h[1])/2],o(d3.event.scale*d)}p(c,e),q(f.of(this,arguments))}var a=[0,0],b,c=1,d,e=dA,f=Y(l,"zoom"),g,h,i,j,k;return l.translate=function(b){return arguments.length?(a=b.map(Number),l):a},l.scale=function(a){return arguments.length?(c=+a,l):c},l.scaleExtent=function(a){return arguments.length?(e=a==null?dA:a.map(Number),l):e},l.x=function(a){return arguments.length?(h=a,g=a.copy(),l):h},l.y=function(a){return arguments.length?(j=a,i=a.copy(),l):j},d3.rebind(l,f,"on")};var dz,dA=[0,Infinity];d3.layout={},d3.layout.bundle=function(){return function(a){var b=[],c=-1,d=a.length;while(++c<d)b.push(dC(a[c]));return b}},d3.layout.chord=function(){function j(){var a={},j=[],l=d3.range(e),m=[],n,o,p,q,r;b=[],c=[],n=0,q=-1;while(++q<e){o=0,r=-1;while(++r<e)o+=d[q][r];j.push(o),m.push(d3.range(e)),n+=o}g&&l.sort(function(a,b){return g(j[a],j[b])}),h&&m.forEach(function(a,b){a.sort(function(a,c){return h(d[b][a],d[b][c])})}),n=(2*Math.PI-f*e)/n,o=0,q=-1;while(++q<e){p=o,r=-1;while(++r<e){var s=l[q],t=m[s][r],u=d[s][t],v=o,w=o+=u*n;a[s+"-"+t]={index:s,subindex:t,startAngle:v,endAngle:w,value:u}}c.push({index:s,startAngle:p,endAngle:o,value:(o-p)/n}),o+=f}q=-1;while(++q<e){r=q-1;while(++r<e){var x=a[q+"-"+r],y=a[r+"-"+q];(x.value||y.value)&&b.push(x.value<y.value?{source:y,target:x}:{source:x,target:y})}}i&&k()}function k(){b.sort(function(a,b){return i((a.source.value+a.target.value)/2,(b.source.value+b.target.value)/2)})}var a={},b,c,d,e,f=0,g,h,i;return a.matrix=function(f){return arguments.length?(e=(d=f)&&d.length,b=c=null,a):d},a.padding=function(d){return arguments.length?(f=d,b=c=null,a):f},a.sortGroups=function(d){return arguments.length?(g=d,b=c=null,a):g},a.sortSubgroups=function(c){return arguments.length?(h=c,b=null,a):h},a.sortChords=function(c){return arguments.length?(i=c,b&&k(),a):i},a.chords=function(){return b||j(),b},a.groups=function(){return c||j(),c},a},d3.layout.force=function(){function r(a){return function(b,c,d,e,f){if(b.point!==a){var g=b.cx-a.x,h=b.cy-a.y,i=1/Math.sqrt(g*g+h*h);if((e-c)*i<k){var j=b.charge*i*i;return a.px-=g*j,a.py-=h*j,!0}if(b.point&&isFinite(i)){var j=b.pointCharge*i*i;a.px-=g*j,a.py-=h*j}}return!b.charge}}function s(b){dH(dG=b),dF=a}var a={},b=d3.dispatch("start","tick","end"),c=[1,1],d,e,f=.9,g=dM,h=dN,i=-30,j=.1,k=.8,l,m=[],n=[],o,p,q;return a.tick=function(){if((e*=.99)<.005)return b.end({type:"end",alpha:e=0}),!0;var a=m.length,d=n.length,g,h,k,l,s,t,u,v,w;for(h=0;h<d;++h){k=n[h],l=k.source,s=k.target,v=s.x-l.x,w=s.y-l.y;if(t=v*v+w*w)t=e*p[h]*((t=Math.sqrt(t))-o[h])/t,v*=t,w*=t,s.x-=v*(u=l.weight/(s.weight+l.weight)),s.y-=w*u,l.x+=v*(u=1-u),l.y+=w*u}if(u=e*j){v=c[0]/2,w=c[1]/2,h=-1;if(u)while(++h<a)k=m[h],k.x+=(v-k.x)*u,k.y+=(w-k.y)*u}if(i){dL(g=d3.geom.quadtree(m),e,q),h=-1;while(++h<a)(k=m[h]).fixed||g.visit(r(k))}h=-1;while(++h<a)k=m[h],k.fixed?(k.x=k.px,k.y=k.py):(k.x-=(k.px-(k.px=k.x))*f,k.y-=(k.py-(k.py=k.y))*f);b.tick({type:"tick",alpha:e})},a.nodes=function(b){return arguments.length?(m=b,a):m},a.links=function(b){return arguments.length?(n=b,a):n},a.size=function(b){return arguments.length?(c=b,a):c},a.linkDistance=function(b){return arguments.length?(g=d3.functor(b),a):g},a.distance=a.linkDistance,a.linkStrength=function(b){return arguments.length?(h=d3.functor(b),a):h},a.friction=function(b){return arguments.length?(f=b,a):f},a.charge=function(b){return arguments.length?(i=typeof b=="function"?b:+b,a):i},a.gravity=function(b){return arguments.length?(j=b,a):j},a.theta=function(b){return arguments.length?(k=b,a):k},a.alpha=function(c){return arguments.length?(e?c>0?e=c:e=0:c>0&&(b.start({type:"start",alpha:e=c}),d3.timer(a.tick)),a):e},a.start=function(){function s(a,c){var d=t(b),e=-1,f=d.length,g;while(++e<f)if(!isNaN(g=d[e][a]))return g;return Math.random()*c}function t(){if(!l){l=[];for(d=0;d<e;++d)l[d]=[];for(d=0;d<f;++d){var a=n[d];l[a.source.index].push(a.target),l[a.target.index].push(a.source)}}return l[b]}var b,d,e=m.length,f=n.length,j=c[0],k=c[1],l,r;for(b=0;b<e;++b)(r=m[b]).index=b,r.weight=0;o=[],p=[];for(b=0;b<f;++b)r=n[b],typeof r.source=="number"&&(r.source=m[r.source]),typeof r.target=="number"&&(r.target=m[r.target]),o[b]=g.call(this,r,b),p[b]=h.call(this,r,b),++r.source.weight,++r.target.weight;for(b=0;b<e;++b)r=m[b],isNaN(r.x)&&(r.x=s("x",j)),isNaN(r.y)&&(r.y=s("y",k)),isNaN(r.px)&&(r.px=r.x),isNaN(r.py)&&(r.py=r.y);q=[];if(typeof i=="function")for(b=0;b<e;++b)q[b]=+i.call(this,m[b],b);else for(b=0;b<e;++b)q[b]=i;return a.resume()},a.resume=function(){return a.alpha(.1)},a.stop=function(){return a.alpha(0)},a.drag=function(){d||(d=d3.behavior.drag().origin(Object).on("dragstart",s).on("drag",dK).on("dragend",dJ)),this.on("mouseover.force",dH).on("mouseout.force",dI).call(d)},d3.rebind(a,b,"on")};var dF,dG;d3.layout.partition=function(){function c(a,b,d,e){var f=a.children;a.x=b,a.y=a.depth*e,a.dx=d,a.dy=e;if(f&&(h=f.length)){var g=-1,h,i,j;d=a.value?d/a.value:0;while(++g<h)c(i=f[g],b,j=i.value*d,e),b+=j}}function d(a){var b=a.children,c=0;if(b&&(f=b.length)){var e=-1,f;while(++e<f)c=Math.max(c,d(b[e]))}return 1+c}function e(e,f){var g=a.call(this,e,f);return c(g[0],0,b[0],b[1]/d(g[0])),g}var a=d3.layout.hierarchy(),b=[1,1];return e.size=function(a){return arguments.length?(b=a,e):b},ea(e,a)},d3.layout.pie=function(){function f(g,h){var i=g.map(function(b,c){return+a.call(f,b,c)}),j=+(typeof c=="function"?c.apply(this,arguments):c),k=((typeof e=="function"?e.apply(this,arguments):e)-c)/d3.sum(i),l=d3.range(g.length);b!=null&&l.sort(b===dO?function(a,b){return i[b]-i[a]}:function(a,c){return b(g[a],g[c])});var m=[];return l.forEach(function(a){m[a]={data:g[a],value:d=i[a],startAngle:j,endAngle:j+=d*k}}),m}var a=Number,b=dO,c=0,e=2*Math.PI;return f.value=function(b){return arguments.length?(a=b,f):a},f.sort=function(a){return arguments.length?(b=a,f):b},f.startAngle=function(a){return arguments.length?(c=a,f):c},f.endAngle=function(a){return arguments.length?(e=a,f):e},f};var dO={};d3.layout.stack=function(){function g(h,i){var j=h.map(function(b,c){return a.call(g,b,c)}),k=j.map(function(a,b){return a.map(function(a,b){return[e.call(g,a,b),f.call(g,a,b)]})}),l=b.call(g,k,i);j=d3.permute(j,l),k=d3.permute(k,l);var m=c.call(g,k,i),n=j.length,o=j[0].length,p,q,r;for(q=0;q<o;++q){d.call(g,j[0][q],r=m[q],k[0][q][1]);for(p=1;p<n;++p)d.call(g,j[p][q],r+=k[p-1][q][1],k[p][q][1])}return h}var a=Object,b=dU,c=dV,d=dR,e=dP,f=dQ;return g.values=function(b){return arguments.length?(a=b,g):a},g.order=function(a){return arguments.length?(b=typeof a=="function"?a:dS.get(a)||dU,g):b},g.offset=function(a){return arguments.length?(c=typeof a=="function"?a:dT.get(a)||dV,g):c},g.x=function(a){return arguments.length?(e=a,g):e},g.y=function(a){return arguments.length?(f=a,g):f},g.out=function(a){return arguments.length?(d=a,g):d},g};var dS=d3.map({"inside-out":function(a){var b=a.length,c,d,e=a.map(dW),f=a.map(dX),g=d3.range(b).sort(function(a,b){return e[a]-e[b]}),h=0,i=0,j=[],k=[];for(c=0;c<b;++c)d=g[c],h<i?(h+=f[d],j.push(d)):(i+=f[d],k.push(d));return k.reverse().concat(j)},reverse:function(a){return d3.range(a.length).reverse()},"default":dU}),dT=d3.map({silhouette:function(a){var b=a.length,c=a[0].length,d=[],e=0,f,g,h,i=[];for(g=0;g<c;++g){for(f=0,h=0;f<b;f++)h+=a[f][g][1];h>e&&(e=h),d.push(h)}for(g=0;g<c;++g)i[g]=(e-d[g])/2;return i},wiggle:function(a){var b=a.length,c=a[0],d=c.length,e=0,f,g,h,i,j,k,l,m,n,o=[];o[0]=m=n=0;for(g=1;g<d;++g){for(f=0,i=0;f<b;++f)i+=a[f][g][1];for(f=0,j=0,l=c[g][0]-c[g-1][0];f<b;++f){for(h=0,k=(a[f][g][1]-a[f][g-1][1])/(2*l);h<f;++h)k+=(a[h][g][1]-a[h][g-1][1])/l;j+=k*a[f][g][1]}o[g]=m-=i?j/i*l:0,m<n&&(n=m)}for(g=0;g<d;++g)o[g]-=n;return o},expand:function(a){var b=a.length,c=a[0].length,d=1/b,e,f,g,h=[];for(f=0;f<c;++f){for(e=0,g=0;e<b;e++)g+=a[e][f][1];if(g)for(e=0;e<b;e++)a[e][f][1]/=g;else for(e=0;e<b;e++)a[e][f][1]=d}for(f=0;f<c;++f)h[f]=0;return h},zero:dV});d3.layout.histogram=function(){function e(e,f){var g=[],h=e.map(b,this),i=c.call(this,h,f),j=d.call(this,i,h,f),k,f=-1,l=h.length,m=j.length-1,n=a?1:1/l,o;while(++f<m)k=g[f]=[],k.dx=j[f+1]-(k.x=j[f]),k.y=0;f=-1;while(++f<l)o=h[f],o>=i[0]&&o<=i[1]&&(k=g[d3.bisect(j,o,1,m)-1],k.y+=n,k.push(e[f]));return g}var a=!0,b=Number,c=d_,d=dZ;return e.value=function(a){return arguments.length?(b=a,e):b},e.range=function(a){return arguments.length?(c=d3.functor(a),e):c},e.bins=function(a){return arguments.length?(d=typeof a=="number"?function(b){return d$(b,a)}:d3.functor(a),e):d},e.frequency=function(b){return arguments.length?(a=!!b,e):a},e},d3.layout.hierarchy=function(){function e(f,h,i){var j=b.call(g,f,h),k=ef?f:{data:f};k.depth=h,i.push(k);if(j&&(m=j.length)){var l=-1,m,n=k.children=[],o=0,p=h+1;while(++l<m)d=e(j[l],p,i),d.parent=k,n.push(d),o+=d.value;a&&n.sort(a),c&&(k.value=o)}else c&&(k.value=+c.call(g,f,h)||0);return k}function f(a,b){var d=a.children,e=0;if(d&&(i=d.length)){var h=-1,i,j=b+1;while(++h<i)e+=f(d[h],j)}else c&&(e=+c.call(g,ef?a:a.data,b)||0);return c&&(a.value=e),e}function g(a){var b=[];return e(a,0,b),b}var a=ed,b=eb,c=ec;return g.sort=function(b){return arguments.length?(a=b,g):a},g.children=function(a){return arguments.length?(b=a,g):b},g.value=function(a){return arguments.length?(c=a,g):c},g.revalue=function(a){return f(a,0),a},g};var ef=!1;d3.layout.pack=function(){function c(c,d){var e=a.call(this,c,d),f=e[0];f.x=0,f.y=0,en(f);var g=b[0],h=b[1],i=1/Math.max(2*f.r/g,2*f.r/h);return eo(f,g/2,h/2,i),e}var a=d3.layout.hierarchy().sort(eg),b=[1,1];return c.size=function(a){return arguments.length?(b=a,c):b},ea(c,a)},d3.layout.cluster=function(){function d(d,e){var f=a.call(this,d,e),g=f[0],h,i=0,j,k;eB(g,function(a){var c=a.children;c&&c.length?(a.x=er(c),a.y=eq(c)):(a.x=h?i+=b(a,h):0,a.y=0,h=a)});var l=es(g),m=et(g),n=l.x-b(l,m)/2,o=m.x+b(m,l)/2;return eB(g,function(a){a.x=(a.x-n)/(o-n)*c[0],a.y=(1-(g.y?a.y/g.y:1))*c[1]}),f}var a=d3.layout.hierarchy().sort(null).value(null),b=eu,c=[1,1];return d.separation=function(a){return arguments.length?(b=a,d):b},d.size=function(a){return arguments.length?(c=a,d):c},ea(d,a)},d3.layout.tree=function(){function d(d,e){function h(a,c){var d=a.children,e=a._tree;if(d&&(f=d.length)){var f,g=d[0],i,k=g,l,m=-1;while(++m<f)l=d[m],h(l,i),k=j(l,i,k),i=l;eC(a);var n=.5*(g._tree.prelim+l._tree.prelim);c?(e.prelim=c._tree.prelim+b(a,c),e.mod=e.prelim-n):e.prelim=n}else c&&(e.prelim=c._tree.prelim+b(a,c))}function i(a,b){a.x=a._tree.prelim+b;var c=a.children;if(c&&(e=c.length)){var d=-1,e;b+=a._tree.mod;while(++d<e)i(c[d],b)}}function j(a,c,d){if(c){var e=a,f=a,g=c,h=a.parent.children[0],i=e._tree.mod,j=f._tree.mod,k=g._tree.mod,l=h._tree.mod,m;while(g=ew(g),e=ev(e),g&&e)h=ev(h),f=ew(f),f._tree.ancestor=a,m=g._tree.prelim+k-e._tree.prelim-i+b(g,e),m>0&&(eD(eE(g,a,d),a,m),i+=m,j+=m),k+=g._tree.mod,i+=e._tree.mod,l+=h._tree.mod,j+=f._tree.mod;g&&!ew(f)&&(f._tree.thread=g,f._tree.mod+=k-j),e&&!ev(h)&&(h._tree.thread=e,h._tree.mod+=i-l,d=a)}return d}var f=a.call(this,d,e),g=f[0];eB(g,function(a,b){a._tree={ancestor:a,prelim:0,mod:0,change:0,shift:0,number:b?b._tree.number+1:0}}),h(g),i(g,-g._tree.prelim);var k=ex(g,ez),l=ex(g,ey),m=ex(g,eA),n=k.x-b(k,l)/2,o=l.x+b(l,k)/2,p=m.depth||1;return eB(g,function(a){a.x=(a.x-n)/(o-n)*c[0],a.y=a.depth/p*c[1],delete a._tree}),f}var a=d3.layout.hierarchy().sort(null).value(null),b=eu,c=[1,1];return d.separation=function(a){return arguments.length?(b=a,d):b},d.size=function(a){return arguments.length?(c=a,d):c},ea(d,a)},d3.layout.treemap=function(){function i(a,b){var c=-1,d=a.length,e,f;while(++c<d)f=(e=a[c]).value*(b<0?0:b),e.area=isNaN(f)||f<=0?0:f}function j(a){var b=a.children;if(b&&b.length){var c=e(a),d=[],f=b.slice(),g,h=Infinity,k,n=Math.min(c.dx,c.dy),o;i(f,c.dx*c.dy/a.value),d.area=0;while((o=f.length)>0)d.push(g=f[o-1]),d.area+=g.area,(k=l(d,n))<=h?(f.pop(),h=k):(d.area-=d.pop().area,m(d,n,c,!1),n=Math.min(c.dx,c.dy),d.length=d.area=0,h=Infinity);d.length&&(m(d,n,c,!0),d.length=d.area=0),b.forEach(j)}}function k(a){var b=a.children;if(b&&b.length){var c=e(a),d=b.slice(),f,g=[];i(d,c.dx*c.dy/a.value),g.area=0;while(f=d.pop())g.push(f),g.area+=f.area,f.z!=null&&(m(g,f.z?c.dx:c.dy,c,!d.length),g.length=g.area=0);b.forEach(k)}}function l(a,b){var c=a.area,d,e=0,f=Infinity,g=-1,i=a.length;while(++g<i){if(!(d=a[g].area))continue;d<f&&(f=d),d>e&&(e=d)}return c*=c,b*=b,c?Math.max(b*e*h/c,c/(b*f*h)):Infinity}function m(a,c,d,e){var f=-1,g=a.length,h=d.x,i=d.y,j=c?b(a.area/c):0,k;if(c==d.dx){if(e||j>d.dy)j=d.dy;while(++f<g)k=a[f],k.x=h,k.y=i,k.dy=j,h+=k.dx=Math.min(d.x+d.dx-h,j?b(k.area/j):0);k.z=!0,k.dx+=d.x+d.dx-h,d.y+=j,d.dy-=j}else{if(e||j>d.dx)j=d.dx;while(++f<g)k=a[f],k.x=h,k.y=i,k.dx=j,i+=k.dy=Math.min(d.y+d.dy-i,j?b(k.area/j):0);k.z=!1,k.dy+=d.y+d.dy-i,d.x+=j,d.dx-=j}}function n(b){var d=g||a(b),e=d[0];return e.x=0,e.y=0,e.dx=c[0],e.dy=c[1],g&&a.revalue(e),i([e],e.dx*e.dy/e.value),(g?k:j)(e),f&&(g=d),d}var a=d3.layout.hierarchy(),b=Math.round,c=[1,1],d=null,e=eF,f=!1,g,h=.5*(1+Math.sqrt(5));return n.size=function(a){return arguments.length?(c=a,n):c},n.padding=function(a){function b(b){var c=a.call(n,b,b.depth);return c==null?eF(b):eG(b,typeof c=="number"?[c,c,c,c]:c)}function c(b){return eG(b,a)}if(!arguments.length)return d;var f;return e=(d=a)==null?eF:(f=typeof a)==="function"?b:f==="number"?(a=[a,a,a,a],c):c,n},n.round=function(a){return arguments.length?(b=a?Math.round:Number,n):b!=Number},n.sticky=function(a){return arguments.length?(f=a,g=null,n):f},n.ratio=function(a){return arguments.length?(h=a,n):h},ea(n,a)},d3.csv=function(a,b){d3.text(a,"text/csv",function(a){b(a&&d3.csv.parse(a))})},d3.csv.parse=function(a){var b;return d3.csv.parseRows(a,function(a,c){if(c){var d={},e=-1,f=b.length;while(++e<f)d[b[e]]=a[e];return d}return b=a,null})},d3.csv.parseRows=function(a,b){function j(){if(f.lastIndex>=a.length)return d;if(i)return i=!1,c;var b=f.lastIndex;if(a.charCodeAt(b)===34){var e=b;while(e++<a.length)if(a.charCodeAt(e)===34){if(a.charCodeAt(e+1)!==34)break;e++}f.lastIndex=e+2;var g=a.charCodeAt(e+1);return g===13?(i=!0,a.charCodeAt(e+2)===10&&f.lastIndex++):g===10&&(i=!0),a.substring(b+1,e).replace(/""/g,'"')}var h=f.exec(a);return h?(i=h[0].charCodeAt(0)!==44,a.substring(b,h.index)):(f.lastIndex=a.length,a.substring(b))}var c={},d={},e=[],f=/\r\n|[,\r\n]/g,g=0,h,i;f.lastIndex=0;while((h=j())!==d){var k=[];while(h!==c&&h!==d)k.push(h),h=j();if(b&&!(k=b(k,g++)))continue;e.push(k)}return e},d3.csv.format=function(a){return a.map(eH).join("\n")},d3.geo={};var eJ=Math.PI/180;d3.geo.azimuthal=function(){function i(b){var f=b[0]*eJ-e,i=b[1]*eJ,j=Math.cos(f),k=Math.sin(f),l=Math.cos(i),m=Math.sin(i),n=a!=="orthographic"?h*m+g*l*j:null,o,p=a==="stereographic"?1/(1+n):a==="gnomonic"?1/n:a==="equidistant"?(o=Math.acos(n),o?o/Math.sin(o):0):a==="equalarea"?Math.sqrt(2/(1+n)):1,q=p*l*k,r=p*(h*l*j-g*m);return[c*q+d[0],c*r+d[1]]}var a="orthographic",b,c=200,d=[480,250],e,f,g,h;return i.invert=function(b){var f=(b[0]-d[0])/c,i=(b[1]-d[1])/c,j=Math.sqrt(f*f+i*i),k=a==="stereographic"?2*Math.atan(j):a==="gnomonic"?Math.atan(j):a==="equidistant"?j:a==="equalarea"?2*Math.asin(.5*j):Math.asin(j),l=Math.sin(k),m=Math.cos(k);return[(e+Math.atan2(f*l,j*g*m+i*h*l))/eJ,Math.asin(m*h-(j?i*l*g/j:0))/eJ]},i.mode=function(b){return arguments.length?(a=b+"",i):a},i.origin=function(a){return arguments.length?(b=a,e=b[0]*eJ,f=b[1]*eJ,g=Math.cos(f),h=Math.sin(f),i):b},i.scale=function(a){return arguments.length?(c=+a,i):c},i.translate=function(a){return arguments.length?(d=[+a[0],+a[1]],i):d},i.origin([0,0])},d3.geo.albers=function(){function i(a){var b=f*(eJ*a[0]-e),i=Math.sqrt(g-2*f*Math.sin(eJ*a[1]))/f;return[c*i*Math.sin(b)+d[0],c*(i*Math.cos(b)-h)+d[1]]}function j(){var c=eJ*b[0],d=eJ*b[1],j=eJ*a[1],k=Math.sin(c),l=Math.cos(c);return e=eJ*a[0],f=.5*(k+Math.sin(d)),g=l*l+2*f*k,h=Math.sqrt(g-2*f*Math.sin(j))/f,i}var a=[-98,38],b=[29.5,45.5],c=1e3,d=[480,250],e,f,g,h;return i.invert=function(a){var b=(a[0]-d[0])/c,i=(a[1]-d[1])/c,j=h+i,k=Math.atan2(b,j),l=Math.sqrt(b*b+j*j);return[(e+k/f)/eJ,Math.asin((g-l*l*f*f)/(2*f))/eJ]},i.origin=function(b){return arguments.length?(a=[+b[0],+b[1]],j()):a},i.parallels=function(a){return arguments.length?(b=[+a[0],+a[1]],j()):b},i.scale=function(a){return arguments.length?(c=+a,i):c},i.translate=function(a){return arguments.length?(d=[+a[0],+a[1]],i):d},j()},d3.geo.albersUsa=function(){function e(e){var f=e[0],g=e[1];return(g>50?b:f<-140?c:g<21?d:a)(e)}var a=d3.geo.albers(),b=d3.geo.albers().origin([-160,60]).parallels([55,65]),c=d3.geo.albers().origin([-160,20]).parallels([8,18]),d=d3.geo.albers().origin([-60,10]).parallels([8,18]);return e.scale=function(f){return arguments.length?(a.scale(f),b.scale(f*.6),c.scale(f),d.scale(f*1.5),e.translate(a.translate())):a.scale()},e.translate=function(f){if(!arguments.length)return a.translate();var g=a.scale()/1e3,h=f[0],i=f[1];return a.translate(f),b.translate([h-400*g,i+170*g]),c.translate([h-190*g,i+200*g]),d.translate([h+580*g,i+430*g]),e},e.scale(a.scale())},d3.geo.bonne=function(){function g(g){var h=g[0]*eJ-c,i=g[1]*eJ-d;if(e){var j=f+e-i,k=h*Math.cos(i)/j;h=j*Math.sin(k),i=j*Math.cos(k)-f}else h*=Math.cos(i),i*=-1;return[a*h+b[0],a*i+b[1]]}var a=200,b=[480,250],c,d,e,f;return g.invert=function(d){var g=(d[0]-b[0])/a,h=(d[1]-b[1])/a;if(e){var i=f+h,j=Math.sqrt(g*g+i*i);h=f+e-j,g=c+j*Math.atan2(g,i)/Math.cos(h)}else h*=-1,g/=Math.cos(h);return[g/eJ,h/eJ]},g.parallel=function(a){return arguments.length?(f=1/Math.tan(e=a*eJ),g):e/eJ},g.origin=function(a){return arguments.length?(c=a[0]*eJ,d=a[1]*eJ,g):[c/eJ,d/eJ]},g.scale=function(b){return arguments.length?(a=+b,g):a},g.translate=function(a){return arguments.length?(b=[+a[0],+a[1]],g):b},g.origin([0,0]).parallel(45)},d3.geo.equirectangular=function(){function c(c){var d=c[0]/360,e=-c[1]/360;return[a*d+b[0],a*e+b[1]]}var a=500,b=[480,250];return c.invert=function(c){var d=(c[0]-b[0])/a,e=(c[1]-b[1])/a;return[360*d,-360*e]},c.scale=function(b){return arguments.length?(a=+b,c):a},c.translate=function(a){return arguments.length?(b=[+a[0],+a[1]],c):b},c},d3.geo.mercator=function(){function c(c){var d=c[0]/360,e=-(Math.log(Math.tan(Math.PI/4+c[1]*eJ/2))/eJ)/360;return[a*d+b[0],a*Math.max(-0.5,Math.min(.5,e))+b[1]]}var a=500,b=[480,250];return c.invert=function(c){var d=(c[0]-b[0])/a,e=(c[1]-b[1])/a;return[360*d,2*Math.atan(Math.exp(-360*e*eJ))/eJ-90]},c.scale=function(b){return arguments.length?(a=+b,c):a},c.translate=function(a){return arguments.length?(b=[+a[0],+a[1]],c):b},c},d3.geo.path=function(){function d(c,d){return typeof a=="function"&&(b=eL(a.apply(this,arguments))),f(c)||null}function e(a){return c(a).join(",")}function h(a){var b=k(a[0]),c=0,d=a.length;while(++c<d)b-=k(a[c]);return b}function i(a){var b=d3.geom.polygon(a[0].map(c)),d=b.area(),e=b.centroid(d<0?(d*=-1,1):-1),f=e[0],g=e[1],h=d,i=0,j=a.length;while(++i<j)b=d3.geom.polygon(a[i].map(c)),d=b.area(),e=b.centroid(d<0?(d*=-1,1):-1),f-=e[0],g-=e[1],h-=d;return[f,g,6*h]}function k(a){return Math.abs(d3.geom.polygon(a.map(c)).area())}var a=4.5,b=eL(a),c=d3.geo.albersUsa(),f=eK({FeatureCollection:function(a){var b=[],c=a.features,d=-1,e=c.length;while(++d<e)b.push(f(c[d].geometry));return b.join("")},Feature:function(a){return f(a.geometry)},Point:function(a){return"M"+e(a.coordinates)+b},MultiPoint:function(a){var c=[],d=a.coordinates,f=-1,g=d.length;while(++f<g)c.push("M",e(d[f]),b);return c.join("")},LineString:function(a){var b=["M"],c=a.coordinates,d=-1,f=c.length;while(++d<f)b.push(e(c[d]),"L");return b.pop(),b.join("")},MultiLineString:function(a){var b=[],c=a.coordinates,d=-1,f=c.length,g,h,i;while(++d<f){g=c[d],h=-1,i=g.length,b.push("M");while(++h<i)b.push(e(g[h]),"L");b.pop()}return b.join("")},Polygon:function(a){var b=[],c=a.coordinates,d=-1,f=c.length,g,h,i;while(++d<f){g=c[d],h=-1;if((i=g.length-1)>0){b.push("M");while(++h<i)b.push(e(g[h]),"L");b[b.length-1]="Z"}}return b.join("")},MultiPolygon:function(a){var b=[],c=a.coordinates,d=-1,f=c.length,g,h,i,j,k,l;while(++d<f){g=c[d],h=-1,i=g.length;while(++h<i){j=g[h],k=-1;if((l=j.length-1)>0){b.push("M");while(++k<l)b.push(e(j[k]),"L");b[b.length-1]="Z"}}}return b.join("")},GeometryCollection:function(a){var b=[],c=a.geometries,d=-1,e=c.length;while(++d<e)b.push(f(c[d]));return b.join("")}}),g=d.area=eK({FeatureCollection:function(a){var b=0,c=a.features,d=-1,e=c.length;while(++d<e)b+=g(c[d]);return b},Feature:function(a){return g(a.geometry)},Polygon:function(a){return h(a.coordinates)},MultiPolygon:function(a){var b=0,c=a.coordinates,d=-1,e=c.length;while(++d<e)b+=h(c[d]);return b},GeometryCollection:function(a){var b=0,c=a.geometries,d=-1,e=c.length;while(++d<e)b+=g(c[d]);return b}},0),j=d.centroid=eK({Feature:function(a){return j(a.geometry)},Polygon:function(a){var b=i(a.coordinates);return[b[0]/b[2],b[1]/b[2]]},MultiPolygon:function(a){var b=0,c=a.coordinates,d,e=0,f=0,g=0,h=-1,j=c.length;while(++h<j)d=i(c[h]),e+=d[0],f+=d[1],g+=d[2];return[e/g,f/g]}});return d.projection=function(a){return c=a,d},d.pointRadius=function(c){return typeof c=="function"?a=c:(a=+c,b=eL(a)),d},d},d3.geo.bounds=function(a){var b=Infinity,c=Infinity,d=-Infinity,e=-Infinity;return eM(a,function(a,f){a<b&&(b=a),a>d&&(d=a),f<c&&(c=f),f>e&&(e=f)}),[[b,c],[d,e]]};var eN={Feature:eO,FeatureCollection:eP,GeometryCollection:eQ,LineString:eR,MultiLineString:eS,MultiPoint:eR,MultiPolygon:eT,Point:eU,Polygon:eV};d3.geo.circle=function(){function e(){}function f(a){return d.distance(a)<c}function h(a){var b=-1,e=a.length,f=[],g,h,j,k,l;while(++b<e)l=d.distance(j=a[b]),l<c?(h&&f.push(eY(h,j)((k-c)/(k-l))),f.push(j),g=h=null):(h=j,!g&&f.length&&(f.push(eY(f[f.length-1],h)((c-k)/(l-k))),g=h)),k=l;return h&&f.length&&(l=d.distance(j=f[0]),f.push(eY(h,j)((k-c)/(k-l)))),i(f)}function i(a){var b=0,c=a.length,e,f,g=c?[a[0]]:a,h,i=d.source();while(++b<c){h=d.source(a[b-1])(a[b]).coordinates;for(e=0,f=h.length;++e<f;)g.push(h[e])}return d.source(i),g}var a=[0,0],b=89.99,c=b*eJ,d=d3.geo.greatArc().target(Object);e.clip=function(b){return d.source(typeof a=="function"?a.apply(this,arguments):a),g(b)};var g=eK({FeatureCollection:function(a){var b=a.features.map(g).filter(Object);return b&&(a=Object.create(a),a.features=b,a)},Feature:function(a){var b=g(a.geometry);return b&&(a=Object.create(a),a.geometry=b,a)},Point:function(a){return f(a.coordinates)&&a},MultiPoint:function(a){var b=a.coordinates.filter(f);return b.length&&{type:a.type
,coordinates:b}},LineString:function(a){var b=h(a.coordinates);return b.length&&(a=Object.create(a),a.coordinates=b,a)},MultiLineString:function(a){var b=a.coordinates.map(h).filter(function(a){return a.length});return b.length&&(a=Object.create(a),a.coordinates=b,a)},Polygon:function(a){var b=a.coordinates.map(h);return b[0].length&&(a=Object.create(a),a.coordinates=b,a)},MultiPolygon:function(a){var b=a.coordinates.map(function(a){return a.map(h)}).filter(function(a){return a[0].length});return b.length&&(a=Object.create(a),a.coordinates=b,a)},GeometryCollection:function(a){var b=a.geometries.map(g).filter(Object);return b.length&&(a=Object.create(a),a.geometries=b,a)}});return e.origin=function(b){return arguments.length?(a=b,e):a},e.angle=function(a){return arguments.length?(c=(b=+a)*eJ,e):b},e.precision=function(a){return arguments.length?(d.precision(a),e):d.precision()},e},d3.geo.greatArc=function(){function d(){var d=typeof a=="function"?a.apply(this,arguments):a,e=typeof b=="function"?b.apply(this,arguments):b,f=eY(d,e),g=c/f.d,h=0,i=[d];while((h+=g)<1)i.push(f(h));return i.push(e),{type:"LineString",coordinates:i}}var a=eW,b=eX,c=6*eJ;return d.distance=function(){var c=typeof a=="function"?a.apply(this,arguments):a,d=typeof b=="function"?b.apply(this,arguments):b;return eY(c,d).d},d.source=function(b){return arguments.length?(a=b,d):a},d.target=function(a){return arguments.length?(b=a,d):b},d.precision=function(a){return arguments.length?(c=a*eJ,d):c/eJ},d},d3.geo.greatCircle=d3.geo.circle,d3.geom={},d3.geom.contour=function(a,b){var c=b||e_(a),d=[],e=c[0],f=c[1],g=0,h=0,i=NaN,j=NaN,k=0;do k=0,a(e-1,f-1)&&(k+=1),a(e,f-1)&&(k+=2),a(e-1,f)&&(k+=4),a(e,f)&&(k+=8),k===6?(g=j===-1?-1:1,h=0):k===9?(g=0,h=i===1?-1:1):(g=eZ[k],h=e$[k]),g!=i&&h!=j&&(d.push([e,f]),i=g,j=h),e+=g,f+=h;while(c[0]!=e||c[1]!=f);return d};var eZ=[1,0,1,1,-1,0,-1,1,0,0,0,0,-1,0,-1,NaN],e$=[0,-1,0,0,0,-1,0,0,1,-1,1,1,0,-1,0,NaN];d3.geom.hull=function(a){if(a.length<3)return[];var b=a.length,c=b-1,d=[],e=[],f,g,h=0,i,j,k,l,m,n,o,p;for(f=1;f<b;++f)a[f][1]<a[h][1]?h=f:a[f][1]==a[h][1]&&(h=a[f][0]<a[h][0]?f:h);for(f=0;f<b;++f){if(f===h)continue;j=a[f][1]-a[h][1],i=a[f][0]-a[h][0],d.push({angle:Math.atan2(j,i),index:f})}d.sort(function(a,b){return a.angle-b.angle}),o=d[0].angle,n=d[0].index,m=0;for(f=1;f<c;++f)g=d[f].index,o==d[f].angle?(i=a[n][0]-a[h][0],j=a[n][1]-a[h][1],k=a[g][0]-a[h][0],l=a[g][1]-a[h][1],i*i+j*j>=k*k+l*l?d[f].index=-1:(d[m].index=-1,o=d[f].angle,m=f,n=g)):(o=d[f].angle,m=f,n=g);e.push(h);for(f=0,g=0;f<2;++g)d[g].index!==-1&&(e.push(d[g].index),f++);p=e.length;for(;g<c;++g){if(d[g].index===-1)continue;while(!fa(e[p-2],e[p-1],d[g].index,a))--p;e[p++]=d[g].index}var q=[];for(f=0;f<p;++f)q.push(a[e[f]]);return q},d3.geom.polygon=function(a){return a.area=function(){var b=0,c=a.length,d=a[c-1][0]*a[0][1],e=a[c-1][1]*a[0][0];while(++b<c)d+=a[b-1][0]*a[b][1],e+=a[b-1][1]*a[b][0];return(e-d)*.5},a.centroid=function(b){var c=-1,d=a.length,e=0,f=0,g,h=a[d-1],i;arguments.length||(b=-1/(6*a.area()));while(++c<d)g=h,h=a[c],i=g[0]*h[1]-h[0]*g[1],e+=(g[0]+h[0])*i,f+=(g[1]+h[1])*i;return[e*b,f*b]},a.clip=function(b){var c,d=-1,e=a.length,f,g,h=a[e-1],i,j,k;while(++d<e){c=b.slice(),b.length=0,i=a[d],j=c[(g=c.length)-1],f=-1;while(++f<g)k=c[f],fb(k,h,i)?(fb(j,h,i)||b.push(fc(j,k,h,i)),b.push(k)):fb(j,h,i)&&b.push(fc(j,k,h,i)),j=k;h=i}return b},a},d3.geom.voronoi=function(a){var b=a.map(function(){return[]});return fe(a,function(a){var c,d,e,f,g,h;a.a===1&&a.b>=0?(c=a.ep.r,d=a.ep.l):(c=a.ep.l,d=a.ep.r),a.a===1?(g=c?c.y:-1e6,e=a.c-a.b*g,h=d?d.y:1e6,f=a.c-a.b*h):(e=c?c.x:-1e6,g=a.c-a.a*e,f=d?d.x:1e6,h=a.c-a.a*f);var i=[e,g],j=[f,h];b[a.region.l.index].push(i,j),b[a.region.r.index].push(i,j)}),b.map(function(b,c){var d=a[c][0],e=a[c][1];return b.forEach(function(a){a.angle=Math.atan2(a[0]-d,a[1]-e)}),b.sort(function(a,b){return a.angle-b.angle}).filter(function(a,c){return!c||a.angle-b[c-1].angle>1e-10})})};var fd={l:"r",r:"l"};d3.geom.delaunay=function(a){var b=a.map(function(){return[]}),c=[];return fe(a,function(c){b[c.region.l.index].push(a[c.region.r.index])}),b.forEach(function(b,d){var e=a[d],f=e[0],g=e[1];b.forEach(function(a){a.angle=Math.atan2(a[0]-f,a[1]-g)}),b.sort(function(a,b){return a.angle-b.angle});for(var h=0,i=b.length-1;h<i;h++)c.push([e,b[h],b[h+1]])}),c},d3.geom.quadtree=function(a,b,c,d,e){function k(a,b,c,d,e,f){if(isNaN(b.x)||isNaN(b.y))return;if(a.leaf){var g=a.point;g?Math.abs(g.x-b.x)+Math.abs(g.y-b.y)<.01?l(a,b,c,d,e,f):(a.point=null,l(a,g,c,d,e,f),l(a,b,c,d,e,f)):a.point=b}else l(a,b,c,d,e,f)}function l(a,b,c,d,e,f){var g=(c+e)*.5,h=(d+f)*.5,i=b.x>=g,j=b.y>=h,l=(j<<1)+i;a.leaf=!1,a=a.nodes[l]||(a.nodes[l]=ff()),i?c=g:e=g,j?d=h:f=h,k(a,b,c,d,e,f)}var f,g=-1,h=a.length;h&&isNaN(a[0].x)&&(a=a.map(fh));if(arguments.length<5)if(arguments.length===3)e=d=c,c=b;else{b=c=Infinity,d=e=-Infinity;while(++g<h)f=a[g],f.x<b&&(b=f.x),f.y<c&&(c=f.y),f.x>d&&(d=f.x),f.y>e&&(e=f.y);var i=d-b,j=e-c;i>j?e=c+i:d=b+j}var m=ff();return m.add=function(a){k(m,a,b,c,d,e)},m.visit=function(a){fg(a,m,b,c,d,e)},a.forEach(m.add),m},d3.time={};var fi=Date;fj.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(a){this._.setUTCDate(a)},setDay:function(a){this._.setUTCDay(a)},setFullYear:function(a){this._.setUTCFullYear(a)},setHours:function(a){this._.setUTCHours(a)},setMilliseconds:function(a){this._.setUTCMilliseconds(a)},setMinutes:function(a){this._.setUTCMinutes(a)},setMonth:function(a){this._.setUTCMonth(a)},setSeconds:function(a){this._.setUTCSeconds(a)},setTime:function(a){this._.setTime(a)}},d3.time.format=function(a){function c(c){var d=[],e=-1,f=0,g,h;while(++e<b)a.charCodeAt(e)==37&&(d.push(a.substring(f,e),(h=fp[g=a.charAt(++e)])?h(c):g),f=e+1);return d.push(a.substring(f,e)),d.join("")}var b=a.length;return c.parse=function(b){var c=new fi(1900,0,1),d=fk(c,a,b,0);if(d!=b.length)return null;if(c.hour12){var e=c.getHours()%12;c.setHours(c.hour12pm?e+12:e)}return delete c.hour12,delete c.hour12pm,c},c.toString=function(){return a},c};var fl=d3.format("02d"),fm=d3.format("03d"),fn=d3.format("04d"),fo=d3.format("2d"),fp={a:function(a){return d3_time_weekdays[a.getDay()].substring(0,3)},A:function(a){return d3_time_weekdays[a.getDay()]},b:function(a){return fA[a.getMonth()].substring(0,3)},B:function(a){return fA[a.getMonth()]},c:d3.time.format("%a %b %e %H:%M:%S %Y"),d:function(a){return fl(a.getDate())},e:function(a){return fo(a.getDate())},H:function(a){return fl(a.getHours())},I:function(a){return fl(a.getHours()%12||12)},j:function(a){return fm(1+d3.time.dayOfYear(a))},L:function(a){return fm(a.getMilliseconds())},m:function(a){return fl(a.getMonth()+1)},M:function(a){return fl(a.getMinutes())},p:function(a){return a.getHours()>=12?"PM":"AM"},S:function(a){return fl(a.getSeconds())},U:function(a){return fl(d3.time.sundayOfYear(a))},w:function(a){return a.getDay()},W:function(a){return fl(d3.time.mondayOfYear(a))},x:d3.time.format("%m/%d/%y"),X:d3.time.format("%H:%M:%S"),y:function(a){return fl(a.getFullYear()%100)},Y:function(a){return fn(a.getFullYear()%1e4)},Z:fR,"%":function(a){return"%"}},fq={a:fr,A:fs,b:fv,B:fx,c:fB,d:fI,e:fI,H:fJ,I:fK,L:fN,m:fH,M:fL,p:fP,S:fM,x:fC,X:fD,y:fF,Y:fE},ft=/^(?:sun|mon|tue|wed|thu|fri|sat)/i,fu=/^(?:Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday)/i;d3_time_weekdays=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];var fw=d3.map({jan:0,feb:1,mar:2,apr:3,may:4,jun:5,jul:6,aug:7,sep:8,oct:9,nov:10,dec:11}),fy=/^(?:January|February|March|April|May|June|July|August|September|October|November|December)/ig,fz=d3.map({january:0,february:1,march:2,april:3,may:4,june:5,july:6,august:7,september:8,october:9,november:10,december:11}),fA=["January","February","March","April","May","June","July","August","September","October","November","December"],fO=/\s*\d+/,fQ=d3.map({am:0,pm:1});d3.time.format.utc=function(a){function c(a){try{fi=fj;var c=new fi;return c._=a,b(c)}finally{fi=Date}}var b=d3.time.format(a);return c.parse=function(a){try{fi=fj;var c=b.parse(a);return c&&c._}finally{fi=Date}},c.toString=b.toString,c};var fS=d3.time.format.utc("%Y-%m-%dT%H:%M:%S.%LZ");d3.time.format.iso=Date.prototype.toISOString?fT:fS,fT.parse=function(a){return new Date(a)},fT.toString=fS.toString,d3.time.second=fU(function(a){return new fi(Math.floor(a/1e3)*1e3)},function(a,b){a.setTime(a.getTime()+Math.floor(b)*1e3)},function(a){return a.getSeconds()}),d3.time.seconds=d3.time.second.range,d3.time.seconds.utc=d3.time.second.utc.range,d3.time.minute=fU(function(a){return new fi(Math.floor(a/6e4)*6e4)},function(a,b){a.setTime(a.getTime()+Math.floor(b)*6e4)},function(a){return a.getMinutes()}),d3.time.minutes=d3.time.minute.range,d3.time.minutes.utc=d3.time.minute.utc.range,d3.time.hour=fU(function(a){var b=a.getTimezoneOffset()/60;return new fi((Math.floor(a/36e5-b)+b)*36e5)},function(a,b){a.setTime(a.getTime()+Math.floor(b)*36e5)},function(a){return a.getHours()}),d3.time.hours=d3.time.hour.range,d3.time.hours.utc=d3.time.hour.utc.range,d3.time.day=fU(function(a){return new fi(a.getFullYear(),a.getMonth(),a.getDate())},function(a,b){a.setDate(a.getDate()+b)},function(a){return a.getDate()-1}),d3.time.days=d3.time.day.range,d3.time.days.utc=d3.time.day.utc.range,d3.time.dayOfYear=function(a){var b=d3.time.year(a);return Math.floor((a-b)/864e5-(a.getTimezoneOffset()-b.getTimezoneOffset())/1440)},d3_time_weekdays.forEach(function(a,b){a=a.toLowerCase(),b=7-b;var c=d3.time[a]=fU(function(a){return(a=d3.time.day(a)).setDate(a.getDate()-(a.getDay()+b)%7),a},function(a,b){a.setDate(a.getDate()+Math.floor(b)*7)},function(a){var c=d3.time.year(a).getDay();return Math.floor((d3.time.dayOfYear(a)+(c+b)%7)/7)-(c!==b)});d3.time[a+"s"]=c.range,d3.time[a+"s"].utc=c.utc.range,d3.time[a+"OfYear"]=function(a){var c=d3.time.year(a).getDay();return Math.floor((d3.time.dayOfYear(a)+(c+b)%7)/7)}}),d3.time.week=d3.time.sunday,d3.time.weeks=d3.time.sunday.range,d3.time.weeks.utc=d3.time.sunday.utc.range,d3.time.weekOfYear=d3.time.sundayOfYear,d3.time.month=fU(function(a){return new fi(a.getFullYear(),a.getMonth(),1)},function(a,b){a.setMonth(a.getMonth()+b)},function(a){return a.getMonth()}),d3.time.months=d3.time.month.range,d3.time.months.utc=d3.time.month.utc.range,d3.time.year=fU(function(a){return new fi(a.getFullYear(),0,1)},function(a,b){a.setFullYear(a.getFullYear()+b)},function(a){return a.getFullYear()}),d3.time.years=d3.time.year.range,d3.time.years.utc=d3.time.year.utc.range;var ga=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],gb=[[d3.time.second,1],[d3.time.second,5],[d3.time.second,15],[d3.time.second,30],[d3.time.minute,1],[d3.time.minute,5],[d3.time.minute,15],[d3.time.minute,30],[d3.time.hour,1],[d3.time.hour,3],[d3.time.hour,6],[d3.time.hour,12],[d3.time.day,1],[d3.time.day,2],[d3.time.week,1],[d3.time.month,1],[d3.time.month,3],[d3.time.year,1]],gc=[[d3.time.format("%Y"),function(a){return!0}],[d3.time.format("%B"),function(a){return a.getMonth()}],[d3.time.format("%b %d"),function(a){return a.getDate()!=1}],[d3.time.format("%a %d"),function(a){return a.getDay()&&a.getDate()!=1}],[d3.time.format("%I %p"),function(a){return a.getHours()}],[d3.time.format("%I:%M"),function(a){return a.getMinutes()}],[d3.time.format(":%S"),function(a){return a.getSeconds()}],[d3.time.format(".%L"),function(a){return a.getMilliseconds()}]],gd=d3.scale.linear(),ge=fZ(gc);gb.year=function(a,b){return gd.domain(a.map(f_)).ticks(b).map(f$)},d3.time.scale=function(){return fW(d3.scale.linear(),gb,ge)};var gf=gb.map(function(a){return[a[0].utc,a[1]]}),gg=[[d3.time.format.utc("%Y"),function(a){return!0}],[d3.time.format.utc("%B"),function(a){return a.getUTCMonth()}],[d3.time.format.utc("%b %d"),function(a){return a.getUTCDate()!=1}],[d3.time.format.utc("%a %d"),function(a){return a.getUTCDay()&&a.getUTCDate()!=1}],[d3.time.format.utc("%I %p"),function(a){return a.getUTCHours()}],[d3.time.format.utc("%I:%M"),function(a){return a.getUTCMinutes()}],[d3.time.format.utc(":%S"),function(a){return a.getUTCSeconds()}],[d3.time.format.utc(".%L"),function(a){return a.getUTCMilliseconds()}]],gh=fZ(gg);gf.year=function(a,b){return gd.domain(a.map(gj)).ticks(b).map(gi)},d3.time.scale.utc=function(){return fW(d3.scale.linear(),gf,gh)}})();
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>410k Fees and Company Size- FutureAdvisor</title>
<script src="d3.js"></script>
<script src="accounting.min.js"></script>
<style type="text/css">
.axis path,
.axis line {
fill: none;
stroke: black;
shape-rendering: crispEdges;
}
.axis text {
font-family: sans-serif;
font-total_participants: 14px;
}
circle {
fill-opacity: 0.5;
}
circle:hover {
fill-opacity: 0.9;
}
.plan_tooltip {
position: absolute;
text-align: center;
padding: 5px;
font: 14px sans-serif;
background: rgba(245, 245, 245, 0.5);//#F5F5F5;
border: 0px;
border-radius: 8px;
pointer-events: none;
}
.label {
font-family: sans-serif;
font-total_participants: 14px;
}
.title {
font-family: sans-serif;
font-total_participants: 18px;
font-weight: 600;
}
.zone {
fill: #E6F5FA;
fill-opacity: 0.4;
}
.zone-label {
font-family: sans-serif;
font-total_participants: 14px;
font-weight: 300;
fill: #C4C4C4;
}
</style>
</head>
<body>
<script type="text/javascript">
//Width and height
var w = 1200;
var h = 900;
var padding = 80;
var centered = undefined;
var dataset; // Declare global var
d3.json("plans_3072_40000.json", function(data) {
dataset = data;
makePlot();
});
makePlot = function() {
//Create SVG element
tooltip = d3.select("body").append("div")
.attr("class", "plan_tooltip")
.style("position", "absolute")
.style("z-index", "10")
.style("visibility", "hidden")
.text("");
var svg = d3.select("body")
.append("svg")
.attr("width", w)
.attr("height", h);
/// Set Scales and Distortions
var xScale = d3.scale.linear()
.domain([0, d3.max(dataset, function(d) { return d['size']; })])
.range([padding, w-padding]);
var yScale = d3.scale.linear()
.domain([0, d3.max(dataset, function(d) { return d['fee']; })])
.range([h-padding,padding]);
color_scale = d3.scale.linear().domain([0, 1.5]);
color_scale.domain([0, 0.3, 1].map(color_scale.invert));
color_scale.range(["#93b724", "#f4e83e", "#cc5c57"]);
radiusScale = d3.scale.sqrt()
.domain([d3.min(dataset, function(d) { return d['aum']; }), d3.max(dataset, function(d) { return d['aum']; }) ])
.range([4, 50]);
// Add a rectangle
var rectangle = d3.select("svg")
.append("rect")
.attr("class", "zone")
.attr("height", yScale(300)-yScale(700))
.attr("width", xScale(37000))
.attr("x", xScale(1000))
.attr("y", yScale(700));
// Add label for rectangle
svg.append("text")
.attr("class", "zone-label")
.attr("x", w/4)
.attr("y", yScale(660))
.text("Companies in this zone might be able to negotiate a better deal.");
// Tooltips for Dots
set_tooltip_label = function (d) {
var company_name;
tooltip.html(d.name + "<br><strong>Participants</strong>: " + d['size'] + "<br><strong>Expense Ratio</strong>: " + accounting.toFixed(d.er, 3) + " percent <br><strong>Plan Assets</strong>: " + accounting.formatMoney(d.aum, "$ ", 0) );
if (!(event === undefined)) {
tooltip.style("top", (event.pageY - 10) + "px").style("left", (event.pageX + 10) + "px")
}
};
var circles = svg.selectAll("circle")
.data(dataset)
.enter()
.append("circle")
//.on("click", click)
.attr("cx", function(d) {
return xScale(d['size']);
})
.attr("cy", function(d) {
return yScale(d['fee']);
})
.attr("r", function(d) {
return radiusScale(d['aum']);
})
.attr("fill", function(d) {
return color_scale(d.er)
})
.on("mouseover", function () {
return tooltip.style("visibility", "visible")
}).on("mousemove", function (d) {
set_tooltip_label(d);
}).on("mouseout", function () {
tooltip.style("visibility", "hidden");
});
// Define X axis
var xAxis = d3.svg.axis()
.scale(xScale)
.orient("bottom")
//.tickValues([1000, 10000, 20000, 30000])
.ticks(5);
// Define Y axis
var yAxis = d3.svg.axis()
.scale(yScale)
.orient("left")
.ticks(10)
.tickFormat(function(d) { return "$" + d; });
// Create X axis
svg.append("g")
.attr("class", "x axis")
.attr("transform", "translate(0," + (h - padding) + ")")
.call(xAxis);
// Create Y axis
svg.append("g")
.attr("class", "y axis")
.attr("transform", "translate(" + padding + ",0)")
.call(yAxis);
// Add Label to X Axis
svg.append("text")
.attr("class", "x label")
.attr("text-anchor", "middle")
.attr("x", w - w/2)
.attr("y", h - padding/2)
.text("Number of Participants in 401k Plan");
// Add label to Y Axis
svg.append("text")
.attr("class", "y label")
.attr("text-anchor", "middle")
.attr("y", padding/10)
.attr("x", 0 - (h/2))
.attr("dy", "1em")
.attr("transform", "rotate(-90)")
.text("Fee Paid Annually by a Person with Average 401k Balance ($75,900 USD)");
// Add title
svg.append("text")
.attr("class", " title")
.attr("text-anchor","middle")
.attr("x", w/2)
.attr("y", padding/2)
.text("401k Fees Vary Widely for Similar Companies")
// Positions the dots based on data.
function position(circles) {
circles .attr("cx", function(d) { return xScale(d['size']); })
.attr("cy", function(d) { return yScale(d['er']); })
.attr("r", function(d) { return radiusScale(d['aum']); });
}
};
</script>
</body>
</html>
[{"fee": 214.65468750000002, "name": "Google Inc.", "url": "https://futureadvisor.com/401k/google-inc", "aum": 1290075671.0, "er": 0.2828125, "size": 18510.0}, {"fee": 275.453750253, "name": "Amazon Corporate LLC", "url": "https://futureadvisor.com/401k/amazon-corporate-llc", "aum": 379903275.0, "er": 0.362916667, "size": 14783.0}, {"fee": 175.445769114, "name": "Adobe Systems Incorporated", "url": "https://futureadvisor.com/401k/adobe-systems-incorporated", "aum": 595350786.0, "er": 0.23115384600000002, "size": 6412.0}, {"fee": 456.373076709, "name": "Expedia, Inc.", "url": "https://futureadvisor.com/401k/expedia-inc", "aum": 190340683.0, "er": 0.601282051, "size": 5474.0}, {"fee": 130.716666498, "name": "Weyerhaeuser Company", "url": "https://futureadvisor.com/401k/weyerhaeuser-company", "aum": 1540276000.0, "er": 0.17222222199999998, "size": 13325.0}, {"fee": 311.91285717900007, "name": "Intuit Inc.", "url": "https://futureadvisor.com/401k/intuit-inc", "aum": 728503055.0, "er": 0.41095238100000003, "size": 11967.0}, {"fee": 406.486667004, "name": "EMC Corporation", "url": "https://futureadvisor.com/401k/emc-corporation", "aum": 2352890440.0, "er": 0.535555556, "size": 22965.0}, {"fee": 626.6810002530001, "name": "Clearwire Legacy, LLC", "url": "https://futureadvisor.com/401k/clearwire-legacy-llc", "aum": 45808140.0, "er": 0.825666667, "size": 3291.0}, {"fee": 322.10062500000004, "name": "Starbucks Corporation", "url": "https://futureadvisor.com/401k/starbucks-corporation", "aum": 420800311.0, "er": 0.424375, "size": 29516.0}, {"fee": 472.22999996699997, "name": "eBay Inc.", "url": "https://futureadvisor.com/401k/ebay-inc", "aum": 521571726.0, "er": 0.622173913, "size": 9654.0}, {"fee": 297.696666498, "name": "Yahoo Inc.", "url": "https://futureadvisor.com/401k/yahoo-inc", "aum": 654371141.0, "er": 0.392222222, "size": 9775.0}, {"fee": 441.985115979, "name": "VMware, Inc.", "url": "https://futureadvisor.com/401k/vmware-inc", "aum": 261957064.0, "er": 0.582325581, "size": 5081.0}, {"fee": 444.73297301400004, "name": "Salesforce.com, Inc.", "url": "https://futureadvisor.com/401k/salesforce-com-inc", "aum": 169359497.0, "er": 0.585945946, "size": 3775.0}, {"fee": 527.849999655, "name": "Citrix Systems, Inc.", "url": "https://futureadvisor.com/401k/citrix-systems-inc", "aum": 198478971.0, "er": 0.695454545, "size": 3444.0}, {"fee": 423.458750253, "name": "Fox Entertainment Group, Inc.", "url": "https://futureadvisor.com/401k/fox-entertainment-group-inc", "aum": 1086222765.0, "er": 0.557916667, "size": 16929.0}, {"fee": 270.71000025300003, "name": "The New York Times Company", "url": "https://futureadvisor.com/401k/the-new-york-times-company", "aum": 539953373.0, "er": 0.35666666700000005, "size": 5354.0}, {"fee": 408.3419999999999, "name": "Recreational Equipment, Inc.", "url": "https://futureadvisor.com/401k/recreational-equipment-inc", "aum": 326822655.0, "er": 0.5379999999999999, "size": 7673.0}, {"fee": 484.675714611, "name": "Group Health Cooperative", "url": "https://futureadvisor.com/401k/group-health-cooperative", "aum": 273359552.0, "er": 0.638571429, "size": 8998.0}, {"fee": 296.95875, "name": "Advanced Micro Devices, Inc.", "url": "https://futureadvisor.com/401k/advanced-micro-devices-inc", "aum": 597649264.0, "er": 0.39125, "size": 6213.0}, {"fee": 295.34587500000004, "name": "PACCAR Inc", "url": "https://futureadvisor.com/401k/paccar-inc", "aum": 1679187340.0, "er": 0.389125, "size": 6388.0}, {"fee": 502.90777808699994, "name": "Symantec Corporation", "url": "https://futureadvisor.com/401k/symantec-corporation", "aum": 775220707.0, "er": 0.662592593, "size": 10394.0}, {"fee": 433.84982153699997, "name": "AOL Inc.", "url": "https://futureadvisor.com/401k/aol-inc", "aum": 489075525.0, "er": 0.5716071429999999, "size": 8785.0}, {"fee": 368.115, "name": "Bloomberg L.P.", "url": "https://futureadvisor.com/401k/bloomberg-l-p", "aum": 765403044.0, "er": 0.485, "size": 7984.0}, {"fee": 240.119999724, "name": "Nokia Corporation", "url": "https://futureadvisor.com/401k/nokia-corporation", "aum": 581187133.0, "er": 0.316363636, "size": 5831.0}, {"fee": 419.864999862, "name": "CH2M Hill Companies, Ltd. ", "url": "https://futureadvisor.com/401k/ch2m-hill-companies-ltd", "aum": 1999318001.0, "er": 0.553181818, "size": 18338.0}, {"fee": 416.574230886, "name": "Nissan North America, Inc.", "url": "https://futureadvisor.com/401k/nissan-north-america-inc", "aum": 1447848231.0, "er": 0.548846154, "size": 14158.0}, {"fee": 448.316000253, "name": "Toyota Motor Engineering & Manufacturing North America, Inc.", "url": "https://futureadvisor.com/401k/toyota-motor-engineering-manufacturing-north-america-inc", "aum": 1840516732.0, "er": 0.590666667, "size": 17893.0}, {"fee": 387.09000000000003, "name": "The Walt Disney Company", "url": "https://futureadvisor.com/401k/the-walt-disney-company", "aum": 3176162457.0, "er": 0.51, "size": 38718.0}, {"fee": 126.500000253, "name": "American Express Company and its Participating Subsidiaries ", "url": "https://futureadvisor.com/401k/american-express-company-and-its-participating-subsidiaries", "aum": 3332862779.0, "er": 0.166666667, "size": 35874.0}, {"fee": 317.225857179, "name": "Chevron Corporation", "url": "https://futureadvisor.com/401k/chevron-corporation", "aum": 14948683199.0, "er": 0.41795238100000004, "size": 37521.0}, {"fee": 527.505, "name": "The Coca-Cola Company", "url": "https://futureadvisor.com/401k/the-coca-cola-company", "aum": 1838052897.0, "er": 0.695, "size": 10863.0}, {"fee": 517.638, "name": "Puget Sound Energy, Inc.", "url": "https://futureadvisor.com/401k/puget-sound-energy-inc", "aum": 557375381.0, "er": 0.682, "size": 3696.0}, {"fee": 173.214643074, "name": "Medtronic, Inc.", "url": "https://futureadvisor.com/401k/medtronic-inc", "aum": 3747733000.0, "er": 0.22821428600000002, "size": 30590.0}, {"fee": 248.48999973600002, "name": "Harris Corporation", "url": "https://futureadvisor.com/401k/harris-corporation", "aum": 2837177243.0, "er": 0.327391304, "size": 19441.0}, {"fee": 513.930577215, "name": "URS Corporation", "url": "https://futureadvisor.com/401k/urs-corporation", "aum": 2522547523.0, "er": 0.677115385, "size": 38526.0}, {"fee": 527.0099999339999, "name": "Parsons Brinckerhoff Inc.", "url": "https://futureadvisor.com/401k/parsons-brinckerhoff-inc", "aum": 692646000.0, "er": 0.6943478259999999, "size": 7684.0}, {"fee": 181.36105231200003, "name": "Canon USA Inc.", "url": "https://futureadvisor.com/401k/canon-usa-inc", "aum": 772520864.0, "er": 0.23894736800000002, "size": 10238.0}, {"fee": 313.233461772, "name": "Herman Miller, Inc.", "url": "https://futureadvisor.com/401k/herman-miller-inc", "aum": 437546667.0, "er": 0.41269230799999995, "size": 5322.0}, {"fee": 158.21355, "name": "The Vanguard Group, Inc.", "url": "https://futureadvisor.com/401k/the-vanguard-group-inc", "aum": 2138654408.0, "er": 0.20845, "size": 14624.0}, {"fee": 155.886922785, "name": "Texas Instruments Incorporated", "url": "https://futureadvisor.com/401k/texas-instruments-incorporated", "aum": 2023157376.0, "er": 0.205384615, "size": 17450.0}, {"fee": 290.22714256800003, "name": "Qualcomm Incorporated", "url": "https://futureadvisor.com/401k/qualcomm-incorporated", "aum": 1464081414.0, "er": 0.38238095200000005, "size": 13792.0}, {"fee": 371.277500253, "name": "Mastercard International Incorporated", "url": "https://futureadvisor.com/401k/mastercard-international-incorporated", "aum": 602733835.0, "er": 0.48916666700000005, "size": 4421.0}, {"fee": 358.5516, "name": "KPMG LLP", "url": "https://futureadvisor.com/401k/kpmg-llp", "aum": 2300203107.0, "er": 0.4724, "size": 29037.0}, {"fee": 203.03250000000003, "name": "Bain and Company, Inc.", "url": "https://futureadvisor.com/401k/bain-and-company-inc", "aum": 336528652.0, "er": 0.2675, "size": 3518.0}, {"fee": 168.288620742, "name": "SAP America, Inc.", "url": "https://futureadvisor.com/401k/sap-america-inc", "aum": 1241678810.0, "er": 0.22172413800000002, "size": 11269.0}, {"fee": 422.35187474699995, "name": "NetApp", "url": "https://futureadvisor.com/401k/netapp", "aum": 441411927.0, "er": 0.5564583329999999, "size": 5740.0}, {"fee": 292.757143074, "name": "Autodesk, Inc.", "url": "https://futureadvisor.com/401k/autodesk-inc", "aum": 393597540.0, "er": 0.385714286, "size": 3927.0}, {"fee": 326.117000253, "name": "Micron Technology", "url": "https://futureadvisor.com/401k/micron-technology", "aum": 824172163.0, "er": 0.429666667, "size": 10601.0}, {"fee": 364.952499747, "name": "The Charles Schwab Corporation", "url": "https://futureadvisor.com/401k/the-charles-schwab-corporation", "aum": 1997039237.0, "er": 0.480833333, "size": 16899.0}, {"fee": 317.153571537, "name": "BlackRock, Inc.", "url": "https://futureadvisor.com/401k/blackrock-inc", "aum": 487796646.0, "er": 0.417857143, "size": 4754.0}, {"fee": 417.7536, "name": "SAS Institute, Inc.", "url": "https://futureadvisor.com/401k/sas-institute-inc", "aum": 1144683344.0, "er": 0.5504, "size": 6589.0}, {"fee": 279.986666751, "name": "Agilent Technologies, Inc.", "url": "https://futureadvisor.com/401k/agilent-technologies-inc", "aum": 1663491210.0, "er": 0.368888889, "size": 12262.0}, {"fee": 477.519428463, "name": "Broadcom Corporation", "url": "https://futureadvisor.com/401k/broadcom-corporation", "aum": 466271671.0, "er": 0.629142857, "size": 5663.0}, {"fee": 524.744999724, "name": "Electronic Arts Inc.", "url": "https://futureadvisor.com/401k/electronic-arts-inc", "aum": 248717511.0, "er": 0.691363636, "size": 4173.0}, {"fee": 247.43400000000003, "name": "VISA Inc.", "url": "https://futureadvisor.com/401k/visa-inc", "aum": 966076807.0, "er": 0.326, "size": 6752.0}, {"fee": 483.71653822800005, "name": "Western Digital Corporation", "url": "https://futureadvisor.com/401k/western-digital-corporation", "aum": 402296826.0, "er": 0.637307692, "size": 5006.0}, {"fee": 604.0593103709999, "name": "McAfee, Inc.", "url": "https://futureadvisor.com/401k/mcafee-inc", "aum": 160372444.0, "er": 0.795862069, "size": 3563.0}, {"fee": 393.9684375, "name": "Experian, Inc.", "url": "https://futureadvisor.com/401k/experian-inc", "aum": 452961692.0, "er": 0.5190625, "size": 5967.0}, {"fee": 490.58999972400005, "name": "Maritz Holdings Inc.", "url": "https://futureadvisor.com/401k/maritz-holdings-inc", "aum": 193830294.0, "er": 0.646363636, "size": 3119.0}, {"fee": 420.70285692600004, "name": "MMS USA Holdings, Inc.", "url": "https://futureadvisor.com/401k/mms-usa-holdings-inc", "aum": 1208112203.0, "er": 0.554285714, "size": 25529.0}, {"fee": 445.40163455699997, "name": "Zions Bancorporation", "url": "https://futureadvisor.com/401k/zions-bancorporation", "aum": 577726388.0, "er": 0.586826923, "size": 12096.0}, {"fee": 396.773793339, "name": "Wolters Kluwer United States, Inc.", "url": "https://futureadvisor.com/401k/wolters-kluwer-united-states-inc", "aum": 750454463.0, "er": 0.522758621, "size": 10486.0}, {"fee": 444.557143074, "name": "Thomson Reuters Holdings Inc.", "url": "https://futureadvisor.com/401k/thomson-reuters-holdings-inc", "aum": 2960049470.0, "er": 0.585714286, "size": 36144.0}, {"fee": 388.513125, "name": "Rockwell Collins Inc.", "url": "https://futureadvisor.com/401k/rockwell-collins-inc", "aum": 1771646902.0, "er": 0.511875, "size": 18731.0}, {"fee": 393.053571537, "name": "Dow Jones & Company, Inc.", "url": "https://futureadvisor.com/401k/dow-jones-company-inc", "aum": 879586123.0, "er": 0.517857143, "size": 8570.0}, {"fee": 530.93857179, "name": "CBS Corporation", "url": "https://futureadvisor.com/401k/cbs-corporation", "aum": 3627558764.0, "er": 0.69952381, "size": 31486.0}, {"fee": 399.74000025299995, "name": "Moody's Corporation", "url": "https://futureadvisor.com/401k/moody-s-corporation", "aum": 348472515.0, "er": 0.526666667, "size": 3144.0}, {"fee": 384.84111108300004, "name": "Bertelsmann, Inc.", "url": "https://futureadvisor.com/401k/bertelsmann-inc", "aum": 567067867.0, "er": 0.507037037, "size": 8503.0}, {"fee": 464.787631539, "name": "Samsung Electronics America Inc.", "url": "https://futureadvisor.com/401k/samsung-electronics-america-inc", "aum": 195803931.0, "er": 0.612368421, "size": 3271.0}, {"fee": 566.330769114, "name": "Laboratory Corporation of America Holdings", "url": "https://futureadvisor.com/401k/laboratory-corporation-of-america-holdings", "aum": 681986698.0, "er": 0.7461538459999999, "size": 34162.0}, {"fee": 226.182, "name": "BJC Health System", "url": "https://futureadvisor.com/401k/bjc-health-system", "aum": 528818509.0, "er": 0.298, "size": 16846.0}, {"fee": 214.4175, "name": "Washington University", "url": "https://futureadvisor.com/401k/washington-university", "aum": 2704015021.0, "er": 0.2825, "size": 21860.0}, {"fee": 532.34689629, "name": "Charter Communications, Inc.", "url": "https://futureadvisor.com/401k/charter-communications-inc", "aum": 337166066.0, "er": 0.70137931, "size": 10141.0}, {"fee": 479.43500025300006, "name": "International Game Technology", "url": "https://futureadvisor.com/401k/international-game-technology", "aum": 321076153.0, "er": 0.6316666670000001, "size": 4510.0}, {"fee": 482.840769114, "name": "Omnicom Group Inc.", "url": "https://futureadvisor.com/401k/omnicom-group-inc", "aum": 1704698109.0, "er": 0.636153846, "size": 28015.0}, {"fee": 426.848205927, "name": "ABB Inc.", "url": "https://futureadvisor.com/401k/abb-inc", "aum": 1386023000.0, "er": 0.562382353, "size": 11274.0}, {"fee": 438.995806623, "name": "Piedmont Healthcare, Inc.", "url": "https://futureadvisor.com/401k/piedmont-healthcare-inc", "aum": 74401005.0, "er": 0.578387097, "size": 5969.0}, {"fee": 220.10999999999999, "name": "Case New Holland Inc.", "url": "https://futureadvisor.com/401k/case-new-holland-inc", "aum": 1085668815.0, "er": 0.29, "size": 8775.0}, {"fee": 384.634411854, "name": "Northwestern Mutual Life Ins. Co.", "url": "https://futureadvisor.com/401k/northwestern-mutual-life-ins-co", "aum": 858475174.0, "er": 0.506764706, "size": 6226.0}, {"fee": 260.308888917, "name": "Applied Materials, Inc.", "url": "https://futureadvisor.com/401k/applied-materials-inc", "aum": 1246126196.0, "er": 0.34296296299999995, "size": 9901.0}, {"fee": 522.264285642, "name": "Follett Corporation", "url": "https://futureadvisor.com/401k/follett-corporation", "aum": 304084973.0, "er": 0.6880952379999999, "size": 7477.0}, {"fee": 213.604285389, "name": "Consolidated Edison Company of New York, Inc.", "url": "https://futureadvisor.com/401k/consolidated-edison-company-of-new-york-inc", "aum": 2439760525.0, "er": 0.281428571, "size": 17302.0}, {"fee": 505.49399999999997, "name": "Cerner Corporation", "url": "https://futureadvisor.com/401k/cerner-corporation", "aum": 751533935.0, "er": 0.6659999999999999, "size": 6862.0}, {"fee": 497.7522, "name": "Petco Animal Supplies Stores, Inc.", "url": "https://futureadvisor.com/401k/petco-animal-supplies-stores-inc", "aum": 58897105.0, "er": 0.6558, "size": 6512.0}, {"fee": 200.376, "name": "Landmark Media Enterprises, LLC", "url": "https://futureadvisor.com/401k/landmark-media-enterprises-llc", "aum": 195640507.0, "er": 0.264, "size": 4217.0}, {"fee": 193.404444585, "name": "Fiserv, Inc.", "url": "https://futureadvisor.com/401k/fiserv-inc", "aum": 1449335742.0, "er": 0.254814815, "size": 21080.0}, {"fee": 259.9575, "name": "Underwriters Laboratories, Inc.", "url": "https://futureadvisor.com/401k/underwriters-laboratories-inc", "aum": 486610000.0, "er": 0.3425, "size": 4340.0}, {"fee": 292.21500000000003, "name": "Sandia Corporation", "url": "https://futureadvisor.com/401k/sandia-corporation", "aum": 2053572397.0, "er": 0.385, "size": 9554.0}, {"fee": 329.772414081, "name": "Quest Diagnostics Incorporated", "url": "https://futureadvisor.com/401k/quest-diagnostics-incorporated", "aum": 2484189000.0, "er": 0.434482759, "size": 39519.0}, {"fee": 234.95999970300002, "name": "Merck & Co., Inc.", "url": "https://futureadvisor.com/401k/merck-co-inc", "aum": 4066761321.0, "er": 0.309565217, "size": 28400.0}, {"fee": 216.20114999999998, "name": "Federal Home Loan Mortgage Corp", "url": "https://futureadvisor.com/401k/federal-home-loan-mortgage-corp", "aum": 961182232.0, "er": 0.28485, "size": 9298.0}, {"fee": 254.38741911000002, "name": "Arcadis U.S., Inc.", "url": "https://futureadvisor.com/401k/arcadis-u-s-inc", "aum": 552157611.0, "er": 0.33516129, "size": 5078.0}, {"fee": 0.6957502529999999, "name": "Daimler Trucks North America, L.L.C.", "url": "https://futureadvisor.com/401k/daimler-trucks-north-america-l-l-c", "aum": 400656541.0, "er": 0.000916667, "size": 3461.0}, {"fee": 365.743125, "name": "Windstream Corporation", "url": "https://futureadvisor.com/401k/windstream-corporation", "aum": 547989256.0, "er": 0.481875, "size": 8814.0}, {"fee": 501.270000297, "name": "PAETEC Holding Corp.", "url": "https://futureadvisor.com/401k/paetec-holding-corp", "aum": 160073579.0, "er": 0.660434783, "size": 3393.0}, {"fee": 419.031249747, "name": "Coach, Inc.", "url": "https://futureadvisor.com/401k/coach-inc", "aum": 206839251.0, "er": 0.552083333, "size": 5837.0}, {"fee": 368.00000011500003, "name": "CBRE Group, Inc.", "url": "https://futureadvisor.com/401k/cbre-group-inc", "aum": 807986177.0, "er": 0.484848485, "size": 13192.0}, {"fee": 285.709285389, "name": "Stryker Corporation", "url": "https://futureadvisor.com/401k/stryker-corporation", "aum": 797573462.0, "er": 0.376428571, "size": 8721.0}, {"fee": 206.389615443, "name": "Ingersoll-Rand Company", "url": "https://futureadvisor.com/401k/ingersoll-rand-company", "aum": 3455046916.0, "er": 0.271923077, "size": 29193.0}, {"fee": 248.64839999999998, "name": "Research Triangle Institute", "url": "https://futureadvisor.com/401k/research-triangle-institute", "aum": 278131035.0, "er": 0.3276, "size": 3576.0}, {"fee": 291.371666751, "name": "Expeditors International of Washington, Inc.", "url": "https://futureadvisor.com/401k/expeditors-international-of-washington-inc", "aum": 194195795.0, "er": 0.383888889, "size": 4793.0}, {"fee": 220.44000029700004, "name": "Activision Publishing, Inc.", "url": "https://futureadvisor.com/401k/activision-publishing-inc", "aum": 180070275.0, "er": 0.29043478300000003, "size": 3878.0}, {"fee": 489.390000231, "name": "Manpower Inc.", "url": "https://futureadvisor.com/401k/manpower-inc", "aum": 121501998.0, "er": 0.644782609, "size": 8415.0}, {"fee": 294.1125, "name": "Schneider Electric Holdings, Inc.", "url": "https://futureadvisor.com/401k/schneider-electric-holdings-inc", "aum": 1574835250.0, "er": 0.3875, "size": 17181.0}, {"fee": 273.24, "name": "BellSouth Corporation", "url": "https://futureadvisor.com/401k/bellsouth-corporation", "aum": 2332913000.0, "er": 0.36, "size": 30478.0}, {"fee": 480.78724148399994, "name": "SkyWest, Inc.", "url": "https://futureadvisor.com/401k/skywest-inc", "aum": 288810596.0, "er": 0.633448276, "size": 7921.0}, {"fee": 439.461, "name": "Loral Space & Communications, Inc.", "url": "https://futureadvisor.com/401k/loral-space-communications-inc", "aum": 305017993.0, "er": 0.579, "size": 4561.0}, {"fee": 219.130644843, "name": "AstraZeneca Pharmaceuticals LP", "url": "https://futureadvisor.com/401k/astrazeneca-pharmaceuticals-lp", "aum": 1910429999.0, "er": 0.288709677, "size": 13356.0}, {"fee": 626.1750000000001, "name": "New York Life Insurance Company", "url": "https://futureadvisor.com/401k/new-york-life-insurance-company", "aum": 1709679278.0, "er": 0.825, "size": 11853.0}, {"fee": 450.23879999999997, "name": "Rite Aid Corporation", "url": "https://futureadvisor.com/401k/rite-aid-corporation", "aum": 2225732648.0, "er": 0.5932, "size": 33895.0}, {"fee": 413.999999655, "name": "Entergy Corporation", "url": "https://futureadvisor.com/401k/entergy-corporation", "aum": 3006158214.0, "er": 0.545454545, "size": 14363.0}, {"fee": 531.52999977, "name": "Garmin International, Inc.", "url": "https://futureadvisor.com/401k/garmin-international-inc", "aum": 224229003.0, "er": 0.70030303, "size": 3648.0}, {"fee": 297.094285389, "name": "Amgen Inc.", "url": "https://futureadvisor.com/401k/amgen-inc", "aum": 2507026809.0, "er": 0.391428571, "size": 15417.0}, {"fee": 467.29100025300005, "name": "MedImmune, LLC", "url": "https://futureadvisor.com/401k/medimmune-llc", "aum": 238986114.0, "er": 0.6156666670000001, "size": 3528.0}, {"fee": 447.159428463, "name": "Univision Communications Inc.", "url": "https://futureadvisor.com/401k/univision-communications-inc", "aum": 223874848.0, "er": 0.589142857, "size": 4432.0}, {"fee": 433.54999983899995, "name": "Lennox International Inc. ", "url": "https://futureadvisor.com/401k/lennox-international-inc", "aum": 356692985.0, "er": 0.571212121, "size": 4103.0}, {"fee": 471.339, "name": "DST Systems, Inc. ", "url": "https://futureadvisor.com/401k/dst-systems-inc", "aum": 843099202.0, "er": 0.621, "size": 9135.0}, {"fee": 500.096666751, "name": "Regions Financial Corporation", "url": "https://futureadvisor.com/401k/regions-financial-corporation", "aum": 909919086.0, "er": 0.658888889, "size": 23402.0}, {"fee": 580.318749747, "name": "Saint Lukes Health System, Inc.", "url": "https://futureadvisor.com/401k/saint-lukes-health-system-inc", "aum": 117369079.0, "er": 0.7645833329999999, "size": 5747.0}, {"fee": 197.34, "name": "Assurant, Inc. ", "url": "https://futureadvisor.com/401k/assurant-inc", "aum": 872223677.0, "er": 0.26, "size": 7591.0}, {"fee": 296.281071537, "name": "Young & Rubicam, Inc.", "url": "https://futureadvisor.com/401k/young-rubicam-inc", "aum": 465221872.0, "er": 0.39035714299999996, "size": 5621.0}, {"fee": 440.636225733, "name": "John Hancock Financial Services, Inc.", "url": "https://futureadvisor.com/401k/john-hancock-financial-services-inc", "aum": 1211645451.0, "er": 0.580548387, "size": 9368.0}, {"fee": 435.026842305, "name": "Williams-Sonoma, Inc. ", "url": "https://futureadvisor.com/401k/williams-sonoma-inc", "aum": 167840254.0, "er": 0.573157895, "size": 4817.0}, {"fee": 272.54999993099995, "name": "Aon Corporation", "url": "https://futureadvisor.com/401k/aon-corporation", "aum": 1771889708.0, "er": 0.35909090899999996, "size": 18680.0}, {"fee": 377.406206661, "name": "The Walt Disney Company", "url": "https://futureadvisor.com/401k/the-walt-disney-company", "aum": 147417574.0, "er": 0.497241379, "size": 10801.0}, {"fee": 221.0208, "name": "Medline Industries, Inc. ", "url": "https://futureadvisor.com/401k/medline-industries-inc", "aum": 276410479.0, "er": 0.2912, "size": 3698.0}, {"fee": 625.903928463, "name": "Methodist Hospitals of Dallas", "url": "https://futureadvisor.com/401k/methodist-hospitals-of-dallas", "aum": 134032878.0, "er": 0.8246428570000001, "size": 5489.0}, {"fee": 581.812758516, "name": "Centene Corporation ", "url": "https://futureadvisor.com/401k/centene-corporation", "aum": 97331302.0, "er": 0.766551724, "size": 4176.0}, {"fee": 405.78669974699994, "name": "Avery Dennison Corporation", "url": "https://futureadvisor.com/401k/avery-dennison-corporation", "aum": 762187713.0, "er": 0.5346333329999999, "size": 8938.0}, {"fee": 178.636071537, "name": "Emerson Electric Company", "url": "https://futureadvisor.com/401k/emerson-electric-company", "aum": 1982410642.0, "er": 0.23535714300000002, "size": 24473.0}, {"fee": 336.069573708, "name": "Credit Suisse Securities USA LLC", "url": "https://futureadvisor.com/401k/credit-suisse-securities-usa-llc", "aum": 2636434208.0, "er": 0.44277941200000004, "size": 21908.0}, {"fee": 843.688420773, "name": "Affiliated Computer Services, Inc.", "url": "https://futureadvisor.com/401k/affiliated-computer-services-inc", "aum": 702208676.0, "er": 1.111578947, "size": 21151.0}, {"fee": 295.46785692599997, "name": "Genentech, Inc.", "url": "https://futureadvisor.com/401k/genentech-inc", "aum": 1722394065.0, "er": 0.389285714, "size": 14221.0}, {"fee": 466.242856926, "name": "Zimmer Holdings, Inc.", "url": "https://futureadvisor.com/401k/zimmer-holdings-inc", "aum": 325226317.0, "er": 0.614285714, "size": 4983.0}, {"fee": 618.8082355619999, "name": "Corrections Corporation Of America", "url": "https://futureadvisor.com/401k/corrections-corporation-of-america", "aum": 188649983.0, "er": 0.815294118, "size": 9650.0}, {"fee": 531.7743750000001, "name": "Alticor Inc.", "url": "https://futureadvisor.com/401k/alticor-inc", "aum": 856109138.0, "er": 0.700625, "size": 5101.0}, {"fee": 765.957500253, "name": "Park Nicollet Health Services", "url": "https://futureadvisor.com/401k/park-nicollet-health-services", "aum": 358994399.0, "er": 1.0091666670000001, "size": 6295.0}, {"fee": 380.19000006900006, "name": "Dow Jones & Company, Inc.", "url": "https://futureadvisor.com/401k/dow-jones-company-inc", "aum": 220265500.0, "er": 0.500909091, "size": 4827.0}, {"fee": 405.56999993399995, "name": "Baycare Health System", "url": "https://futureadvisor.com/401k/baycare-health-system", "aum": 598186533.0, "er": 0.534347826, "size": 20979.0}, {"fee": 296.66999983499994, "name": "Alcatel Lucent Usa Inc.", "url": "https://futureadvisor.com/401k/alcatel-lucent-usa-inc", "aum": 6140745000.0, "er": 0.390869565, "size": 39612.0}, {"fee": 647.6799997469999, "name": "Ingram Micro Inc.", "url": "https://futureadvisor.com/401k/ingram-micro-inc", "aum": 189008860.0, "er": 0.8533333329999999, "size": 3576.0}, {"fee": 449.459999967, "name": "Hilton Worldwide, Inc.", "url": "https://futureadvisor.com/401k/hilton-worldwide-inc", "aum": 801024791.0, "er": 0.592173913, "size": 19407.0}, {"fee": 658.2048, "name": "Oppenheimer & Co. Inc.", "url": "https://futureadvisor.com/401k/oppenheimer-co-inc", "aum": 248446563.0, "er": 0.8672, "size": 3556.0}, {"fee": 608.3161762919999, "name": "Capital One Financial Corporation", "url": "https://futureadvisor.com/401k/capital-one-financial-corporation", "aum": 1776804160.0, "er": 0.8014705879999999, "size": 36715.0}, {"fee": 542.461764438, "name": "Tnc Us Holdings, Inc.", "url": "https://futureadvisor.com/401k/tnc-us-holdings-inc", "aum": 815286305.0, "er": 0.7147058820000001, "size": 11486.0}, {"fee": 406.06500000000005, "name": "Alstom, Inc.", "url": "https://futureadvisor.com/401k/alstom-inc", "aum": 681401880.0, "er": 0.535, "size": 6047.0}, {"fee": 519.315789234, "name": "Amerisourcebergen Corp.", "url": "https://futureadvisor.com/401k/amerisourcebergen-corp", "aum": 443880969.0, "er": 0.684210526, "size": 9636.0}, {"fee": 61.985000253, "name": "Amica Mutual Insurance Company", "url": "https://futureadvisor.com/401k/amica-mutual-insurance-company", "aum": 321312311.0, "er": 0.081666667, "size": 3921.0}, {"fee": 345.345, "name": "Arcelormittal Usa Llc", "url": "https://futureadvisor.com/401k/arcelormittal-usa-llc", "aum": 635675969.0, "er": 0.455, "size": 4614.0}, {"fee": 717.255, "name": "Archon Group, L.P.", "url": "https://futureadvisor.com/401k/archon-group-l-p", "aum": 108786981.0, "er": 0.945, "size": 3674.0}, {"fee": 458.90307721500005, "name": "Assa Abloy Inc.", "url": "https://futureadvisor.com/401k/assa-abloy-inc", "aum": 298056384.0, "er": 0.604615385, "size": 5935.0}, {"fee": 398.674736922, "name": "Aultman Health Foundation", "url": "https://futureadvisor.com/401k/aultman-health-foundation", "aum": 217946968.0, "er": 0.525263158, "size": 6510.0}, {"fee": 420.233000253, "name": "General Dynamics Corporation", "url": "https://futureadvisor.com/401k/general-dynamics-corporation", "aum": 589235677.0, "er": 0.553666667, "size": 12167.0}, {"fee": 533.00775, "name": "The Nature Conservancy", "url": "https://futureadvisor.com/401k/the-nature-conservancy", "aum": 331171375.0, "er": 0.70225, "size": 4808.0}, {"fee": 602.370000276, "name": "The Cianbro Companies", "url": "https://futureadvisor.com/401k/the-cianbro-companies", "aum": 233217413.0, "er": 0.793636364, "size": 3899.0}, {"fee": 508.53000000000003, "name": "Toshiba America, Inc.", "url": "https://futureadvisor.com/401k/toshiba-america-inc", "aum": 393368680.0, "er": 0.67, "size": 3083.0}, {"fee": 634.7999997239999, "name": "Express Scripts, Inc.", "url": "https://futureadvisor.com/401k/express-scripts-inc", "aum": 479484023.0, "er": 0.836363636, "size": 11753.0}, {"fee": 582.842295717, "name": "Swedish Health Services", "url": "https://futureadvisor.com/401k/swedish-health-services", "aum": 239330132.0, "er": 0.767908163, "size": 4355.0}, {"fee": 465.51999974699993, "name": "Dpwn Holdings Usa, Inc.", "url": "https://futureadvisor.com/401k/dpwn-holdings-usa-inc", "aum": 494385855.0, "er": 0.6133333329999999, "size": 13234.0}, {"fee": 484.00846177200003, "name": "Rbc Usa Holdco Corporation", "url": "https://futureadvisor.com/401k/rbc-usa-holdco-corporation", "aum": 1573237465.0, "er": 0.637692308, "size": 15719.0}, {"fee": 721.3662502530001, "name": "Terex Corporation", "url": "https://futureadvisor.com/401k/terex-corporation", "aum": 295090046.0, "er": 0.950416667, "size": 6080.0}, {"fee": 688.5214284630001, "name": "Teradata Corporation", "url": "https://futureadvisor.com/401k/teradata-corporation", "aum": 613301243.0, "er": 0.9071428570000001, "size": 3134.0}, {"fee": 436.6742237219999, "name": "Mayo Clinic", "url": "https://futureadvisor.com/401k/mayo-clinic", "aum": 2024466287.0, "er": 0.5753283579999999, "size": 30043.0}, {"fee": 140.215263078, "name": "Federal Express Corporation", "url": "https://futureadvisor.com/401k/federal-express-corporation", "aum": 1218383583.0, "er": 0.18473684199999998, "size": 4513.0}, {"fee": 50.4735, "name": "Booz Allen Hamilton", "url": "https://futureadvisor.com/401k/booz-allen-hamilton", "aum": 2408528067.0, "er": 0.0665, "size": 26454.0}, {"fee": 104.36250000000001, "name": "The Board Of Trustees Of Leland Stanford Junior University", "url": "https://futureadvisor.com/401k/the-board-of-trustees-of-leland-stanford-junior-university", "aum": 3553099080.0, "er": 0.1375, "size": 24955.0}, {"fee": 272.42678538900003, "name": "National Semiconductor Corporation", "url": "https://futureadvisor.com/401k/national-semiconductor-corporation", "aum": 799888177.0, "er": 0.35892857100000003, "size": 5029.0}, {"fee": 429.738571284, "name": "Lsi Corporation", "url": "https://futureadvisor.com/401k/lsi-corporation", "aum": 910322829.0, "er": 0.566190476, "size": 8576.0}, {"fee": 575.416875, "name": "Hntb Holdings Ltd.", "url": "https://futureadvisor.com/401k/hntb-holdings-ltd", "aum": 200822728.0, "er": 0.758125, "size": 4444.0}, {"fee": 667.161, "name": "Hntb Holdings Ltd.", "url": "https://futureadvisor.com/401k/hntb-holdings-ltd", "aum": 603824712.0, "er": 0.879, "size": 3870.0}, {"fee": 176.32153822799998, "name": "Tribune Company", "url": "https://futureadvisor.com/401k/tribune-company", "aum": 1407609086.0, "er": 0.23230769199999998, "size": 18995.0}, {"fee": 407.42035692599995, "name": "Kirkland & Ellis Llp", "url": "https://futureadvisor.com/401k/kirkland-ellis-llp", "aum": 270650182.0, "er": 0.536785714, "size": 3519.0}, {"fee": 488.60625000000005, "name": "Thermo Fisher Scientific Inc.", "url": "https://futureadvisor.com/401k/thermo-fisher-scientific-inc", "aum": 1415407000.0, "er": 0.64375, "size": 21166.0}, {"fee": 224.15799974700002, "name": "Ball Corporation", "url": "https://futureadvisor.com/401k/ball-corporation", "aum": 1400954441.0, "er": 0.29533333300000003, "size": 10739.0}, {"fee": 613.4099998620001, "name": "Banner Health", "url": "https://futureadvisor.com/401k/banner-health", "aum": 1386128635.0, "er": 0.808181818, "size": 29788.0}, {"fee": 429.833683851, "name": "Barnes & Noble, Inc.", "url": "https://futureadvisor.com/401k/barnes-noble-inc", "aum": 390493510.0, "er": 0.566315789, "size": 12301.0}, {"fee": 561.213529635, "name": "Blue Cross And Blue Shield Of South Carolina", "url": "https://futureadvisor.com/401k/blue-cross-and-blue-shield-of-south-carolina", "aum": 449083221.0, "er": 0.739411765, "size": 10325.0}, {"fee": 499.4219999999999, "name": "Bnp Paribas Sa", "url": "https://futureadvisor.com/401k/bnp-paribas-sa", "aum": 487241632.0, "er": 0.6579999999999999, "size": 4720.0}, {"fee": 245.409999747, "name": "Boston Scientific Corporation", "url": "https://futureadvisor.com/401k/boston-scientific-corporation", "aum": 1672973864.0, "er": 0.323333333, "size": 20117.0}, {"fee": 474.666922785, "name": "Brinker International Payroll Company, L.P.", "url": "https://futureadvisor.com/401k/brinker-international-payroll-company-l-p", "aum": 133811650.0, "er": 0.625384615, "size": 4965.0}, {"fee": 522.911052312, "name": "Brocade Communications Systems,Inc.", "url": "https://futureadvisor.com/401k/brocade-communications-systems-inc", "aum": 274617065.0, "er": 0.688947368, "size": 3823.0}, {"fee": 525.923750253, "name": "Ca, Inc.", "url": "https://futureadvisor.com/401k/ca-inc", "aum": 1172908248.0, "er": 0.692916667, "size": 8004.0}, {"fee": 106.26000000000002, "name": "Csc Holdings, Llc", "url": "https://futureadvisor.com/401k/csc-holdings-llc", "aum": 937581265.0, "er": 0.14, "size": 15751.0}, {"fee": 572.753077215, "name": "Chiquita Brands International, Inc.", "url": "https://futureadvisor.com/401k/chiquita-brands-international-inc", "aum": 138545750.0, "er": 0.754615385, "size": 3385.0}, {"fee": 284.625, "name": "The Chubb Corporation", "url": "https://futureadvisor.com/401k/the-chubb-corporation", "aum": 1794082621.0, "er": 0.375, "size": 10316.0}, {"fee": 225.423, "name": "Trustees Of Columbia University", "url": "https://futureadvisor.com/401k/trustees-of-columbia-university", "aum": 1225218446.0, "er": 0.297, "size": 16851.0}, {"fee": 297.479032356, "name": "Advance Magazine Publishers Inc.", "url": "https://futureadvisor.com/401k/advance-magazine-publishers-inc", "aum": 347336482.0, "er": 0.391935484, "size": 3965.0}, {"fee": 150.014117781, "name": "Conocophillips Company", "url": "https://futureadvisor.com/401k/conocophillips-company", "aum": 9452466999.0, "er": 0.19764705899999999, "size": 31502.0}, {"fee": 415.65236846100004, "name": "Devry Inc.", "url": "https://futureadvisor.com/401k/devry-inc", "aum": 196106886.0, "er": 0.547631579, "size": 5777.0}, {"fee": 352.5555, "name": "Dish Network Corporation", "url": "https://futureadvisor.com/401k/dish-network-corporation", "aum": 311782499.0, "er": 0.4645, "size": 23498.0}, {"fee": 502.20500025300004, "name": "Drs Technologies, Inc.", "url": "https://futureadvisor.com/401k/drs-technologies-inc", "aum": 520908973.0, "er": 0.661666667, "size": 8591.0}, {"fee": 596.236667004, "name": "Dsm Services Usa, Inc.", "url": "https://futureadvisor.com/401k/dsm-services-usa-inc", "aum": 332095541.0, "er": 0.7855555559999999, "size": 3474.0}, {"fee": 396.01941185400005, "name": "Eaton Corporation", "url": "https://futureadvisor.com/401k/eaton-corporation", "aum": 2741689850.0, "er": 0.521764706, "size": 23494.0}, {"fee": 370.124117781, "name": "Finra", "url": "https://futureadvisor.com/401k/finra", "aum": 452374113.0, "er": 0.487647059, "size": 3987.0}, {"fee": 416.365714611, "name": "First American Financial Corporation", "url": "https://futureadvisor.com/401k/first-american-financial-corporation", "aum": 831622012.0, "er": 0.548571429, "size": 15154.0}, {"fee": 440.803846329, "name": "Frontier Communications", "url": "https://futureadvisor.com/401k/frontier-communications", "aum": 450425176.0, "er": 0.580769231, "size": 6554.0}, {"fee": 654.1631249999999, "name": "Grant Thornton Llp", "url": "https://futureadvisor.com/401k/grant-thornton-llp", "aum": 439906029.0, "er": 0.861875, "size": 7178.0}, {"fee": 647.860714611, "name": "Hill Rom Holdings, Inc.", "url": "https://futureadvisor.com/401k/hill-rom-holdings-inc", "aum": 326099552.0, "er": 0.853571429, "size": 5229.0}, {"fee": 522.698000253, "name": "Hsn, Inc.", "url": "https://futureadvisor.com/401k/hsn-inc", "aum": 121517272.0, "er": 0.688666667, "size": 5828.0}, {"fee": 590.0226315389999, "name": "Ikea North America Services, Llc", "url": "https://futureadvisor.com/401k/ikea-north-america-services-llc", "aum": 167268537.0, "er": 0.7773684209999999, "size": 5028.0}, {"fee": 637.56, "name": "Insight Enterprises, Inc.", "url": "https://futureadvisor.com/401k/insight-enterprises-inc", "aum": 107865051.0, "er": 0.84, "size": 3533.0}, {"fee": 480.47999980199995, "name": "Jones Lang Lasalle Americas, Inc", "url": "https://futureadvisor.com/401k/jones-lang-lasalle-americas-inc", "aum": 562747600.0, "er": 0.6330434779999999, "size": 9737.0}, {"fee": 536.4612, "name": "Lehman Brothers Holdings Inc.", "url": "https://futureadvisor.com/401k/lehman-brothers-holdings-inc", "aum": 563220337.0, "er": 0.7068, "size": 10541.0}, {"fee": 433.89500025300003, "name": "Lexmark International, Inc.", "url": "https://futureadvisor.com/401k/lexmark-international-inc", "aum": 655394090.0, "er": 0.571666667, "size": 4472.0}, {"fee": 326.65111083, "name": "Marsh & Mclennan Companies, Inc.", "url": "https://futureadvisor.com/401k/marsh-mclennan-companies-inc", "aum": 2546207378.0, "er": 0.43037037, "size": 31063.0}, {"fee": 552.045999747, "name": "Medianews Group, Inc.", "url": "https://futureadvisor.com/401k/medianews-group-inc", "aum": 209795988.0, "er": 0.7273333329999999, "size": 4805.0}, {"fee": 537.846375, "name": "Massachusetts Institute Of Technology", "url": "https://futureadvisor.com/401k/massachusetts-institute-of-technology", "aum": 2741671469.0, "er": 0.708625, "size": 15793.0}, {"fee": 431.767499724, "name": "Nisource Inc", "url": "https://futureadvisor.com/401k/nisource-inc", "aum": 955585274.0, "er": 0.568863636, "size": 9454.0}, {"fee": 368.115, "name": "Nrg Affiliate Services, Inc", "url": "https://futureadvisor.com/401k/nrg-affiliate-services-inc", "aum": 568538495.0, "er": 0.485, "size": 4813.0}, {"fee": 510.8069999999999, "name": "Nucor Corporation", "url": "https://futureadvisor.com/401k/nucor-corporation", "aum": 2411340095.0, "er": 0.6729999999999999, "size": 15054.0}, {"fee": 329.406, "name": "New York University Hospitals Center", "url": "https://futureadvisor.com/401k/new-york-university-hospitals-center", "aum": 378264596.0, "er": 0.434, "size": 9179.0}, {"fee": 336.1285715369999, "name": "New York University", "url": "https://futureadvisor.com/401k/new-york-university", "aum": 1289138091.0, "er": 0.44285714299999995, "size": 8085.0}, {"fee": 563.4458822189999, "name": "Oshkosh Corporation", "url": "https://futureadvisor.com/401k/oshkosh-corporation", "aum": 520850761.0, "er": 0.7423529409999999, "size": 9205.0}, {"fee": 613.3668749999999, "name": "Perkinelmer, Inc", "url": "https://futureadvisor.com/401k/perkinelmer-inc", "aum": 396104004.0, "er": 0.808125, "size": 4399.0}, {"fee": 380.51199974699995, "name": "Premera", "url": "https://futureadvisor.com/401k/premera", "aum": 188606382.0, "er": 0.5013333329999999, "size": 3573.0}, {"fee": 475.55275851600004, "name": "Quintiles Transnational Corp.", "url": "https://futureadvisor.com/401k/quintiles-transnational-corp", "aum": 411503403.0, "er": 0.626551724, "size": 8804.0}, {"fee": 574.310000253, "name": "Rural/Metro Corporation", "url": "https://futureadvisor.com/401k/rural-metro-corporation", "aum": 77705842.0, "er": 0.7566666670000001, "size": 3351.0}, {"fee": 512.9242107660001, "name": "Sabre, Inc.", "url": "https://futureadvisor.com/401k/sabre-inc", "aum": 566594758.0, "er": 0.6757894740000001, "size": 6382.0}, {"fee": 636.4757146110001, "name": "Sargent And Lundy, L.L.C.", "url": "https://futureadvisor.com/401k/sargent-and-lundy-l-l-c", "aum": 517187737.0, "er": 0.838571429, "size": 3683.0}, {"fee": 248.71846177199998, "name": "Seagate U.S. Llc", "url": "https://futureadvisor.com/401k/seagate-u-s-llc", "aum": 1046747611.0, "er": 0.327692308, "size": 8980.0}, {"fee": 141.258333249, "name": "Sequa Corporation", "url": "https://futureadvisor.com/401k/sequa-corporation", "aum": 255663958.0, "er": 0.18611111100000002, "size": 3695.0}, {"fee": 558.9492853889999, "name": "Sigma Aldrich Corporation", "url": "https://futureadvisor.com/401k/sigma-aldrich-corporation", "aum": 326450869.0, "er": 0.7364285709999999, "size": 4851.0}, {"fee": 110.05499999999999, "name": "Skanska Usa Building Inc.", "url": "https://futureadvisor.com/401k/skanska-usa-building-inc", "aum": 237084509.0, "er": 0.145, "size": 3235.0}, {"fee": 256.308461772, "name": "Sungard Data Systems Inc.", "url": "https://futureadvisor.com/401k/sungard-data-systems-inc", "aum": 1186209569.0, "er": 0.337692308, "size": 14405.0}, {"fee": 219.311052312, "name": "Trustees Of The University Of Pennsylvania", "url": "https://futureadvisor.com/401k/trustees-of-the-university-of-pennsylvania", "aum": 528851445.0, "er": 0.288947368, "size": 10807.0}, {"fee": 335.984000253, "name": "Synopsys, Inc.", "url": "https://futureadvisor.com/401k/synopsys-inc", "aum": 526175474.0, "er": 0.442666667, "size": 4213.0}, {"fee": 179.31375, "name": "Telcordia Technologies", "url": "https://futureadvisor.com/401k/telcordia-technologies", "aum": 1480494000.0, "er": 0.23625, "size": 5042.0}, {"fee": 429.034736922, "name": "Tesoro Corporation", "url": "https://futureadvisor.com/401k/tesoro-corporation", "aum": 547321124.0, "er": 0.5652631579999999, "size": 4089.0}, {"fee": 203.664999747, "name": "Textron Inc.", "url": "https://futureadvisor.com/401k/textron-inc", "aum": 2298833970.0, "er": 0.268333333, "size": 33751.0}, {"fee": 627.259285389, "name": "The Scotts Company Llc", "url": "https://futureadvisor.com/401k/the-scotts-company-llc", "aum": 278239143.0, "er": 0.8264285709999999, "size": 10040.0}, {"fee": 401.004999747, "name": "The Williams Companies, Inc.", "url": "https://futureadvisor.com/401k/the-williams-companies-inc", "aum": 840596074.0, "er": 0.528333333, "size": 7700.0}, {"fee": 424.618332996, "name": "United Air Lines, Inc.", "url": "https://futureadvisor.com/401k/united-air-lines-inc", "aum": 1451624486.0, "er": 0.5594444439999999, "size": 17510.0}, {"fee": 441.34444407899997, "name": "Unisys Corporation", "url": "https://futureadvisor.com/401k/unisys-corporation", "aum": 1653771577.0, "er": 0.581481481, "size": 21361.0}, {"fee": 216.09176443799998, "name": "Trustees Of The Univ. Of Penn", "url": "https://futureadvisor.com/401k/trustees-of-the-univ-of-penn", "aum": 2881338367.0, "er": 0.28470588199999997, "size": 19806.0}, {"fee": 527.505, "name": "Verizon Communications Inc.", "url": "https://futureadvisor.com/401k/verizon-communications-inc", "aum": 2139405957.0, "er": 0.695, "size": 29871.0}, {"fee": 544.8535715369999, "name": "Visteon Corporation", "url": "https://futureadvisor.com/401k/visteon-corporation", "aum": 428038798.0, "er": 0.7178571429999999, "size": 4855.0}, {"fee": 196.39124999999999, "name": "Volkswagen Group Of America, Inc.", "url": "https://futureadvisor.com/401k/volkswagen-group-of-america-inc", "aum": 209795363.0, "er": 0.25875, "size": 3751.0}, {"fee": 487.183125, "name": "Wisconsin Energy Corporation", "url": "https://futureadvisor.com/401k/wisconsin-energy-corporation", "aum": 1044925103.0, "er": 0.641875, "size": 5978.0}, {"fee": 517.905882219, "name": "Aecom Technology Corporation", "url": "https://futureadvisor.com/401k/aecom-technology-corporation", "aum": 1481333743.0, "er": 0.682352941, "size": 15660.0}, {"fee": 719.7849997469999, "name": "Allianz Global Investors Of America L.P.", "url": "https://futureadvisor.com/401k/allianz-global-investors-of-america-l-p", "aum": 512604450.0, "er": 0.948333333, "size": 3168.0}, {"fee": 461.90571461099995, "name": "Belk Stores Services, Inc.", "url": "https://futureadvisor.com/401k/belk-stores-services-inc", "aum": 321557514.0, "er": 0.6085714289999999, "size": 12283.0}, {"fee": 509.79500025299996, "name": "Bombardier Corporation", "url": "https://futureadvisor.com/401k/bombardier-corporation", "aum": 360616824.0, "er": 0.671666667, "size": 5463.0}, {"fee": 579.369999747, "name": "Ut Battelle, Llc", "url": "https://futureadvisor.com/401k/ut-battelle-llc", "aum": 917100865.0, "er": 0.763333333, "size": 5583.0}, {"fee": 175.993125, "name": "The Shaw Group Inc.", "url": "https://futureadvisor.com/401k/the-shaw-group-inc", "aum": 763852582.0, "er": 0.231875, "size": 22664.0}, {"fee": 447.479999703, "name": "Southwest Airlines Company", "url": "https://futureadvisor.com/401k/southwest-airlines-company", "aum": 1934230304.0, "er": 0.589565217, "size": 6164.0}, {"fee": 667.336153671, "name": "Parametric Technology Corporation", "url": "https://futureadvisor.com/401k/parametric-technology-corporation", "aum": 302417325.0, "er": 0.8792307690000001, "size": 3498.0}, {"fee": 381.668571537, "name": "Teledyne Technologies Incorporated", "url": "https://futureadvisor.com/401k/teledyne-technologies-incorporated", "aum": 476476221.0, "er": 0.502857143, "size": 6566.0}, {"fee": 620.999999862, "name": "Cadence Design Systems, Inc.", "url": "https://futureadvisor.com/401k/cadence-design-systems-inc", "aum": 572850346.0, "er": 0.818181818, "size": 4311.0}, {"fee": 335.8575, "name": "Mednax Services, Inc.", "url": "https://futureadvisor.com/401k/mednax-services-inc", "aum": 411725155.0, "er": 0.4425, "size": 4304.0}, {"fee": 610.236, "name": "Shire Pharmaceuticals Inc.", "url": "https://futureadvisor.com/401k/shire-pharmaceuticals-inc", "aum": 289651856.0, "er": 0.804, "size": 3718.0}, {"fee": 605.934999747, "name": "Suntrust Banks, Inc.", "url": "https://futureadvisor.com/401k/suntrust-banks-inc", "aum": 1851693531.0, "er": 0.798333333, "size": 37717.0}, {"fee": 487.32264741600005, "name": "The Sherwin Williams Company", "url": "https://futureadvisor.com/401k/the-sherwin-williams-company", "aum": 2284726152.0, "er": 0.642058824, "size": 31689.0}, {"fee": 291.740625, "name": "Battelle Memorial Institute", "url": "https://futureadvisor.com/401k/battelle-memorial-institute", "aum": 1398106000.0, "er": 0.384375, "size": 10140.0}, {"fee": 328.350000264, "name": "Capgemini U.S. Llc", "url": "https://futureadvisor.com/401k/capgemini-u-s-llc", "aum": 647696164.0, "er": 0.432608696, "size": 8202.0}, {"fee": 189.05999993099996, "name": "Basf Corporation", "url": "https://futureadvisor.com/401k/basf-corporation", "aum": 2673647410.0, "er": 0.24909090899999997, "size": 16944.0}, {"fee": 269.100000345, "name": "Philips Electronics North America Corporation", "url": "https://futureadvisor.com/401k/philips-electronics-north-america-corporation", "aum": 2548492029.0, "er": 0.354545455, "size": 31343.0}, {"fee": 251.89312499999997, "name": "Caterpillar Inc.", "url": "https://futureadvisor.com/401k/caterpillar-inc", "aum": 6423371139.0, "er": 0.331875, "size": 38782.0}, {"fee": 454.767500253, "name": "H&R Block Management, Llc", "url": "https://futureadvisor.com/401k/h-r-block-management-llc", "aum": 485686200.0, "er": 0.599166667, "size": 15728.0}, {"fee": 445.02699974700005, "name": "Jabil Circuit, Inc.", "url": "https://futureadvisor.com/401k/jabil-circuit-inc", "aum": 154192079.0, "er": 0.586333333, "size": 5815.0}, {"fee": 498.77142846300006, "name": "Polyone Corporation", "url": "https://futureadvisor.com/401k/polyone-corporation", "aum": 350116294.0, "er": 0.6571428570000001, "size": 4727.0}, {"fee": 196.172307342, "name": "The Mcclatchy Company", "url": "https://futureadvisor.com/401k/the-mcclatchy-company", "aum": 746642061.0, "er": 0.258461538, "size": 8574.0}, {"fee": 386.583999747, "name": "United Air Lines, Inc.", "url": "https://futureadvisor.com/401k/united-air-lines-inc", "aum": 1547129051.0, "er": 0.5093333329999999, "size": 25852.0}, {"fee": 218.277931113, "name": "CDM Smith, Inc.", "url": "https://futureadvisor.com/401k/cdm-smith-inc", "aum": 577809937.0, "er": 0.287586207, "size": 4628.0}, {"fee": 100.97999980200002, "name": "BP Corporation North America Inc.", "url": "https://futureadvisor.com/401k/bp-corporation-north-america-inc", "aum": 7172556528.0, "er": 0.13304347800000002, "size": 34578.0}, {"fee": 491.874167004, "name": "W.R. Grace & Co.", "url": "https://futureadvisor.com/401k/w-r-grace-co", "aum": 508440053.0, "er": 0.648055556, "size": 4325.0}, {"fee": 250.20827554800002, "name": "Diebold, Incorporated", "url": "https://futureadvisor.com/401k/diebold-incorporated", "aum": 460386483.0, "er": 0.329655172, "size": 7528.0}, {"fee": 649.0209, "name": "Gentiva Health Services, Inc.", "url": "https://futureadvisor.com/401k/gentiva-health-services-inc", "aum": 153551355.0, "er": 0.8551, "size": 6608.0}, {"fee": 509.541999747, "name": "Td Bank Us Holding Company", "url": "https://futureadvisor.com/401k/td-bank-us-holding-company", "aum": 944491257.0, "er": 0.671333333, "size": 22374.0}, {"fee": 363.476666751, "name": "Epic Systems Corporation", "url": "https://futureadvisor.com/401k/epic-systems-corporation", "aum": 149517818.0, "er": 0.478888889, "size": 3733.0}, {"fee": 259.57800000000003, "name": "Darden Restaurants, Inc.", "url": "https://futureadvisor.com/401k/darden-restaurants-inc", "aum": 642486273.0, "er": 0.342, "size": 19356.0}, {"fee": 538.383999747, "name": "Davita Inc.", "url": "https://futureadvisor.com/401k/davita-inc", "aum": 586084525.0, "er": 0.709333333, "size": 22537.0}, {"fee": 538.89, "name": "Caci International, Inc.", "url": "https://futureadvisor.com/401k/caci-international-inc", "aum": 730037000.0, "er": 0.71, "size": 16473.0}, {"fee": 576.4604999999999, "name": "Beth Israel Deaconess Medical Center", "url": "https://futureadvisor.com/401k/beth-israel-deaconess-medical-center", "aum": 362240048.0, "er": 0.7595, "size": 9004.0}, {"fee": 142.3125, "name": "Whirlpool Corporation", "url": "https://futureadvisor.com/401k/whirlpool-corporation", "aum": 1632386880.0, "er": 0.1875, "size": 28547.0}, {"fee": 518.8307146110001, "name": "Unitrin, Inc.", "url": "https://futureadvisor.com/401k/unitrin-inc", "aum": 288016553.0, "er": 0.683571429, "size": 7499.0}, {"fee": 564.370714611, "name": "West Corporation", "url": "https://futureadvisor.com/401k/west-corporation", "aum": 185285055.0, "er": 0.7435714290000001, "size": 6696.0}, {"fee": 553.12125, "name": "Firstgroup America, Inc.", "url": "https://futureadvisor.com/401k/firstgroup-america-inc", "aum": 240277684.0, "er": 0.72875, "size": 12782.0}, {"fee": 614.7900000000001, "name": "Saia Motor Freight Line Llc", "url": "https://futureadvisor.com/401k/saia-motor-freight-line-llc", "aum": 179460322.0, "er": 0.81, "size": 4360.0}, {"fee": 485.76000000000005, "name": "Toyota Motor Sales U.S.A., Inc. C/O Corporate Tax", "url": "https://futureadvisor.com/401k/toyota-motor-sales-u-s-a-inc-c-o-corporate-tax", "aum": 1188535948.0, "er": 0.64, "size": 9282.0}, {"fee": 447.410526156, "name": "Parker Hannifin Corporation", "url": "https://futureadvisor.com/401k/parker-hannifin-corporation", "aum": 3066229040.0, "er": 0.589473684, "size": 28900.0}, {"fee": 268.601666751, "name": "Synthes U.S.A.", "url": "https://futureadvisor.com/401k/synthes-u-s-a", "aum": 470557280.0, "er": 0.353888889, "size": 4819.0}, {"fee": 572.700000345, "name": "Spx Corporation", "url": "https://futureadvisor.com/401k/spx-corporation", "aum": 810650251.0, "er": 0.754545455, "size": 11556.0}, {"fee": 607.2, "name": "Fujitsu Management Services Of Amer", "url": "https://futureadvisor.com/401k/fujitsu-management-services-of-amer", "aum": 1175434382.0, "er": 0.8, "size": 14100.0}, {"fee": 702.075, "name": "Energy Transfer Partners Gp, L.P.", "url": "https://futureadvisor.com/401k/energy-transfer-partners-gp-l-p", "aum": 163679517.0, "er": 0.925, "size": 4419.0}, {"fee": 836.651538228, "name": "Avaya Inc.", "url": "https://futureadvisor.com/401k/avaya-inc", "aum": 1297035000.0, "er": 1.1023076920000001, "size": 10689.0}, {"fee": 579.821785389, "name": "Sra International, Inc.", "url": "https://futureadvisor.com/401k/sra-international-inc", "aum": 535506121.0, "er": 0.7639285709999999, "size": 8457.0}, {"fee": 401.071579227, "name": "Flextronics International Usa, Inc.", "url": "https://futureadvisor.com/401k/flextronics-international-usa-inc", "aum": 505867859.0, "er": 0.528421053, "size": 10827.0}, {"fee": 310.715625, "name": "The Clorox Company", "url": "https://futureadvisor.com/401k/the-clorox-company", "aum": 831118705.0, "er": 0.409375, "size": 5469.0}, {"fee": 447.81, "name": "Zachry Holdings, Inc.", "url": "https://futureadvisor.com/401k/zachry-holdings-inc", "aum": 306487983.0, "er": 0.59, "size": 9396.0}, {"fee": 721.05, "name": "Autonation, Inc.", "url": "https://futureadvisor.com/401k/autonation-inc", "aum": 357969781.0, "er": 0.95, "size": 9277.0}, {"fee": 322.57500000000005, "name": "The Hearst Corporation", "url": "https://futureadvisor.com/401k/the-hearst-corporation", "aum": 751129781.0, "er": 0.425, "size": 9406.0}, {"fee": 206.954000253, "name": "Mattel, Inc.", "url": "https://futureadvisor.com/401k/mattel-inc", "aum": 724469000.0, "er": 0.272666667, "size": 7658.0}, {"fee": 519.1560000000001, "name": "Discovery Communications, Llc", "url": "https://futureadvisor.com/401k/discovery-communications-llc", "aum": 206085636.0, "er": 0.684, "size": 3158.0}, {"fee": 441.60000013800004, "name": "United Rentals, Inc.", "url": "https://futureadvisor.com/401k/united-rentals-inc", "aum": 209630023.0, "er": 0.581818182, "size": 4960.0}, {"fee": 599.61, "name": "Netjets Inc.", "url": "https://futureadvisor.com/401k/netjets-inc", "aum": 471908720.0, "er": 0.79, "size": 3400.0}, {"fee": 400.643571537, "name": "The Capital Group Companies, Inc.", "url": "https://futureadvisor.com/401k/the-capital-group-companies-inc", "aum": 385666498.0, "er": 0.527857143, "size": 5959.0}, {"fee": 430.620882219, "name": "Lawrence Livermore National Security Llc", "url": "https://futureadvisor.com/401k/lawrence-livermore-national-security-llc", "aum": 231234390.0, "er": 0.567352941, "size": 3402.0}, {"fee": 157.763571537, "name": "Geico Corporation", "url": "https://futureadvisor.com/401k/geico-corporation", "aum": 1692769673.0, "er": 0.207857143, "size": 28036.0}, {"fee": 548.3775, "name": "Limited Service Corporation", "url": "https://futureadvisor.com/401k/limited-service-corporation", "aum": 723608164.0, "er": 0.7225, "size": 23063.0}, {"fee": 639.157894617, "name": "Rexel Inc Benefits Department", "url": "https://futureadvisor.com/401k/rexel-inc-benefits-department", "aum": 318274081.0, "er": 0.842105263, "size": 5587.0}, {"fee": 242.33785692599997, "name": "The Lincoln Electric Company", "url": "https://futureadvisor.com/401k/the-lincoln-electric-company", "aum": 265761157.0, "er": 0.319285714, "size": 3086.0}, {"fee": 567.179999793, "name": "Centurylink, Inc.", "url": "https://futureadvisor.com/401k/centurylink-inc", "aum": 553386765.0, "er": 0.747272727, "size": 5020.0}, {"fee": 614.7900000000001, "name": "Cullen/Frost Bankers, Inc.", "url": "https://futureadvisor.com/401k/cullen-frost-bankers-inc", "aum": 380812020.0, "er": 0.81, "size": 3270.0}, {"fee": 416.6909999999999, "name": "Us Airways, Inc.", "url": "https://futureadvisor.com/401k/us-airways-inc", "aum": 1589523689.0, "er": 0.5489999999999999, "size": 27718.0}, {"fee": 519.039230886, "name": "Ascension Health", "url": "https://futureadvisor.com/401k/ascension-health", "aum": 85919572.0, "er": 0.683846154, "size": 3121.0}, {"fee": 486.45000006900005, "name": "Navy Federal Credit Union", "url": "https://futureadvisor.com/401k/navy-federal-credit-union", "aum": 291465543.0, "er": 0.640909091, "size": 8094.0}, {"fee": 476.189999736, "name": "Hubbell Incorporated", "url": "https://futureadvisor.com/401k/hubbell-incorporated", "aum": 349583765.0, "er": 0.627391304, "size": 6051.0}, {"fee": 127.00599974699999, "name": "Wm. Wrigley Jr. Company", "url": "https://futureadvisor.com/401k/wm-wrigley-jr-company", "aum": 412510330.0, "er": 0.167333333, "size": 3228.0}, {"fee": 335.478, "name": "Ambrose Employer Group, LLC", "url": "https://futureadvisor.com/401k/ambrose-employer-group-llc", "aum": 198357465.0, "er": 0.442, "size": 6679.0}, {"fee": 368.115, "name": "Icf Consulting Group, Inc.", "url": "https://futureadvisor.com/401k/icf-consulting-group-inc", "aum": 256302899.0, "er": 0.485, "size": 3915.0}, {"fee": 355.93105231199996, "name": "General Atomics", "url": "https://futureadvisor.com/401k/general-atomics", "aum": 389602242.0, "er": 0.468947368, "size": 6982.0}, {"fee": 455.652999747, "name": "Slm Corporation", "url": "https://futureadvisor.com/401k/slm-corporation", "aum": 397776589.0, "er": 0.600333333, "size": 10737.0}, {"fee": 428.251153671, "name": "Bmc Software, Inc.", "url": "https://futureadvisor.com/401k/bmc-software-inc", "aum": 525396207.0, "er": 0.564230769, "size": 4267.0}, {"fee": 642.694411854, "name": "Career Education Corporation", "url": "https://futureadvisor.com/401k/career-education-corporation", "aum": 201243151.0, "er": 0.846764706, "size": 11825.0}, {"fee": 441.90666649800005, "name": "Infor Global Solutions Michigan, Inc.", "url": "https://futureadvisor.com/401k/infor-global-solutions-michigan-inc", "aum": 217589157.0, "er": 0.5822222220000001, "size": 4619.0}, {"fee": 547.4287499999999, "name": "Kinetic Concepts Inc.", "url": "https://futureadvisor.com/401k/kinetic-concepts-inc", "aum": 202878642.0, "er": 0.72125, "size": 3562.0}, {"fee": 635.873333502, "name": "The Dun & Bradstreet Corporation", "url": "https://futureadvisor.com/401k/the-dun-bradstreet-corporation", "aum": 762058648.0, "er": 0.837777778, "size": 5839.0}, {"fee": 621.1149997470001, "name": "Bluescope Steel North America Corp", "url": "https://futureadvisor.com/401k/bluescope-steel-north-america-corp", "aum": 279725004.0, "er": 0.818333333, "size": 4885.0}, {"fee": 537.550588146, "name": "Ross Stores, Inc.", "url": "https://futureadvisor.com/401k/ross-stores-inc", "aum": 184600565.0, "er": 0.7082352940000001, "size": 6360.0}, {"fee": 516.8789999999999, "name": "Georgetown University", "url": "https://futureadvisor.com/401k/georgetown-university", "aum": 266413354.0, "er": 0.6809999999999999, "size": 4025.0}, {"fee": 550.275, "name": "Carmax, Inc.", "url": "https://futureadvisor.com/401k/carmax-inc", "aum": 191768036.0, "er": 0.725, "size": 12765.0}, {"fee": 362.249999793, "name": "Rock Holdings, Inc.", "url": "https://futureadvisor.com/401k/rock-holdings-inc", "aum": 112489425.0, "er": 0.477272727, "size": 3628.0}, {"fee": 638.50875, "name": "Fpp Family Investments, Inc.", "url": "https://futureadvisor.com/401k/fpp-family-investments-inc", "aum": 299762338.0, "er": 0.84125, "size": 13526.0}, {"fee": 678.2207146110001, "name": "Xo Communications Services, Inc.", "url": "https://futureadvisor.com/401k/xo-communications-services-inc", "aum": 198815868.0, "er": 0.8935714290000001, "size": 4433.0}, {"fee": 486.0129997469999, "name": "Ecolab Inc.", "url": "https://futureadvisor.com/401k/ecolab-inc", "aum": 1123415448.0, "er": 0.640333333, "size": 11144.0}, {"fee": 335.41961544300005, "name": "Milliken & Company", "url": "https://futureadvisor.com/401k/milliken-company", "aum": 1008530540.0, "er": 0.44192307700000005, "size": 15712.0}, {"fee": 398.13000034500004, "name": "Owens Corning", "url": "https://futureadvisor.com/401k/owens-corning", "aum": 464231490.0, "er": 0.524545455, "size": 3271.0}, {"fee": 240.544615443, "name": "Springleaf Finance, Inc.", "url": "https://futureadvisor.com/401k/springleaf-finance-inc", "aum": 123890172.0, "er": 0.316923077, "size": 5507.0}, {"fee": 645.1500000000001, "name": "Arrow Electronics, Inc.", "url": "https://futureadvisor.com/401k/arrow-electronics-inc", "aum": 428540179.0, "er": 0.85, "size": 5740.0}, {"fee": 386.74500034500005, "name": "General Dynamics Corporation", "url": "https://futureadvisor.com/401k/general-dynamics-corporation", "aum": 2215146062.0, "er": 0.509545455, "size": 20438.0}, {"fee": 253.59529407300002, "name": "Public Employees' Retirement Association of Colorado", "url": "https://futureadvisor.com/401k/public-employees-retirement-association-of-colorado", "aum": 483965.0, "er": 0.334117647, "size": 17821.0}, {"fee": 312.38842077300006, "name": "Arinc Incorporated", "url": "https://futureadvisor.com/401k/arinc-incorporated", "aum": 362157648.0, "er": 0.41157894700000003, "size": 3921.0}, {"fee": 473.79999981599997, "name": "Juniper Networks, Inc. ", "url": "https://futureadvisor.com/401k/juniper-networks-inc", "aum": 461851580.0, "er": 0.624242424, "size": 5058.0}, {"fee": 471.71850000000006, "name": "Adecco, Inc.", "url": "https://futureadvisor.com/401k/adecco-inc", "aum": 233879266.0, "er": 0.6215, "size": 32259.0}, {"fee": 327.96789461699996, "name": "Lafarge North America, Inc.", "url": "https://futureadvisor.com/401k/lafarge-north-america-inc", "aum": 390614473.0, "er": 0.43210526299999996, "size": 4011.0}, {"fee": 659.245714611, "name": "Genworth Financial, Inc.", "url": "https://futureadvisor.com/401k/genworth-financial-inc", "aum": 392857906.0, "er": 0.8685714290000001, "size": 6203.0}, {"fee": 831.5266670039998, "name": "Service Corporation Intl", "url": "https://futureadvisor.com/401k/service-corporation-intl", "aum": 392392531.0, "er": 1.0955555559999999, "size": 16489.0}, {"fee": 340.032, "name": "Rpm International Inc.", "url": "https://futureadvisor.com/401k/rpm-international-inc", "aum": 391124724.0, "er": 0.44799999999999995, "size": 5112.0}, {"fee": 247.94000025299997, "name": "United Space Alliance, Llc", "url": "https://futureadvisor.com/401k/united-space-alliance-llc", "aum": 1477596601.0, "er": 0.32666666699999997, "size": 9180.0}, {"fee": 207.640714611, "name": "Gartner, Inc.", "url": "https://futureadvisor.com/401k/gartner-inc", "aum": 390004167.0, "er": 0.273571429, "size": 3934.0}, {"fee": 160.282941489, "name": "C.R. Bard, Inc.", "url": "https://futureadvisor.com/401k/c-r-bard-inc", "aum": 389990950.0, "er": 0.211176471, "size": 5407.0}, {"fee": 490.097143074, "name": "Cook Group Incorporated", "url": "https://futureadvisor.com/401k/cook-group-incorporated", "aum": 389786154.0, "er": 0.645714286, "size": 7761.0}, {"fee": 278.59764741600003, "name": "Honda Of America Mfg., Inc.", "url": "https://futureadvisor.com/401k/honda-of-america-mfg-inc", "aum": 1422379707.0, "er": 0.367058824, "size": 17851.0}, {"fee": 542.6850000000001, "name": "Office Depot, Inc.", "url": "https://futureadvisor.com/401k/office-depot-inc", "aum": 388641299.0, "er": 0.715, "size": 18966.0}, {"fee": 556.91625, "name": "Citizens Financial Group, Inc.", "url": "https://futureadvisor.com/401k/citizens-financial-group-inc", "aum": 1415129710.0, "er": 0.73375, "size": 27116.0}, {"fee": 592.0200000000001, "name": "The Hertz Corporation", "url": "https://futureadvisor.com/401k/the-hertz-corporation", "aum": 387969879.0, "er": 0.78, "size": 7116.0}, {"fee": 498.77142846300006, "name": "Hanford Pension And Savings Plans Committee", "url": "https://futureadvisor.com/401k/hanford-pension-and-savings-plans-committee", "aum": 387668455.0, "er": 0.6571428570000001, "size": 4490.0}, {"fee": 301.43142846300003, "name": "Applied Industrial Technologies, Inc.", "url": "https://futureadvisor.com/401k/applied-industrial-technologies-inc", "aum": 387256270.0, "er": 0.397142857, "size": 4554.0}, {"fee": 787.936875, "name": "Taylor Corporation", "url": "https://futureadvisor.com/401k/taylor-corporation", "aum": 386347157.0, "er": 1.038125, "size": 11618.0}, {"fee": 129.873333249, "name": "Xcel Energy Inc", "url": "https://futureadvisor.com/401k/xcel-energy-inc", "aum": 1403657131.0, "er": 0.171111111, "size": 10292.0}, {"fee": 501.57249974700005, "name": "Ubs Ag", "url": "https://futureadvisor.com/401k/ubs-ag", "aum": 1401951350.0, "er": 0.660833333, "size": 13185.0}, {"fee": 643.884999747, "name": "Wyndham Worldwide Corporation", "url": "https://futureadvisor.com/401k/wyndham-worldwide-corporation", "aum": 384423267.0, "er": 0.848333333, "size": 7097.0}, {"fee": 689.1719999999999, "name": "Avis Budget Group, Inc.", "url": "https://futureadvisor.com/401k/avis-budget-group-inc", "aum": 384359478.0, "er": 0.9079999999999999, "size": 13705.0}, {"fee": 568.775625, "name": "Ceridian Corporation", "url": "https://futureadvisor.com/401k/ceridian-corporation", "aum": 382952679.0, "er": 0.749375, "size": 6015.0}, {"fee": 558.2445, "name": "Commerce Bancshares, Inc.", "url": "https://futureadvisor.com/401k/commerce-bancshares-inc", "aum": 382114268.0, "er": 0.7355, "size": 4348.0}, {"fee": 512.9574997469999, "name": "Mentor Graphics Corporation", "url": "https://futureadvisor.com/401k/mentor-graphics-corporation", "aum": 380058718.0, "er": 0.6758333329999999, "size": 3104.0}, {"fee": 693.726, "name": "Reed Elsevier Inc.", "url": "https://futureadvisor.com/401k/reed-elsevier-inc", "aum": 1356314802.0, "er": 0.914, "size": 22300.0}, {"fee": 554.07, "name": "Con Way Inc.", "url": "https://futureadvisor.com/401k/con-way-inc", "aum": 1356235369.0, "er": 0.73, "size": 25587.0}, {"fee": 497.14500000000004, "name": "Ashland Inc", "url": "https://futureadvisor.com/401k/ashland-inc", "aum": 1337742007.0, "er": 0.655, "size": 12229.0}, {"fee": 516.5416670039999, "name": "Northeast Utilities Service Company", "url": "https://futureadvisor.com/401k/northeast-utilities-service-company", "aum": 1333540329.0, "er": 0.680555556, "size": 10066.0}, {"fee": 612.8925, "name": "Brown Brothers Harriman & Co.", "url": "https://futureadvisor.com/401k/brown-brothers-harriman-co", "aum": 379679115.0, "er": 0.8075, "size": 4051.0}, {"fee": 515.536153671, "name": "Southeastern Freight Lines, Inc", "url": "https://futureadvisor.com/401k/southeastern-freight-lines-inc", "aum": 378859842.0, "er": 0.679230769, "size": 8832.0}, {"fee": 510.8069999999999, "name": "Intermountain Health Care, Inc.", "url": "https://futureadvisor.com/401k/intermountain-health-care-inc", "aum": 1329839000.0, "er": 0.6729999999999999, "size": 27438.0}, {"fee": 343.946842305, "name": "Zurich American Insurance Company", "url": "https://futureadvisor.com/401k/zurich-american-insurance-company", "aum": 1310549809.0, "er": 0.453157895, "size": 12676.0}, {"fee": 547.4287499999999, "name": "Hasbro, Inc.", "url": "https://futureadvisor.com/401k/hasbro-inc", "aum": 376614957.0, "er": 0.72125, "size": 3568.0}, {"fee": 536.360000253, "name": "Associated Banc Corp", "url": "https://futureadvisor.com/401k/associated-banc-corp", "aum": 375648812.0, "er": 0.706666667, "size": 5210.0}, {"fee": 759.3795, "name": "Valero Energy Corporation", "url": "https://futureadvisor.com/401k/valero-energy-corporation", "aum": 1267025448.0, "er": 1.0005, "size": 8858.0}, {"fee": 305.935384557, "name": "Steelcase Inc.", "url": "https://futureadvisor.com/401k/steelcase-inc", "aum": 1260297725.0, "er": 0.403076923, "size": 6590.0}, {"fee": 781.77, "name": "Huntington Bancshares Incorporated", "url": "https://futureadvisor.com/401k/huntington-bancshares-incorporated", "aum": 372528434.0, "er": 1.03, "size": 9484.0}, {"fee": 129.873333249, "name": "On Semiconductor Corporation", "url": "https://futureadvisor.com/401k/on-semiconductor-corporation", "aum": 372190587.0, "er": 0.171111111, "size": 3344.0}, {"fee": 575.574999747, "name": "Four Seasons Hotels Limited Pension & Profit Sharing Committee", "url": "https://futureadvisor.com/401k/four-seasons-hotels-limited-pension-profit-sharing-committee", "aum": 370872320.0, "er": 0.7583333329999999, "size": 8128.0}, {"fee": 924.8415, "name": "Insurance Services Office, Inc.", "url": "https://futureadvisor.com/401k/insurance-services-office-inc", "aum": 1224996707.0, "er": 1.2185, "size": 4834.0}, {"fee": 520.674, "name": "National Telecommunications Cooperative Association", "url": "https://futureadvisor.com/401k/national-telecommunications-cooperative-association", "aum": 1215349109.0, "er": 0.6859999999999999, "size": 19249.0}, {"fee": 458.11071461099993, "name": "Alpha Natural Resources, Llc", "url": "https://futureadvisor.com/401k/alpha-natural-resources-llc", "aum": 368108372.0, "er": 0.6035714289999999, "size": 5555.0}, {"fee": 528.137499747, "name": "Select Medical Corporation", "url": "https://futureadvisor.com/401k/select-medical-corporation", "aum": 367328427.0, "er": 0.6958333329999999, "size": 13998.0}, {"fee": 433.0095, "name": "Anadarko Petroleum Corporation", "url": "https://futureadvisor.com/401k/anadarko-petroleum-corporation", "aum": 1197826000.0, "er": 0.5705, "size": 6189.0}, {"fee": 541.419999747, "name": "Robert Bosch Llc", "url": "https://futureadvisor.com/401k/robert-bosch-llc", "aum": 1197396840.0, "er": 0.713333333, "size": 13347.0}, {"fee": 230.89578923400003, "name": "Newmont Usa Limited", "url": "https://futureadvisor.com/401k/newmont-usa-limited", "aum": 366542225.0, "er": 0.30421052600000004, "size": 3751.0}, {"fee": 184.870714611, "name": "Independence Blue Cross", "url": "https://futureadvisor.com/401k/independence-blue-cross", "aum": 365993921.0, "er": 0.24357142899999998, "size": 5196.0}, {"fee": 265.65, "name": "Ralcorp Holdings, Inc.", "url": "https://futureadvisor.com/401k/ralcorp-holdings-inc", "aum": 364530020.0, "er": 0.35, "size": 7775.0}, {"fee": 504.390000345, "name": "Mwh Americas, Inc.", "url": "https://futureadvisor.com/401k/mwh-americas-inc", "aum": 363454531.0, "er": 0.664545455, "size": 3546.0}, {"fee": 404.79999974699996, "name": "Pacificorp", "url": "https://futureadvisor.com/401k/pacificorp", "aum": 1180282208.0, "er": 0.533333333, "size": 7529.0}, {"fee": 687.6539999999999, "name": "Fifth Third Bank", "url": "https://futureadvisor.com/401k/fifth-third-bank", "aum": 1174502378.0, "er": 0.9059999999999999, "size": 22363.0}, {"fee": 613.2719999999999, "name": "Board Of Directors, Pentegra Defined Contribution Plan For Finan", "url": "https://futureadvisor.com/401k/board-of-directors-pentegra-defined-contribution-plan-for-finan", "aum": 1158577029.0, "er": 0.8079999999999999, "size": 22016.0}, {"fee": 499.559999862, "name": "Manufacturers And Traders Trust Co.", "url": "https://futureadvisor.com/401k/manufacturers-and-traders-trust-co", "aum": 1151080097.0, "er": 0.658181818, "size": 15579.0}, {"fee": 489.555, "name": "Atmos Energy Corporation", "url": "https://futureadvisor.com/401k/atmos-energy-corporation", "aum": 358860946.0, "er": 0.645, "size": 5163.0}, {"fee": 721.05, "name": "Consol Energy Inc.", "url": "https://futureadvisor.com/401k/consol-energy-inc", "aum": 1147146000.0, "er": 0.95, "size": 7711.0}, {"fee": 705.8700000000001, "name": "Arctic Slope Regional Corporation", "url": "https://futureadvisor.com/401k/arctic-slope-regional-corporation", "aum": 358067061.0, "er": 0.93, "size": 8045.0}, {"fee": 165.19411778099996, "name": "Union Pacific Railroad Company", "url": "https://futureadvisor.com/401k/union-pacific-railroad-company", "aum": 1134007387.0, "er": 0.21764705899999998, "size": 21291.0}, {"fee": 597.441428463, "name": "Cenveo Corporation", "url": "https://futureadvisor.com/401k/cenveo-corporation", "aum": 357767026.0, "er": 0.7871428570000001, "size": 7672.0}, {"fee": 545.6810523119999, "name": "Beckman Coulter, Inc.", "url": "https://futureadvisor.com/401k/beckman-coulter-inc", "aum": 1124803886.0, "er": 0.7189473679999999, "size": 9596.0}, {"fee": 704.183333502, "name": "Perrigo Company", "url": "https://futureadvisor.com/401k/perrigo-company", "aum": 357529559.0, "er": 0.9277777779999999, "size": 4654.0}, {"fee": 517.638, "name": "Erie Indemnity Company", "url": "https://futureadvisor.com/401k/erie-indemnity-company", "aum": 357002865.0, "er": 0.682, "size": 4515.0}, {"fee": 601.718333502, "name": "Allianz Of America Corporation", "url": "https://futureadvisor.com/401k/allianz-of-america-corporation", "aum": 1112432000.0, "er": 0.7927777779999999, "size": 10913.0}, {"fee": 752.494285389, "name": "O'reilly Automotive, Inc.", "url": "https://futureadvisor.com/401k/o-reilly-automotive-inc", "aum": 354589460.0, "er": 0.9914285709999999, "size": 28965.0}, {"fee": 722.134285389, "name": "Dow Corning Corporation", "url": "https://futureadvisor.com/401k/dow-corning-corporation", "aum": 1101159188.0, "er": 0.9514285709999999, "size": 5932.0}, {"fee": 461.822307342, "name": "Crane Co.", "url": "https://futureadvisor.com/401k/crane-co", "aum": 354314390.0, "er": 0.608461538, "size": 5610.0}, {"fee": 531.3, "name": "Avnet, Inc.", "url": "https://futureadvisor.com/401k/avnet-inc", "aum": 354214582.0, "er": 0.7, "size": 5430.0}, {"fee": 187.8525, "name": "Unisource Worldwide, Inc.", "url": "https://futureadvisor.com/401k/unisource-worldwide-inc", "aum": 353836862.0, "er": 0.2475, "size": 3496.0}, {"fee": 565.455, "name": "Ing North America Insurance Corporation", "url": "https://futureadvisor.com/401k/ing-north-america-insurance-corporation", "aum": 1080851606.0, "er": 0.745, "size": 13695.0}, {"fee": 438.63875025299996, "name": "Praxair, Inc.", "url": "https://futureadvisor.com/401k/praxair-inc", "aum": 1079871605.0, "er": 0.577916667, "size": 7016.0}, {"fee": 748.247499747, "name": "Qinetiq North America, Inc.", "url": "https://futureadvisor.com/401k/qinetiq-north-america-inc", "aum": 353412228.0, "er": 0.985833333, "size": 7381.0}, {"fee": 618.2930772149999, "name": "Novell, Inc.", "url": "https://futureadvisor.com/401k/novell-inc", "aum": 353192173.0, "er": 0.814615385, "size": 3607.0}, {"fee": 557.641764438, "name": "Constellation Energy Group, Inc.", "url": "https://futureadvisor.com/401k/constellation-energy-group-inc", "aum": 1077669284.0, "er": 0.734705882, "size": 8799.0}, {"fee": 462.98999999999995, "name": "Rock Tenn Company", "url": "https://futureadvisor.com/401k/rock-tenn-company", "aum": 352354227.0, "er": 0.61, "size": 7290.0}, {"fee": 1153.68, "name": "Hospira, Inc.", "url": "https://futureadvisor.com/401k/hospira-inc", "aum": 1072701450.0, "er": 1.52, "size": 8892.0}, {"fee": 542.210625, "name": "Pitney Bowes Inc.", "url": "https://futureadvisor.com/401k/pitney-bowes-inc", "aum": 1059833545.0, "er": 0.714375, "size": 15822.0}, {"fee": 551.391176292, "name": "Joy Global Inc.", "url": "https://futureadvisor.com/401k/joy-global-inc", "aum": 350897157.0, "er": 0.726470588, "size": 6976.0}, {"fee": 563.937, "name": "Six Continents Hotels, Inc.", "url": "https://futureadvisor.com/401k/six-continents-hotels-inc", "aum": 350881572.0, "er": 0.743, "size": 7484.0}, {"fee": 283.992500253, "name": "Kimball International, Inc.", "url": "https://futureadvisor.com/401k/kimball-international-inc", "aum": 350697231.0, "er": 0.374166667, "size": 4607.0}, {"fee": 551.286999747, "name": "Qvc, Inc.", "url": "https://futureadvisor.com/401k/qvc-inc", "aum": 350589765.0, "er": 0.726333333, "size": 9527.0}, {"fee": 503.65071461099996, "name": "Pfgc, Inc.", "url": "https://futureadvisor.com/401k/pfgc-inc", "aum": 349791684.0, "er": 0.663571429, "size": 8597.0}, {"fee": 650.5428946169999, "name": "Staples, Inc.", "url": "https://futureadvisor.com/401k/staples-inc", "aum": 1040213053.0, "er": 0.857105263, "size": 29067.0}, {"fee": 518.516842305, "name": "Sony Music Holdings Dba Sony Music Entertainment", "url": "https://futureadvisor.com/401k/sony-music-holdings-dba-sony-music-entertainment", "aum": 349026441.0, "er": 0.683157895, "size": 3395.0}, {"fee": 544.083157695, "name": "Acxiom Corporation", "url": "https://futureadvisor.com/401k/acxiom-corporation", "aum": 349014979.0, "er": 0.716842105, "size": 5005.0}, {"fee": 467.783683851, "name": "Gencorp Inc.", "url": "https://futureadvisor.com/401k/gencorp-inc", "aum": 348703850.0, "er": 0.616315789, "size": 4001.0}, {"fee": 609.827307342, "name": "Eisai Corporation Of North America", "url": "https://futureadvisor.com/401k/eisai-corporation-of-north-america", "aum": 347932521.0, "er": 0.803461538, "size": 3419.0}, {"fee": 728.64, "name": "Mercedes Benz U.S. International, Inc.", "url": "https://futureadvisor.com/401k/mercedes-benz-u-s-international-inc", "aum": 346584294.0, "er": 0.96, "size": 3072.0}, {"fee": 522.698000253, "name": "Abibow Us Inc.", "url": "https://futureadvisor.com/401k/abibow-us-inc", "aum": 346488618.0, "er": 0.688666667, "size": 3292.0}, {"fee": 560.142, "name": "U.S. Foodservice, Inc.", "url": "https://futureadvisor.com/401k/u-s-foodservice-inc", "aum": 1002574569.0, "er": 0.738, "size": 19857.0}, {"fee": 396.7040002530001, "name": "Stmicroelectronics, Inc.", "url": "https://futureadvisor.com/401k/stmicroelectronics-inc", "aum": 345669760.0, "er": 0.5226666670000001, "size": 3151.0}, {"fee": 788.9135296350001, "name": "Ameritas Holding Company", "url": "https://futureadvisor.com/401k/ameritas-holding-company", "aum": 344540365.0, "er": 1.039411765, "size": 3207.0}, {"fee": 679.7793750000001, "name": "Genesis Healthcare Corporation", "url": "https://futureadvisor.com/401k/genesis-healthcare-corporation", "aum": 343609104.0, "er": 0.895625, "size": 21624.0}, {"fee": 797.8429414889999, "name": "Jarden Corporation", "url": "https://futureadvisor.com/401k/jarden-corporation", "aum": 342243331.0, "er": 1.051176471, "size": 5275.0}, {"fee": 146.487, "name": "Conagra Foods, Inc.", "url": "https://futureadvisor.com/401k/conagra-foods-inc", "aum": 964552466.0, "er": 0.193, "size": 14696.0}, {"fee": 490.13884632900005, "name": "Millercoors, Llc", "url": "https://futureadvisor.com/401k/millercoors-llc", "aum": 341740532.0, "er": 0.645769231, "size": 3623.0}, {"fee": 602.45625, "name": "Keane, Inc.", "url": "https://futureadvisor.com/401k/keane-inc", "aum": 341735526.0, "er": 0.79375, "size": 5353.0}, {"fee": 690.268332996, "name": "Blue Cross & Blue Shield Of Minnesota", "url": "https://futureadvisor.com/401k/blue-cross-blue-shield-of-minnesota", "aum": 341147933.0, "er": 0.909444444, "size": 4622.0}, {"fee": 544.728461772, "name": "Chevron Phillips Chemical Company Lp", "url": "https://futureadvisor.com/401k/chevron-phillips-chemical-company-lp", "aum": 952389013.0, "er": 0.717692308, "size": 4890.0}, {"fee": 228.64875, "name": "Ahold Usa Inc", "url": "https://futureadvisor.com/401k/ahold-usa-inc", "aum": 951214550.0, "er": 0.30125, "size": 25969.0}, {"fee": 364.32, "name": "Batelle Energy Alliance, Llc, Bechtel Bwxt Idaho, Llc, And Ch2 M W", "url": "https://futureadvisor.com/401k/batelle-energy-alliance-llc-bechtel-bwxt-idaho-llc-and-ch2-m-w", "aum": 950790938.0, "er": 0.48, "size": 7118.0}, {"fee": 768.8669999999998, "name": "Dover Corporation", "url": "https://futureadvisor.com/401k/dover-corporation", "aum": 941643420.0, "er": 1.013, "size": 17336.0}, {"fee": 739.026316149, "name": "Bd Of Trustees Of The Elev Const Annuity And 401 K Ret Plan", "url": "https://futureadvisor.com/401k/bd-of-trustees-of-the-elev-const-annuity-and-401-k-ret-plan", "aum": 932698562.0, "er": 0.9736842109999999, "size": 24766.0}, {"fee": 334.543846329, "name": "Southern California Permanente Medical Group", "url": "https://futureadvisor.com/401k/southern-california-permanente-medical-group", "aum": 932466435.0, "er": 0.44076923100000004, "size": 5247.0}, {"fee": 582.8035715369999, "name": "Marshall & Ilsley Corporation", "url": "https://futureadvisor.com/401k/marshall-ilsley-corporation", "aum": 922454796.0, "er": 0.767857143, "size": 10438.0}, {"fee": 505.36749974699995, "name": "United States Steel Corporation And Affiliated Cos.", "url": "https://futureadvisor.com/401k/united-states-steel-corporation-and-affiliated-cos", "aum": 920711522.0, "er": 0.6658333329999999, "size": 7085.0}, {"fee": 729.7242853889999, "name": "Fidelity National Financial, Inc.", "url": "https://futureadvisor.com/401k/fidelity-national-financial-inc", "aum": 913791965.0, "er": 0.9614285709999999, "size": 19614.0}, {"fee": 687.369375, "name": "Mgm Resorts International", "url": "https://futureadvisor.com/401k/mgm-resorts-international", "aum": 901003114.0, "er": 0.905625, "size": 25364.0}, {"fee": 475.134, "name": "El Paso Corporation", "url": "https://futureadvisor.com/401k/el-paso-corporation", "aum": 896132221.0, "er": 0.626, "size": 14191.0}, {"fee": 719.882307342, "name": "Ally Financial Inc.", "url": "https://futureadvisor.com/401k/ally-financial-inc", "aum": 888332633.0, "er": 0.948461538, "size": 14338.0}, {"fee": 624.131538228, "name": "Ericsson Inc", "url": "https://futureadvisor.com/401k/ericsson-inc", "aum": 886135460.0, "er": 0.822307692, "size": 12163.0}, {"fee": 129.873333249, "name": "The Hershey Company", "url": "https://futureadvisor.com/401k/the-hershey-company", "aum": 877058708.0, "er": 0.171111111, "size": 10518.0}, {"fee": 577.2394738439999, "name": "Comerica Incorporated", "url": "https://futureadvisor.com/401k/comerica-incorporated", "aum": 870171633.0, "er": 0.760526316, "size": 10850.0}, {"fee": 544.2476474160001, "name": "Syngenta Corporation", "url": "https://futureadvisor.com/401k/syngenta-corporation", "aum": 868789432.0, "er": 0.7170588240000001, "size": 6268.0}, {"fee": 563.040000138, "name": "Swagelok Company", "url": "https://futureadvisor.com/401k/swagelok-company", "aum": 866780064.0, "er": 0.741818182, "size": 4067.0}, {"fee": 432.25050000000005, "name": "Federal National Mortgage Association", "url": "https://futureadvisor.com/401k/federal-national-mortgage-association", "aum": 864381208.0, "er": 0.5695, "size": 9145.0}, {"fee": 545.9378569260001, "name": "Corelogic, Inc", "url": "https://futureadvisor.com/401k/corelogic-inc", "aum": 340888255.0, "er": 0.7192857140000001, "size": 8921.0}, {"fee": 328.2675, "name": "Upmc", "url": "https://futureadvisor.com/401k/upmc", "aum": 850265568.0, "er": 0.4325, "size": 37071.0}, {"fee": 531.746470365, "name": "Promedica Health System, Inc.", "url": "https://futureadvisor.com/401k/promedica-health-system-inc", "aum": 339678339.0, "er": 0.700588235, "size": 8580.0}, {"fee": 429.434210766, "name": "Blue Cross And Blue Shield Of Massachusetts, Inc.", "url": "https://futureadvisor.com/401k/blue-cross-and-blue-shield-of-massachusetts-inc", "aum": 339348474.0, "er": 0.565789474, "size": 4559.0}, {"fee": 863.6621053830002, "name": "National Oilwell Varco, L.P.", "url": "https://futureadvisor.com/401k/national-oilwell-varco-l-p", "aum": 849180839.0, "er": 1.137894737, "size": 17540.0}, {"fee": 573.0450000000001, "name": "S.C. Johnson & Son, Inc.", "url": "https://futureadvisor.com/401k/s-c-johnson-son-inc", "aum": 844875979.0, "er": 0.755, "size": 3963.0}, {"fee": 462.75281250000006, "name": "Henkel Of America, Inc.", "url": "https://futureadvisor.com/401k/henkel-of-america-inc", "aum": 843511310.0, "er": 0.6096875, "size": 7612.0}, {"fee": 240.544615443, "name": "Ikon Office Solutions, Inc", "url": "https://futureadvisor.com/401k/ikon-office-solutions-inc", "aum": 842311106.0, "er": 0.316923077, "size": 19687.0}, {"fee": 407.524615443, "name": "New York Stock Exchange Inc., And Subsidiary Companies", "url": "https://futureadvisor.com/401k/new-york-stock-exchange-inc-and-subsidiary-companies", "aum": 840485000.0, "er": 0.5369230770000001, "size": 4193.0}, {"fee": 149.729999793, "name": "E.W. Scripps Retirement & Investment Plan Committee", "url": "https://futureadvisor.com/401k/e-w-scripps-retirement-investment-plan-committee", "aum": 336420504.0, "er": 0.19727272699999998, "size": 4569.0}, {"fee": 370.74230734199995, "name": "Cc Services, Inc.", "url": "https://futureadvisor.com/401k/cc-services-inc", "aum": 335904048.0, "er": 0.488461538, "size": 4218.0}, {"fee": 292.21500000000003, "name": "Health Care Service Corporation A Mutual Legal Reserve Company", "url": "https://futureadvisor.com/401k/health-care-service-corporation-a-mutual-legal-reserve-company", "aum": 839428416.0, "er": 0.385, "size": 18229.0}, {"fee": 641.102000253, "name": "Oceaneering International, Inc.", "url": "https://futureadvisor.com/401k/oceaneering-international-inc", "aum": 333956995.0, "er": 0.844666667, "size": 4111.0}, {"fee": 749.3859997469999, "name": "Dillard's, Inc.", "url": "https://futureadvisor.com/401k/dillard-s-inc", "aum": 832619670.0, "er": 0.9873333329999999, "size": 34040.0}, {"fee": 753.007894617, "name": "Tiffany And Co", "url": "https://futureadvisor.com/401k/tiffany-and-co", "aum": 332996846.0, "er": 0.992105263, "size": 6119.0}, {"fee": 756.664615443, "name": "Guardian Industries Corp", "url": "https://futureadvisor.com/401k/guardian-industries-corp", "aum": 331799088.0, "er": 0.996923077, "size": 4525.0}, {"fee": 494.1089999999999, "name": "Lincoln National Corporation", "url": "https://futureadvisor.com/401k/lincoln-national-corporation", "aum": 827323033.0, "er": 0.6509999999999999, "size": 11152.0}, {"fee": 568.4910000000001, "name": "Nec Corporation Of America", "url": "https://futureadvisor.com/401k/nec-corporation-of-america", "aum": 331029274.0, "er": 0.7490000000000001, "size": 3718.0}, {"fee": 503.108571537, "name": "Standard Insurance Company", "url": "https://futureadvisor.com/401k/standard-insurance-company", "aum": 329060254.0, "er": 0.662857143, "size": 4399.0}, {"fee": 382.662500253, "name": "Unum Group", "url": "https://futureadvisor.com/401k/unum-group", "aum": 816744880.0, "er": 0.504166667, "size": 10438.0}, {"fee": 663.9252630780001, "name": "Saint Francis Health System, Inc.", "url": "https://futureadvisor.com/401k/saint-francis-health-system-inc", "aum": 327170970.0, "er": 0.874736842, "size": 8828.0}, {"fee": 493.66625025300004, "name": "Briggs & Stratton Corporation", "url": "https://futureadvisor.com/401k/briggs-stratton-corporation", "aum": 326055427.0, "er": 0.650416667, "size": 6083.0}, {"fee": 499.559999862, "name": "Analog Devices, Inc.", "url": "https://futureadvisor.com/401k/analog-devices-inc", "aum": 803203001.0, "er": 0.658181818, "size": 4416.0}, {"fee": 555.335000253, "name": "Starwood Hotels And Resorts Worldwide, Inc.", "url": "https://futureadvisor.com/401k/starwood-hotels-and-resorts-worldwide-inc", "aum": 801236508.0, "er": 0.731666667, "size": 36046.0}, {"fee": 165.46200000000002, "name": "Babcock And Wilcox Investment Company", "url": "https://futureadvisor.com/401k/babcock-and-wilcox-investment-company", "aum": 796463517.0, "er": 0.218, "size": 9999.0}, {"fee": 625.416, "name": "Kinder Morgan Kansas, Inc", "url": "https://futureadvisor.com/401k/kinder-morgan-kansas-inc", "aum": 789950600.0, "er": 0.8240000000000001, "size": 9435.0}, {"fee": 539.649, "name": "Houghton Mifflin Company", "url": "https://futureadvisor.com/401k/houghton-mifflin-company", "aum": 322477077.0, "er": 0.711, "size": 5116.0}, {"fee": 529.131428463, "name": "Geisinger System Services", "url": "https://futureadvisor.com/401k/geisinger-system-services", "aum": 788972412.0, "er": 0.697142857, "size": 16735.0}, {"fee": 224.326667004, "name": "Norfolk Southern Corporation", "url": "https://futureadvisor.com/401k/norfolk-southern-corporation", "aum": 786787485.0, "er": 0.295555556, "size": 6001.0}, {"fee": 414.41400000000004, "name": "Ryder System, Inc.", "url": "https://futureadvisor.com/401k/ryder-system-inc", "aum": 783768044.0, "er": 0.546, "size": 23071.0}, {"fee": 382.87333299600004, "name": "Boston College Trustees", "url": "https://futureadvisor.com/401k/boston-college-trustees", "aum": 320047445.0, "er": 0.504444444, "size": 3413.0}, {"fee": 869.687499747, "name": "Mashantucket Pequot Tribe", "url": "https://futureadvisor.com/401k/mashantucket-pequot-tribe", "aum": 319623102.0, "er": 1.145833333, "size": 7803.0}, {"fee": 180.37411778100002, "name": "Weston Solutions, Inc.", "url": "https://futureadvisor.com/401k/weston-solutions-inc", "aum": 319133725.0, "er": 0.237647059, "size": 3607.0}, {"fee": 544.2476474160001, "name": "Scana Corporation", "url": "https://futureadvisor.com/401k/scana-corporation", "aum": 779261602.0, "er": 0.7170588240000001, "size": 6377.0}, {"fee": 465.94166675099996, "name": "Cobham Management Services Inc.", "url": "https://futureadvisor.com/401k/cobham-management-services-inc", "aum": 318477991.0, "er": 0.6138888889999999, "size": 4056.0}, {"fee": 891.825, "name": "The Lubrizol Corporation", "url": "https://futureadvisor.com/401k/the-lubrizol-corporation", "aum": 775492611.0, "er": 1.175, "size": 4227.0}, {"fee": 489.555, "name": "Carlisle Corporation", "url": "https://futureadvisor.com/401k/carlisle-corporation", "aum": 317884128.0, "er": 0.645, "size": 7016.0}, {"fee": 680.064, "name": "Midamerican Energy Company", "url": "https://futureadvisor.com/401k/midamerican-energy-company", "aum": 772284266.0, "er": 0.8959999999999999, "size": 5734.0}, {"fee": 613.622307342, "name": "Shaw Industries Group, Inc.", "url": "https://futureadvisor.com/401k/shaw-industries-group-inc", "aum": 769623329.0, "er": 0.808461538, "size": 22145.0}, {"fee": 681.413333502, "name": "Baylor Health Care System", "url": "https://futureadvisor.com/401k/baylor-health-care-system", "aum": 768890737.0, "er": 0.8977777779999999, "size": 16665.0}, {"fee": 565.231764438, "name": "Millercoors, Llc", "url": "https://futureadvisor.com/401k/millercoors-llc", "aum": 759252517.0, "er": 0.744705882, "size": 3810.0}, {"fee": 833.634999747, "name": "Wolseley Investments, Inc.", "url": "https://futureadvisor.com/401k/wolseley-investments-inc", "aum": 755385663.0, "er": 1.098333333, "size": 18830.0}, {"fee": 547.0221430739999, "name": "Hyatt Corporation", "url": "https://futureadvisor.com/401k/hyatt-corporation", "aum": 752365605.0, "er": 0.720714286, "size": 21973.0}, {"fee": 730.975384557, "name": "Dean Foods Company", "url": "https://futureadvisor.com/401k/dean-foods-company", "aum": 752191792.0, "er": 0.9630769229999999, "size": 13369.0}, {"fee": 252.09642846300002, "name": "American Family Mutual Insurance Company", "url": "https://futureadvisor.com/401k/american-family-mutual-insurance-company", "aum": 751622600.0, "er": 0.332142857, "size": 8747.0}, {"fee": 547.647692658, "name": "Land O Lakes", "url": "https://futureadvisor.com/401k/land-o-lakes", "aum": 749933900.0, "er": 0.721538462, "size": 8606.0}, {"fee": 325.42125000000004, "name": "Bancwest Corporation", "url": "https://futureadvisor.com/401k/bancwest-corporation", "aum": 747910226.0, "er": 0.42875, "size": 11032.0}, {"fee": 558.7407691139999, "name": "Embarq Corporation", "url": "https://futureadvisor.com/401k/embarq-corporation", "aum": 742084727.0, "er": 0.7361538459999999, "size": 11716.0}, {"fee": 755.205, "name": "Nalco Company", "url": "https://futureadvisor.com/401k/nalco-company", "aum": 738686989.0, "er": 0.995, "size": 5778.0}, {"fee": 501.414375, "name": "Factory Mutual Insurance Company", "url": "https://futureadvisor.com/401k/factory-mutual-insurance-company", "aum": 736182483.0, "er": 0.660625, "size": 4505.0}, {"fee": 638.825000253, "name": "Estee Lauder Inc.", "url": "https://futureadvisor.com/401k/estee-lauder-inc", "aum": 733938783.0, "er": 0.841666667, "size": 12649.0}, {"fee": 592.562143074, "name": "Allegheny Energy Service Corporation", "url": "https://futureadvisor.com/401k/allegheny-energy-service-corporation", "aum": 721365626.0, "er": 0.7807142859999999, "size": 5098.0}, {"fee": 523.126153671, "name": "Winn Dixie Stores, Inc.", "url": "https://futureadvisor.com/401k/winn-dixie-stores-inc", "aum": 720770610.0, "er": 0.689230769, "size": 18464.0}, {"fee": 638.143846329, "name": "Life Technologies Corporation", "url": "https://futureadvisor.com/401k/life-technologies-corporation", "aum": 719747101.0, "er": 0.8407692309999999, "size": 8798.0}, {"fee": 258.750000069, "name": "American Greetings Corporation", "url": "https://futureadvisor.com/401k/american-greetings-corporation", "aum": 719063078.0, "er": 0.340909091, "size": 9402.0}, {"fee": 815.6330772150001, "name": "Franklin Resources, Inc.", "url": "https://futureadvisor.com/401k/franklin-resources-inc", "aum": 715430747.0, "er": 1.074615385, "size": 5713.0}, {"fee": 223.06166675099996, "name": "Woodward, Inc.", "url": "https://futureadvisor.com/401k/woodward-inc", "aum": 710561503.0, "er": 0.293888889, "size": 4968.0}, {"fee": 624.909999747, "name": "Babcock & Wilcox Technical Services Y 12, Llc", "url": "https://futureadvisor.com/401k/babcock-wilcox-technical-services-y-12-llc", "aum": 701289458.0, "er": 0.823333333, "size": 5547.0}, {"fee": 479.688, "name": "Universal Health Services, Inc", "url": "https://futureadvisor.com/401k/universal-health-services-inc", "aum": 701120000.0, "er": 0.632, "size": 17303.0}, {"fee": 408.233571537, "name": "Arthur Andersen Llp", "url": "https://futureadvisor.com/401k/arthur-andersen-llp", "aum": 697350110.0, "er": 0.537857143, "size": 4423.0}, {"fee": 363.68750025300005, "name": "Sentry Insurance A Mutual Company", "url": "https://futureadvisor.com/401k/sentry-insurance-a-mutual-company", "aum": 695501745.0, "er": 0.47916666700000005, "size": 6371.0}, {"fee": 578.038420773, "name": "Iowa Health System", "url": "https://futureadvisor.com/401k/iowa-health-system", "aum": 695388454.0, "er": 0.7615789470000001, "size": 20233.0}, {"fee": 528.9646154430001, "name": "Allergan, Inc.", "url": "https://futureadvisor.com/401k/allergan-inc", "aum": 670875971.0, "er": 0.696923077, "size": 6571.0}, {"fee": 330.5445, "name": "Pacific Life Insurance Company", "url": "https://futureadvisor.com/401k/pacific-life-insurance-company", "aum": 668925965.0, "er": 0.4355, "size": 3754.0}, {"fee": 537.509999862, "name": "L'oreal Usa, Inc.", "url": "https://futureadvisor.com/401k/l-oreal-usa-inc", "aum": 667459654.0, "er": 0.708181818, "size": 7507.0}, {"fee": 226.688000253, "name": "Flowserve Corporation", "url": "https://futureadvisor.com/401k/flowserve-corporation", "aum": 659527320.0, "er": 0.298666667, "size": 6453.0}, {"fee": 559.9084617719999, "name": "The Turner Corporation", "url": "https://futureadvisor.com/401k/the-turner-corporation", "aum": 657125886.0, "er": 0.737692308, "size": 6973.0}, {"fee": 641.646922785, "name": "Cintas Corporation", "url": "https://futureadvisor.com/401k/cintas-corporation", "aum": 653910120.0, "er": 0.845384615, "size": 28955.0}, {"fee": 441.782647416, "name": "Group Health Plan, Inc.", "url": "https://futureadvisor.com/401k/group-health-plan-inc", "aum": 653488330.0, "er": 0.582058824, "size": 6995.0}, {"fee": 707.0376926580001, "name": "Coventry Health Care, Inc.", "url": "https://futureadvisor.com/401k/coventry-health-care-inc", "aum": 651819837.0, "er": 0.931538462, "size": 16642.0}, {"fee": 775.378420773, "name": "Dla Piper Llp Us", "url": "https://futureadvisor.com/401k/dla-piper-llp-us", "aum": 651571698.0, "er": 1.021578947, "size": 3585.0}, {"fee": 810.344117781, "name": "Barclays Bank Plc", "url": "https://futureadvisor.com/401k/barclays-bank-plc", "aum": 649019572.0, "er": 1.067647059, "size": 11978.0}, {"fee": 677.196666498, "name": "The Gores Group, Llc", "url": "https://futureadvisor.com/401k/the-gores-group-llc", "aum": 522165947.0, "er": 0.892222222, "size": 8577.0}, {"fee": 742.0341177810001, "name": "The American National Red Cross", "url": "https://futureadvisor.com/401k/the-american-national-red-cross", "aum": 520973244.0, "er": 0.977647059, "size": 21058.0}, {"fee": 457.026428463, "name": "United States Steel Corporation And Affiliated Cos.", "url": "https://futureadvisor.com/401k/united-states-steel-corporation-and-affiliated-cos", "aum": 641960034.0, "er": 0.602142857, "size": 10565.0}, {"fee": 460.654615443, "name": "America West Holdings Corporation", "url": "https://futureadvisor.com/401k/america-west-holdings-corporation", "aum": 641166144.0, "er": 0.606923077, "size": 3569.0}, {"fee": 130.548, "name": "Norfolk Southern Corporation", "url": "https://futureadvisor.com/401k/norfolk-southern-corporation", "aum": 518950085.0, "er": 0.172, "size": 13534.0}, {"fee": 792.7755, "name": "Toys R Us Inc", "url": "https://futureadvisor.com/401k/toys-r-us-inc", "aum": 640592842.0, "er": 1.0445, "size": 15984.0}, {"fee": 491.83200000000005, "name": "Towers Watson Delaware Inc.", "url": "https://futureadvisor.com/401k/towers-watson-delaware-inc", "aum": 516865009.0, "er": 0.648, "size": 3944.0}, {"fee": 572.412500253, "name": "Newpage Corporation", "url": "https://futureadvisor.com/401k/newpage-corporation", "aum": 637630939.0, "er": 0.754166667, "size": 7847.0}, {"fee": 229.38666649799998, "name": "Andersen Corporation", "url": "https://futureadvisor.com/401k/andersen-corporation", "aum": 516592138.0, "er": 0.302222222, "size": 7232.0}, {"fee": 552.7305881460001, "name": "Kindred Healthcare Inc.", "url": "https://futureadvisor.com/401k/kindred-healthcare-inc", "aum": 516386914.0, "er": 0.7282352940000001, "size": 16994.0}, {"fee": 610.7952630780001, "name": "Mcgladrey & Pullen, Llp", "url": "https://futureadvisor.com/401k/mcgladrey-pullen-llp", "aum": 636524957.0, "er": 0.8047368420000001, "size": 9390.0}, {"fee": 535.095, "name": "Fmc Technologies, Inc.", "url": "https://futureadvisor.com/401k/fmc-technologies-inc", "aum": 511844000.0, "er": 0.705, "size": 4545.0}, {"fee": 568.8283329960001, "name": "Forest Laboratories, Inc.", "url": "https://futureadvisor.com/401k/forest-laboratories-inc", "aum": 633827132.0, "er": 0.7494444440000001, "size": 6953.0}, {"fee": 208.380000345, "name": "Gordon Food Service, Inc.", "url": "https://futureadvisor.com/401k/gordon-food-service-inc", "aum": 626448085.0, "er": 0.274545455, "size": 8640.0}, {"fee": 904.728, "name": "Oldcastle Materials, Inc.", "url": "https://futureadvisor.com/401k/oldcastle-materials-inc", "aum": 626256685.0, "er": 1.192, "size": 15270.0}, {"fee": 496.060714611, "name": "Heartland Employment Services, Llc", "url": "https://futureadvisor.com/401k/heartland-employment-services-llc", "aum": 506066036.0, "er": 0.653571429, "size": 18433.0}, {"fee": 614.2478569259999, "name": "Hess Corporation", "url": "https://futureadvisor.com/401k/hess-corporation", "aum": 624906820.0, "er": 0.809285714, "size": 5804.0}, {"fee": 422.87142846300003, "name": "Usg Corporation", "url": "https://futureadvisor.com/401k/usg-corporation", "aum": 622833736.0, "er": 0.557142857, "size": 9283.0}, {"fee": 506.505999747, "name": "Mantech International Corporation", "url": "https://futureadvisor.com/401k/mantech-international-corporation", "aum": 505425830.0, "er": 0.667333333, "size": 11883.0}, {"fee": 565.8345, "name": "Oge Energy Corp.", "url": "https://futureadvisor.com/401k/oge-energy-corp", "aum": 504406551.0, "er": 0.7455, "size": 3877.0}, {"fee": 278.30000025300006, "name": "Pioneer Hi Bred International, Inc.", "url": "https://futureadvisor.com/401k/pioneer-hi-bred-international-inc", "aum": 613598648.0, "er": 0.36666666700000006, "size": 5637.0}, {"fee": 129.873333249, "name": "Onebeacon Insurance Company", "url": "https://futureadvisor.com/401k/onebeacon-insurance-company", "aum": 504026208.0, "er": 0.171111111, "size": 4656.0}, {"fee": 605.6819999999999, "name": "Peoples United Bank", "url": "https://futureadvisor.com/401k/peoples-united-bank", "aum": 503445371.0, "er": 0.7979999999999999, "size": 5773.0}, {"fee": 605.031428463, "name": "Supermedia, Inc.", "url": "https://futureadvisor.com/401k/supermedia-inc", "aum": 503067488.0, "er": 0.797142857, "size": 6592.0}, {"fee": 805.879411854, "name": "Saint Barnabas Corporation", "url": "https://futureadvisor.com/401k/saint-barnabas-corporation", "aum": 610884875.0, "er": 1.061764706, "size": 13810.0}, {"fee": 614.7900000000001, "name": "Mdu Resources Group, Inc.", "url": "https://futureadvisor.com/401k/mdu-resources-group-inc", "aum": 610032878.0, "er": 0.81, "size": 9849.0}, {"fee": 343.068, "name": "Dean Health Systems, Inc.", "url": "https://futureadvisor.com/401k/dean-health-systems-inc", "aum": 609605623.0, "er": 0.452, "size": 4308.0}, {"fee": 260.292352584, "name": "Penske Truck Leasing Co., Lp", "url": "https://futureadvisor.com/401k/penske-truck-leasing-co-lp", "aum": 498299336.0, "er": 0.342941176, "size": 6933.0}, {"fee": 569.25, "name": "The Valspar Corporation", "url": "https://futureadvisor.com/401k/the-valspar-corporation", "aum": 606789657.0, "er": 0.75, "size": 4438.0}, {"fee": 154.077, "name": "Telephone And Data Systems, Inc.", "url": "https://futureadvisor.com/401k/telephone-and-data-systems-inc", "aum": 496286663.0, "er": 0.203, "size": 14000.0}, {"fee": 532.565000253, "name": "Commercial Metals Company", "url": "https://futureadvisor.com/401k/commercial-metals-company", "aum": 597901953.0, "er": 0.701666667, "size": 8712.0}, {"fee": 754.0190625, "name": "Schneider National, Inc.", "url": "https://futureadvisor.com/401k/schneider-national-inc", "aum": 492918636.0, "er": 0.9934375, "size": 11296.0}, {"fee": 503.78624999999994, "name": "The Hanover Insurance Company", "url": "https://futureadvisor.com/401k/the-hanover-insurance-company", "aum": 491380833.0, "er": 0.66375, "size": 6890.0}, {"fee": 450.520714611, "name": "Automobile Club Of Southern California", "url": "https://futureadvisor.com/401k/automobile-club-of-southern-california", "aum": 489382853.0, "er": 0.593571429, "size": 8028.0}, {"fee": 653.9076926580001, "name": "Willis North America, Inc.", "url": "https://futureadvisor.com/401k/willis-north-america-inc", "aum": 585662258.0, "er": 0.8615384620000001, "size": 8116.0}, {"fee": 524.65875, "name": "Discover Financial Services", "url": "https://futureadvisor.com/401k/discover-financial-services", "aum": 489235434.0, "er": 0.69125, "size": 13217.0}, {"fee": 494.434285389, "name": "Education Management Llc", "url": "https://futureadvisor.com/401k/education-management-llc", "aum": 487319644.0, "er": 0.6514285710000001, "size": 13070.0}, {"fee": 765.324999747, "name": "Weatherford International, Inc.", "url": "https://futureadvisor.com/401k/weatherford-international-inc", "aum": 577332929.0, "er": 1.008333333, "size": 12493.0}, {"fee": 476.78999986199995, "name": "Kla Tencor Corporation", "url": "https://futureadvisor.com/401k/kla-tencor-corporation", "aum": 576648227.0, "er": 0.628181818, "size": 3813.0}, {"fee": 437.300769114, "name": "Varian Medical Systems, Inc.", "url": "https://futureadvisor.com/401k/varian-medical-systems-inc", "aum": 575040758.0, "er": 0.576153846, "size": 4131.0}, {"fee": 524.3424997469999, "name": "Harvard Vanguard Medical Associates", "url": "https://futureadvisor.com/401k/harvard-vanguard-medical-associates", "aum": 573954653.0, "er": 0.6908333329999999, "size": 6354.0}, {"fee": 513.1382146110001, "name": "Pentair, Inc.", "url": "https://futureadvisor.com/401k/pentair-inc", "aum": 486059431.0, "er": 0.6760714290000001, "size": 8142.0}, {"fee": 597.7125, "name": "Salt River Valley Water Users Association", "url": "https://futureadvisor.com/401k/salt-river-valley-water-users-association", "aum": 572741068.0, "er": 0.7875, "size": 4545.0}, {"fee": 424.76892846300007, "name": "Transocean Inc.", "url": "https://futureadvisor.com/401k/transocean-inc", "aum": 484983639.0, "er": 0.559642857, "size": 5727.0}, {"fee": 365.010000069, "name": "Teradyne, Inc. & Subsidiaries", "url": "https://futureadvisor.com/401k/teradyne-inc-subsidiaries", "aum": 484749750.0, "er": 0.480909091, "size": 3433.0}, {"fee": 547.278947688, "name": "Chicago Bridge & Iron Company", "url": "https://futureadvisor.com/401k/chicago-bridge-iron-company", "aum": 567906134.0, "er": 0.721052632, "size": 6090.0}, {"fee": 562.059473844, "name": "Sony Pictures Entertainment", "url": "https://futureadvisor.com/401k/sony-pictures-entertainment", "aum": 566275948.0, "er": 0.740526316, "size": 5179.0}, {"fee": 555.821538228, "name": "Novo Nordisk Inc.", "url": "https://futureadvisor.com/401k/novo-nordisk-inc", "aum": 561139321.0, "er": 0.732307692, "size": 5280.0}, {"fee": 463.749, "name": "Bemis Company Inc.", "url": "https://futureadvisor.com/401k/bemis-company-inc", "aum": 559526549.0, "er": 0.611, "size": 8189.0}, {"fee": 460.9659997469999, "name": "Inova Health System", "url": "https://futureadvisor.com/401k/inova-health-system", "aum": 558072225.0, "er": 0.6073333329999999, "size": 16489.0}, {"fee": 575.500588146, "name": "Harland Clarke Corp.", "url": "https://futureadvisor.com/401k/harland-clarke-corp", "aum": 556766875.0, "er": 0.758235294, "size": 8725.0}, {"fee": 564.5792308860001, "name": "Mckee Foods Corporation", "url": "https://futureadvisor.com/401k/mckee-foods-corporation", "aum": 553123690.0, "er": 0.7438461540000001, "size": 6460.0}, {"fee": 511.059999747, "name": "Teco Energy, Inc.", "url": "https://futureadvisor.com/401k/teco-energy-inc", "aum": 550459905.0, "er": 0.673333333, "size": 4970.0}, {"fee": 457.9299997469999, "name": "W. R. Berkley Corporation", "url": "https://futureadvisor.com/401k/w-r-berkley-corporation", "aum": 548850672.0, "er": 0.6033333329999999, "size": 5859.0}, {"fee": 566.0542107660001, "name": "Masco Corporation", "url": "https://futureadvisor.com/401k/masco-corporation", "aum": 548534066.0, "er": 0.7457894740000001, "size": 11803.0}, {"fee": 228.33249974699999, "name": "Tin Inc.", "url": "https://futureadvisor.com/401k/tin-inc", "aum": 547402278.0, "er": 0.300833333, "size": 7720.0}, {"fee": 394.68, "name": "Avon Products, Inc.", "url": "https://futureadvisor.com/401k/avon-products-inc", "aum": 546655126.0, "er": 0.52, "size": 8775.0}, {"fee": 547.903125, "name": "Ruddick Corporation", "url": "https://futureadvisor.com/401k/ruddick-corporation", "aum": 540889903.0, "er": 0.721875, "size": 33068.0}, {"fee": 519.315789234, "name": "Jetblue Airways Corporation", "url": "https://futureadvisor.com/401k/jetblue-airways-corporation", "aum": 540242357.0, "er": 0.684210526, "size": 12869.0}, {"fee": 501.3195, "name": "Fletcher Allen Health Care", "url": "https://futureadvisor.com/401k/fletcher-allen-health-care", "aum": 538305828.0, "er": 0.6605, "size": 7310.0}, {"fee": 465.32538455699995, "name": "Schwans Shared Services, Llc", "url": "https://futureadvisor.com/401k/schwans-shared-services-llc", "aum": 537487957.0, "er": 0.6130769229999999, "size": 10572.0}, {"fee": 217.074, "name": "Airgas, Inc.", "url": "https://futureadvisor.com/401k/airgas-inc", "aum": 533670817.0, "er": 0.28600000000000003, "size": 12963.0}, {"fee": 706.954285389, "name": "Penn State Milton S. Hershey Medical Center", "url": "https://futureadvisor.com/401k/penn-state-milton-s-hershey-medical-center", "aum": 484688299.0, "er": 0.931428571, "size": 12802.0}, {"fee": 542.6850000000001, "name": "Emcor Group, Inc.", "url": "https://futureadvisor.com/401k/emcor-group-inc", "aum": 484257961.0, "er": 0.715, "size": 6786.0}, {"fee": 476.830588146, "name": "Portland General Electric", "url": "https://futureadvisor.com/401k/portland-general-electric", "aum": 531751192.0, "er": 0.628235294, "size": 3363.0}, {"fee": 166.98000000000002, "name": "Smith International, Inc.", "url": "https://futureadvisor.com/401k/smith-international-inc", "aum": 530074696.0, "er": 0.22, "size": 7961.0}, {"fee": 177.606, "name": "Ametek, Inc.", "url": "https://futureadvisor.com/401k/ametek-inc", "aum": 482265657.0, "er": 0.23399999999999999, "size": 5933.0}, {"fee": 465.429643074, "name": "Saint Gobain Corporation", "url": "https://futureadvisor.com/401k/saint-gobain-corporation", "aum": 525628971.0, "er": 0.613214286, "size": 12420.0}, {"fee": 506.94875025300007, "name": "Henry Schein, Inc.", "url": "https://futureadvisor.com/401k/henry-schein-inc", "aum": 480673157.0, "er": 0.6679166670000001, "size": 4044.0}, {"fee": 559.130000253, "name": "Fidelity National Information Services, Inc.", "url": "https://futureadvisor.com/401k/fidelity-national-information-services-inc", "aum": 525313648.0, "er": 0.736666667, "size": 5407.0}, {"fee": 472.95187500000003, "name": "Dr Pepper Snapple Group, Inc", "url": "https://futureadvisor.com/401k/dr-pepper-snapple-group-inc", "aum": 478678070.0, "er": 0.623125, "size": 10404.0}, {"fee": 586.181538228, "name": "Pultegroup, Inc.", "url": "https://futureadvisor.com/401k/pultegroup-inc", "aum": 475223790.0, "er": 0.772307692, "size": 9012.0}, {"fee": 433.57875000000007, "name": "Ricoh Americas Corporation", "url": "https://futureadvisor.com/401k/ricoh-americas-corporation", "aum": 473826184.0, "er": 0.57125, "size": 8285.0}, {"fee": 777.305294073, "name": "Board Of Trustees Of Supplemental Income Trust Fund", "url": "https://futureadvisor.com/401k/board-of-trustees-of-supplemental-income-trust-fund", "aum": 472284943.0, "er": 1.024117647, "size": 19918.0}, {"fee": 660.7764703650001, "name": "Realogy Corporation", "url": "https://futureadvisor.com/401k/realogy-corporation", "aum": 469690758.0, "er": 0.870588235, "size": 7317.0}, {"fee": 575.322, "name": "Continental Automotive, Inc.", "url": "https://futureadvisor.com/401k/continental-automotive-inc", "aum": 469341265.0, "er": 0.758, "size": 6550.0}, {"fee": 529.919999862, "name": "The Great Atlantic & Pacific Tea Company, Inc", "url": "https://futureadvisor.com/401k/the-great-atlantic-pacific-tea-company-inc", "aum": 468297218.0, "er": 0.698181818, "size": 7235.0}, {"fee": 551.22375, "name": "American Water Works Company, Inc.", "url": "https://futureadvisor.com/401k/american-water-works-company-inc", "aum": 463702253.0, "er": 0.72625, "size": 7741.0}, {"fee": 297.02199974699994, "name": "Skadden Arps Slate Meagher & Flom, Llp", "url": "https://futureadvisor.com/401k/skadden-arps-slate-meagher-flom-llp", "aum": 462259650.0, "er": 0.39133333299999995, "size": 4592.0}, {"fee": 522.542307342, "name": "Level 3 Communications, Inc", "url": "https://futureadvisor.com/401k/level-3-communications-inc", "aum": 461449361.0, "er": 0.688461538, "size": 8340.0}, {"fee": 666.97125, "name": "Baldor Electric Company", "url": "https://futureadvisor.com/401k/baldor-electric-company", "aum": 461151822.0, "er": 0.87875, "size": 6651.0}, {"fee": 674.244999747, "name": "Hormel Foods Corporation", "url": "https://futureadvisor.com/401k/hormel-foods-corporation", "aum": 458519301.0, "er": 0.888333333, "size": 4987.0}, {"fee": 399.473683851, "name": "The Bank Of New York Mellon Corporation", "url": "https://futureadvisor.com/401k/the-bank-of-new-york-mellon-corporation", "aum": 458452274.0, "er": 0.526315789, "size": 3992.0}, {"fee": 495.24749999999995, "name": "Agrium U. S. Inc.", "url": "https://futureadvisor.com/401k/agrium-u-s-inc", "aum": 457061311.0, "er": 0.6525, "size": 6989.0}, {"fee": 246.132856926, "name": "Quiktrip Corporation", "url": "https://futureadvisor.com/401k/quiktrip-corporation", "aum": 456494993.0, "er": 0.324285714, "size": 7294.0}, {"fee": 509.328947688, "name": "Hawker Beechcraft Corporation", "url": "https://futureadvisor.com/401k/hawker-beechcraft-corporation", "aum": 455022361.0, "er": 0.671052632, "size": 7415.0}, {"fee": 607.2, "name": "Evonik Degussa Corporation", "url": "https://futureadvisor.com/401k/evonik-degussa-corporation", "aum": 454471994.0, "er": 0.8, "size": 4793.0}, {"fee": 514.952307342, "name": "Compass Group Usa, Inc.", "url": "https://futureadvisor.com/401k/compass-group-usa-inc", "aum": 453814541.0, "er": 0.678461538, "size": 17625.0}, {"fee": 362.32263153900004, "name": "Cgi", "url": "https://futureadvisor.com/401k/cgi", "aum": 449045327.0, "er": 0.477368421, "size": 9333.0}, {"fee": 397.2099997469999, "name": "Carpenter Technology Corporation", "url": "https://futureadvisor.com/401k/carpenter-technology-corporation", "aum": 447620000.0, "er": 0.523333333, "size": 3407.0}, {"fee": 189.27562500000002, "name": "M I L.L.C.", "url": "https://futureadvisor.com/401k/m-i-l-l-c", "aum": 446776838.0, "er": 0.249375, "size": 3871.0}, {"fee": 137.20384632900002, "name": "Officemax Incorporated", "url": "https://futureadvisor.com/401k/officemax-incorporated", "aum": 446758040.0, "er": 0.180769231, "size": 9259.0}, {"fee": 699.798, "name": "Trustees Electrical Workers Local 292 Defined Contribution And 401 K Pl", "url": "https://futureadvisor.com/401k/trustees-electrical-workers-local-292-defined-contribution-and-401-k-pl", "aum": 445464755.0, "er": 0.922, "size": 5955.0}, {"fee": 374.37675, "name": "Nv Energy, Inc.", "url": "https://futureadvisor.com/401k/nv-energy-inc", "aum": 441037265.0, "er": 0.49325, "size": 3386.0}, {"fee": 634.0179997470001, "name": "Parsons Corporation", "url": "https://futureadvisor.com/401k/parsons-corporation", "aum": 438962430.0, "er": 0.835333333, "size": 9053.0}, {"fee": 499.253333502, "name": "Compuware Corporation Tax Department 14 W", "url": "https://futureadvisor.com/401k/compuware-corporation-tax-department-14-w", "aum": 438764555.0, "er": 0.6577777779999999, "size": 7137.0}, {"fee": 476.2724999999999, "name": "Lifepoint Hospitals, Inc.", "url": "https://futureadvisor.com/401k/lifepoint-hospitals-inc", "aum": 438094333.0, "er": 0.6275, "size": 21220.0}, {"fee": 688.7925, "name": "Vanguard Health Management, Inc.", "url": "https://futureadvisor.com/401k/vanguard-health-management-inc", "aum": 437890463.0, "er": 0.9075, "size": 13370.0}, {"fee": 599.61, "name": "Kennametal Inc.", "url": "https://futureadvisor.com/401k/kennametal-inc", "aum": 437141858.0, "er": 0.79, "size": 5499.0}, {"fee": 546.9354000000001, "name": "Convergys Corporation", "url": "https://futureadvisor.com/401k/convergys-corporation", "aum": 435429842.0, "er": 0.7206, "size": 12336.0}, {"fee": 691.857692658, "name": "Great West Life & Annuity Insurance Company", "url": "https://futureadvisor.com/401k/great-west-life-annuity-insurance-company", "aum": 432269787.0, "er": 0.911538462, "size": 5534.0}, {"fee": 309.67199999999997, "name": "Wesco Distribution, Inc.", "url": "https://futureadvisor.com/401k/wesco-distribution-inc", "aum": 432187816.0, "er": 0.408, "size": 7513.0}, {"fee": 600.3689999999999, "name": "Southern Wine And Spirits Of America, Inc.", "url": "https://futureadvisor.com/401k/southern-wine-and-spirits-of-america-inc", "aum": 431828412.0, "er": 0.7909999999999999, "size": 5570.0}, {"fee": 748.2142107660001, "name": "Jacobs Engineering Group, Inc.", "url": "https://futureadvisor.com/401k/jacobs-engineering-group-inc", "aum": 431464800.0, "er": 0.985789474, "size": 7810.0}, {"fee": 274.3785, "name": "National Railroad Passenger Corporation", "url": "https://futureadvisor.com/401k/national-railroad-passenger-corporation", "aum": 430376494.0, "er": 0.3615, "size": 8852.0}, {"fee": 633.1325002530001, "name": "Legg Mason & Co., Llc", "url": "https://futureadvisor.com/401k/legg-mason-co-llc", "aum": 424076341.0, "er": 0.8341666670000001, "size": 3731.0}, {"fee": 542.142856926, "name": "Lee Enterprises, Inc.", "url": "https://futureadvisor.com/401k/lee-enterprises-inc", "aum": 422947068.0, "er": 0.7142857140000001, "size": 9675.0}, {"fee": 499.559999862, "name": "Bj Services Company Usa", "url": "https://futureadvisor.com/401k/bj-services-company-usa", "aum": 421496936.0, "er": 0.658181818, "size": 7311.0}, {"fee": 422.0040000000001, "name": "Auto Club Insurance Association", "url": "https://futureadvisor.com/401k/auto-club-insurance-association", "aum": 421183483.0, "er": 0.556, "size": 5420.0}, {"fee": 265.17562499999997, "name": "Cal St Auto Assoc Inter Ins Bureau", "url": "https://futureadvisor.com/401k/cal-st-auto-assoc-inter-ins-bureau", "aum": 418314714.0, "er": 0.349375, "size": 5909.0}, {"fee": 646.901538228, "name": "Great Plains Energy Incorporated", "url": "https://futureadvisor.com/401k/great-plains-energy-incorporated", "aum": 412261512.0, "er": 0.852307692, "size": 4247.0}, {"fee": 458.0565, "name": "New York Life Insurance Company", "url": "https://futureadvisor.com/401k/new-york-life-insurance-company", "aum": 411709250.0, "er": 0.6035, "size": 8207.0}, {"fee": 1089.165, "name": "The Manitowoc Company, Inc.", "url": "https://futureadvisor.com/401k/the-manitowoc-company-inc", "aum": 411293236.0, "er": 1.435, "size": 6069.0}, {"fee": 561.66, "name": "The Servicemaster Company", "url": "https://futureadvisor.com/401k/the-servicemaster-company", "aum": 410459584.0, "er": 0.74, "size": 21358.0}, {"fee": 743.2778569260001, "name": "Volvo Group North America, Llc", "url": "https://futureadvisor.com/401k/volvo-group-north-america-llc", "aum": 408333215.0, "er": 0.9792857140000001, "size": 4377.0}, {"fee": 204.423999747, "name": "Mccormick & Company Incorporated", "url": "https://futureadvisor.com/401k/mccormick-company-incorporated", "aum": 407995133.0, "er": 0.269333333, "size": 3477.0}, {"fee": 476.971579227, "name": "Luxottica U.S. Holdings Corp. Attn Scott Hakes", "url": "https://futureadvisor.com/401k/luxottica-u-s-holdings-corp-attn-scott-hakes", "aum": 407528620.0, "er": 0.628421053, "size": 11178.0}, {"fee": 291.672856926, "name": "The Aes Corporation", "url": "https://futureadvisor.com/401k/the-aes-corporation", "aum": 407083306.0, "er": 0.384285714, "size": 3114.0}, {"fee": 1178.727, "name": "Esri 401 K Profit Sharing Plan", "url": "https://futureadvisor.com/401k/esri-401-k-profit-sharing-plan", "aum": 406859614.0, "er": 1.5530000000000002, "size": 3517.0}, {"fee": 129.873333249, "name": "Munich Reinsurance America, Inc.", "url": "https://futureadvisor.com/401k/munich-reinsurance-america-inc", "aum": 406249709.0, "er": 0.171111111, "size": 3141.0}, {"fee": 818.77125, "name": "Ivz, Inc.", "url": "https://futureadvisor.com/401k/ivz-inc", "aum": 405463222.0, "er": 1.07875, "size": 6275.0}, {"fee": 553.527856926, "name": "Td Ameritrade Holding Corporation", "url": "https://futureadvisor.com/401k/td-ameritrade-holding-corporation", "aum": 403300777.0, "er": 0.7292857140000001, "size": 7496.0}, {"fee": 569.724375, "name": "Ace Hardware Corporation", "url": "https://futureadvisor.com/401k/ace-hardware-corporation", "aum": 402118161.0, "er": 0.750625, "size": 4887.0}, {"fee": 541.841666751, "name": "Trw Automotive Us Llc", "url": "https://futureadvisor.com/401k/trw-automotive-us-llc", "aum": 401327271.0, "er": 0.713888889, "size": 3889.0}, {"fee": 642.6200002530001, "name": "Edo Corporation", "url": "https://futureadvisor.com/401k/edo-corporation", "aum": 400064671.0, "er": 0.846666667, "size": 3246.0}, {"fee": 480.447, "name": "Teachers Insurance & Annuity Association Of America", "url": "https://futureadvisor.com/401k/teachers-insurance-annuity-association-of-america", "aum": 399573025.0, "er": 0.633, "size": 9412.0}, {"fee": 560.8166667510001, "name": "First Horizon National Corporation", "url": "https://futureadvisor.com/401k/first-horizon-national-corporation", "aum": 398682758.0, "er": 0.738888889, "size": 7796.0}, {"fee": 475.64000025300004, "name": "Blue Cross And Blue Shield Of Florida, Inc.", "url": "https://futureadvisor.com/401k/blue-cross-and-blue-shield-of-florida-inc", "aum": 396583394.0, "er": 0.6266666670000001, "size": 6301.0}, {"fee": 773.381052312, "name": "City National Corporation", "url": "https://futureadvisor.com/401k/city-national-corporation", "aum": 396222593.0, "er": 1.018947368, "size": 3519.0}, {"fee": 530.9205000000001, "name": "Oce Usa Holding, Inc.", "url": "https://futureadvisor.com/401k/oce-usa-holding-inc", "aum": 394174962.0, "er": 0.6995, "size": 4179.0}, {"fee": 446.292, "name": "The Dow Chemical Company", "url": "https://futureadvisor.com/401k/the-dow-chemical-company", "aum": 8311652624.0, "er": 0.588, "size": 38628.0}, {"fee": 192.279999747, "name": "Cargill, Incorporated", "url": "https://futureadvisor.com/401k/cargill-incorporated", "aum": 5071190490.0, "er": 0.253333333, "size": 37528.0}, {"fee": 572.502856926, "name": "Southern California Edison Company", "url": "https://futureadvisor.com/401k/southern-california-edison-company", "aum": 3717489821.0, "er": 0.7542857140000001, "size": 21453.0}, {"fee": 647.4269999999999, "name": "Bayer Corporation", "url": "https://futureadvisor.com/401k/bayer-corporation", "aum": 3307555268.0, "er": 0.853, "size": 19743.0}, {"fee": 490.187499747, "name": "Johnson Controls, Inc.", "url": "https://futureadvisor.com/401k/johnson-controls-inc", "aum": 2940906894.0, "er": 0.645833333, "size": 30847.0}, {"fee": 192.786, "name": "Hartford Fire Insurance Company", "url": "https://futureadvisor.com/401k/hartford-fire-insurance-company", "aum": 2847301000.0, "er": 0.254, "size": 37380.0}, {"fee": 441.57535692600004, "name": "Marathon Oil Company", "url": "https://futureadvisor.com/401k/marathon-oil-company", "aum": 2592284643.0, "er": 0.581785714, "size": 11664.0}, {"fee": 346.104, "name": "Colgate Palmolive Company", "url": "https://futureadvisor.com/401k/colgate-palmolive-company", "aum": 2387643030.0, "er": 0.456, "size": 7192.0}, {"fee": 219.419999931, "name": "Mckesson Corporation", "url": "https://futureadvisor.com/401k/mckesson-corporation", "aum": 2377656000.0, "er": 0.289090909, "size": 20877.0}, {"fee": 366.006666498, "name": "Occidental Petroleum Corporation", "url": "https://futureadvisor.com/401k/occidental-petroleum-corporation", "aum": 2326184571.0, "er": 0.48222222200000003, "size": 10179.0}, {"fee": 167.739, "name": "Schering Corporation", "url": "https://futureadvisor.com/401k/schering-corporation", "aum": 2273062248.0, "er": 0.221, "size": 16148.0}, {"fee": 471.52874999999995, "name": "Danaher Corporation", "url": "https://futureadvisor.com/401k/danaher-corporation", "aum": 2232195402.0, "er": 0.62125, "size": 26491.0}, {"fee": 391.64400000000006, "name": "R.R. Donnelley & Sons Company", "url": "https://futureadvisor.com/401k/r-r-donnelley-sons-company", "aum": 2101941914.0, "er": 0.516, "size": 35114.0}, {"fee": 129.873333249, "name": "Dominion Resources, Inc.", "url": "https://futureadvisor.com/401k/dominion-resources-inc", "aum": 2025123536.0, "er": 0.171111111, "size": 12059.0}, {"fee": 536.7214284629999, "name": "Goodrich Corporation", "url": "https://futureadvisor.com/401k/goodrich-corporation", "aum": 1988296571.0, "er": 0.707142857, "size": 19957.0}, {"fee": 429.71076911399996, "name": "Deseret Mutual Benefit Administrators", "url": "https://futureadvisor.com/401k/deseret-mutual-benefit-administrators", "aum": 1862703790.0, "er": 0.566153846, "size": 19854.0}, {"fee": 624.7768423050001, "name": "Bb & T Corporation", "url": "https://futureadvisor.com/401k/bb-t-corporation", "aum": 1853923731.0, "er": 0.823157895, "size": 28138.0}, {"fee": 543.444, "name": "Baxter International Inc.", "url": "https://futureadvisor.com/401k/baxter-international-inc", "aum": 1810086331.0, "er": 0.716, "size": 24403.0}, {"fee": 629.211, "name": "Nike, Inc.", "url": "https://futureadvisor.com/401k/nike-inc", "aum": 1775734329.0, "er": 0.8290000000000001, "size": 15428.0}, {"fee": 366.597, "name": "Chrysler Group Llc Cims 485 07 90", "url": "https://futureadvisor.com/401k/chrysler-group-llc-cims-485-07-90", "aum": 1770530383.0, "er": 0.483, "size": 28694.0}, {"fee": 326.769473844, "name": "Sysco Corporation", "url": "https://futureadvisor.com/401k/sysco-corporation", "aum": 1646925014.0, "er": 0.430526316, "size": 36885.0}, {"fee": 708.548823708, "name": "Pearson Inc.", "url": "https://futureadvisor.com/401k/pearson-inc", "aum": 1639511364.0, "er": 0.9335294120000001, "size": 23793.0}, {"fee": 491.073, "name": "Progress Energy, Inc", "url": "https://futureadvisor.com/401k/progress-energy-inc", "aum": 1634850830.0, "er": 0.647, "size": 11168.0}, {"fee": 461.90571461099995, "name": "Reynolds American Inc.", "url": "https://futureadvisor.com/401k/reynolds-american-inc", "aum": 1614164730.0, "er": 0.6085714289999999, "size": 10760.0}, {"fee": 117.93692278500001, "name": "National Grid Usa Service Company, Inc.", "url": "https://futureadvisor.com/401k/national-grid-usa-service-company-inc", "aum": 1582393866.0, "er": 0.155384615, "size": 12065.0}, {"fee": 236.301999747, "name": "The Savannah River Nuclear Solutions Company, Llc", "url": "https://futureadvisor.com/401k/the-savannah-river-nuclear-solutions-company-llc", "aum": 1538145128.0, "er": 0.311333333, "size": 10215.0}, {"fee": 249.927856926, "name": "Farmers Group, Inc.", "url": "https://futureadvisor.com/401k/farmers-group-inc", "aum": 1535049837.0, "er": 0.329285714, "size": 25644.0}, {"fee": 392.78249999999997, "name": "The Northern Trust Company C/O Kimberly Soppi", "url": "https://futureadvisor.com/401k/the-northern-trust-company-c-o-kimberly-soppi", "aum": 1517354146.0, "er": 0.5175, "size": 10631.0}, {"fee": 115.920000207, "name": "National Grid Usa Service Company, Inc.", "url": "https://futureadvisor.com/401k/national-grid-usa-service-company-inc", "aum": 1502960405.0, "er": 0.152727273, "size": 8612.0}, {"fee": 531.6795, "name": "Charles River Laboratories, Inc.", "url": "https://futureadvisor.com/401k/charles-river-laboratories-inc", "aum": 163040346.0, "er": 0.7005, "size": 4309.0}, {"fee": 598.6612499999999, "name": "Global Imaging Systems, Inc.", "url": "https://futureadvisor.com/401k/global-imaging-systems-inc", "aum": 206594141.0, "er": 0.78875, "size": 6128.0}, {"fee": 538.1310000000001, "name": "Bridgestone Americas, Inc.", "url": "https://futureadvisor.com/401k/bridgestone-americas-inc", "aum": 159828497.0, "er": 0.7090000000000001, "size": 3448.0}, {"fee": 538.1310000000001, "name": "Bridgestone Americas, Inc.", "url": "https://futureadvisor.com/401k/bridgestone-americas-inc", "aum": 201278670.0, "er": 0.7090000000000001, "size": 19068.0}, {"fee": 527.979375, "name": "Cooperative Banks Employees Retirement Association", "url": "https://futureadvisor.com/401k/cooperative-banks-employees-retirement-association", "aum": 304609051.0, "er": 0.695625, "size": 4241.0}, {"fee": 510.4275, "name": "Valmont Industries, Inc.", "url": "https://futureadvisor.com/401k/valmont-industries-inc", "aum": 296799494.0, "er": 0.6725, "size": 4373.0}, {"fee": 549.009999747, "name": "Stifel Nicolaus & Co. Inc.", "url": "https://futureadvisor.com/401k/stifel-nicolaus-co-inc", "aum": 293921379.0, "er": 0.723333333, "size": 4884.0}, {"fee": 508.53000000000003, "name": "Wawa, Inc.", "url": "https://futureadvisor.com/401k/wawa-inc", "aum": 182597855.0, "er": 0.67, "size": 8639.0}, {"fee": 322.57500000000005, "name": "Nationwide Children's Hospital, Inc.", "url": "https://futureadvisor.com/401k/nationwide-children-s-hospital-inc", "aum": 181313358.0, "er": 0.425, "size": 9312.0}, {"fee": 129.873333249, "name": "Dominion Resources, Inc.", "url": "https://futureadvisor.com/401k/dominion-resources-inc", "aum": 287197550.0, "er": 0.171111111, "size": 3453.0}, {"fee": 547.860000138, "name": "Carestream Health, Inc.", "url": "https://futureadvisor.com/401k/carestream-health-inc", "aum": 179571656.0, "er": 0.721818182, "size": 3253.0}, {"fee": 808.934210766, "name": "Republic Airways Holdings, Inc.", "url": "https://futureadvisor.com/401k/republic-airways-holdings-inc", "aum": 272070660.0, "er": 1.065789474, "size": 7356.0}, {"fee": 868.1062499999999, "name": "Liz Claiborne, Inc.", "url": "https://futureadvisor.com/401k/liz-claiborne-inc", "aum": 175112295.0, "er": 1.14375, "size": 5077.0}, {"fee": 130.548, "name": "Meredith Corporation", "url": "https://futureadvisor.com/401k/meredith-corporation", "aum": 265344197.0, "er": 0.172, "size": 4228.0}, {"fee": 525.2912497469999, "name": "Chicago Mercantile Exchange, Inc.", "url": "https://futureadvisor.com/401k/chicago-mercantile-exchange-inc", "aum": 260171074.0, "er": 0.692083333, "size": 3134.0}, {"fee": 497.90399999999994, "name": "Baptist Healthcare System, Inc.", "url": "https://futureadvisor.com/401k/baptist-healthcare-system-inc", "aum": 166285787.0, "er": 0.6559999999999999, "size": 9002.0}, {"fee": 491.117647416, "name": "Arvest Bank Group, Inc.", "url": "https://futureadvisor.com/401k/arvest-bank-group-inc", "aum": 256167524.0, "er": 0.647058824, "size": 4888.0}, {"fee": 555.9675000000001, "name": "Northwestern Memorial Hospital", "url": "https://futureadvisor.com/401k/northwestern-memorial-hospital", "aum": 255824529.0, "er": 0.7325, "size": 5887.0}, {"fee": 555.4500001380001, "name": "Serco Inc.", "url": "https://futureadvisor.com/401k/serco-inc", "aum": 245810694.0, "er": 0.731818182, "size": 11586.0}, {"fee": 607.7060002530001, "name": "Radioshack Corporation", "url": "https://futureadvisor.com/401k/radioshack-corporation", "aum": 240428595.0, "er": 0.800666667, "size": 6083.0}, {"fee": 598.977500253, "name": "Cabelas Incorporated", "url": "https://futureadvisor.com/401k/cabelas-incorporated", "aum": 235646140.0, "er": 0.789166667, "size": 5574.0}, {"fee": 171.11999965500002, "name": "Board Of Trustees Umwa Cash Deferred Savings Plan Of 1988", "url": "https://futureadvisor.com/401k/board-of-trustees-umwa-cash-deferred-savings-plan-of-1988", "aum": 233630022.0, "er": 0.225454545, "size": 6458.0}, {"fee": 236.374285389, "name": "Board Of Trustees Of M.M.&P. Individual Retirement Account Plan", "url": "https://futureadvisor.com/401k/board-of-trustees-of-m-m-p-individual-retirement-account-plan", "aum": 231505303.0, "er": 0.311428571, "size": 4220.0}, {"fee": 625.1763161489998, "name": "American Builders&Contractorssupply Co.,", "url": "https://futureadvisor.com/401k/american-builders-contractorssupply-co", "aum": 227409191.0, "er": 0.8236842109999999, "size": 4816.0}, {"fee": 490.67117629200004, "name": "Electrolux Home Products, Inc.", "url": "https://futureadvisor.com/401k/electrolux-home-products-inc", "aum": 221520436.0, "er": 0.646470588, "size": 3408.0}, {"fee": 597.858461772, "name": "Apogee Enterprises, Inc.", "url": "https://futureadvisor.com/401k/apogee-enterprises-inc", "aum": 219798671.0, "er": 0.787692308, "size": 3832.0}, {"fee": 211.321579227, "name": "John Wiley & Sons, Inc.", "url": "https://futureadvisor.com/401k/john-wiley-sons-inc", "aum": 218858804.0, "er": 0.27842105300000003, "size": 3275.0}, {"fee": 719.423571537, "name": "Abm Industries Incorporated", "url": "https://futureadvisor.com/401k/abm-industries-incorporated", "aum": 165916573.0, "er": 0.947857143, "size": 4697.0}, {"fee": 428.41333299599995, "name": "Grand Trunk Corporation", "url": "https://futureadvisor.com/401k/grand-trunk-corporation", "aum": 217335809.0, "er": 0.5644444439999999, "size": 3752.0}, {"fee": 466.785, "name": "Masco Corporation", "url": "https://futureadvisor.com/401k/masco-corporation", "aum": 164066930.0, "er": 0.615, "size": 8767.0}, {"fee": 695.244, "name": "Matheson Tri Gas, Inc.", "url": "https://futureadvisor.com/401k/matheson-tri-gas-inc", "aum": 163258597.0, "er": 0.9159999999999999, "size": 3072.0}, {"fee": 612.8925, "name": "Schreiber Foods, Inc.", "url": "https://futureadvisor.com/401k/schreiber-foods-inc", "aum": 211263734.0, "er": 0.8075, "size": 6410.0}, {"fee": 693.942856926, "name": "Pfizer Pharmaceuticals Llc", "url": "https://futureadvisor.com/401k/pfizer-pharmaceuticals-llc", "aum": 200867818.0, "er": 0.914285714, "size": 4191.0}, {"fee": 781.77, "name": "Dollar Tree, Inc.", "url": "https://futureadvisor.com/401k/dollar-tree-inc", "aum": 196212895.0, "er": 1.03, "size": 26678.0}, {"fee": 625.416, "name": "The Board Of Trustees Of The Communications Workers Of America ", "url": "https://futureadvisor.com/401k/the-board-of-trustees-of-the-communications-workers-of-america", "aum": 153307396.0, "er": 0.8240000000000001, "size": 6157.0}, {"fee": 651.5415792269999, "name": "Zf Group North American Operations", "url": "https://futureadvisor.com/401k/zf-group-north-american-operations", "aum": 194321151.0, "er": 0.8584210529999999, "size": 3316.0}, {"fee": 515.536153671, "name": "Curtiss Wright Corporation", "url": "https://futureadvisor.com/401k/curtiss-wright-corporation", "aum": 152701493.0, "er": 0.679230769, "size": 3372.0}, {"fee": 524.184375, "name": "Carefirst, Inc.", "url": "https://futureadvisor.com/401k/carefirst-inc", "aum": 313670659.0, "er": 0.690625, "size": 5991.0}, {"fee": 666.9080002530001, "name": "Bose Corporation", "url": "https://futureadvisor.com/401k/bose-corporation", "aum": 312064447.0, "er": 0.8786666670000001, "size": 6216.0}, {"fee": 437.94300000000004, "name": "Wyle Inc.", "url": "https://futureadvisor.com/401k/wyle-inc", "aum": 293420433.0, "er": 0.5770000000000001, "size": 4170.0}, {"fee": 673.9920000000001, "name": "Solo Cup Company", "url": "https://futureadvisor.com/401k/solo-cup-company", "aum": 290841714.0, "er": 0.888, "size": 6843.0}, {"fee": 212.52000000000004, "name": "Adc Telecommunications, Inc.", "url": "https://futureadvisor.com/401k/adc-telecommunications-inc", "aum": 277057966.0, "er": 0.28, "size": 3853.0}, {"fee": 579.1170000000001, "name": "Ahs Management Company, Inc.", "url": "https://futureadvisor.com/401k/ahs-management-company-inc", "aum": 176716198.0, "er": 0.763, "size": 4501.0}, {"fee": 741.5429999999999, "name": "Olympus Corporation Of The Americas", "url": "https://futureadvisor.com/401k/olympus-corporation-of-the-americas", "aum": 270434272.0, "er": 0.977, "size": 4483.0}, {"fee": 491.4525, "name": "Apl Limited", "url": "https://futureadvisor.com/401k/apl-limited", "aum": 263332493.0, "er": 0.6475, "size": 3216.0}, {"fee": 739.6800003449999, "name": "Ble Csx Transportation, Inc. 401", "url": "https://futureadvisor.com/401k/ble-csx-transportation-inc-401", "aum": 263132171.0, "er": 0.974545455, "size": 5251.0}, {"fee": 682.5939997469999, "name": "Southern Union Company", "url": "https://futureadvisor.com/401k/southern-union-company", "aum": 259577391.0, "er": 0.899333333, "size": 3183.0}, {"fee": 485.069999931, "name": "American Air Liquide Holdings, Inc.", "url": "https://futureadvisor.com/401k/american-air-liquide-holdings-inc", "aum": 172334489.0, "er": 0.639090909, "size": 3913.0}, {"fee": 530.034999747, "name": "Safety Kleen Systems, Inc.", "url": "https://futureadvisor.com/401k/safety-kleen-systems-inc", "aum": 166151676.0, "er": 0.698333333, "size": 4145.0}, {"fee": 368.115, "name": "Talecris Biotherapeutics Holdings Corp.", "url": "https://futureadvisor.com/401k/talecris-biotherapeutics-holdings-corp", "aum": 255152340.0, "er": 0.485, "size": 4819.0}, {"fee": 217.87764741599997, "name": "Amec E And C Services, Inc.", "url": "https://futureadvisor.com/401k/amec-e-and-c-services-inc", "aum": 252265917.0, "er": 0.287058824, "size": 3615.0}, {"fee": 703.0736838510002, "name": "Flowers Foods, Inc.", "url": "https://futureadvisor.com/401k/flowers-foods-inc", "aum": 235326883.0, "er": 0.9263157890000001, "size": 8484.0}, {"fee": 670.449999747, "name": "The Standard Register Company", "url": "https://futureadvisor.com/401k/the-standard-register-company", "aum": 233613815.0, "er": 0.8833333329999999, "size": 4666.0}, {"fee": 237.819999747, "name": "Conagra Foods, Inc.", "url": "https://futureadvisor.com/401k/conagra-foods-inc", "aum": 227045991.0, "er": 0.313333333, "size": 10272.0}, {"fee": 555.425356926, "name": "United Stationers Supply Co", "url": "https://futureadvisor.com/401k/united-stationers-supply-co", "aum": 219758207.0, "er": 0.731785714, "size": 5198.0}, {"fee": 592.3995, "name": "Prohealth Care, Inc.", "url": "https://futureadvisor.com/401k/prohealth-care-inc", "aum": 212065172.0, "er": 0.7805, "size": 5383.0}, {"fee": 554.07, "name": "Safelite Group, Inc.", "url": "https://futureadvisor.com/401k/safelite-group-inc", "aum": 159450824.0, "er": 0.73, "size": 10964.0}, {"fee": 483.86249999999995, "name": "Husqvarna Consumer Outdoor Products N.A., Inc.", "url": "https://futureadvisor.com/401k/husqvarna-consumer-outdoor-products-n-a-inc", "aum": 158645586.0, "er": 0.6375, "size": 8798.0}, {"fee": 484.336875, "name": "Anixter Inc.", "url": "https://futureadvisor.com/401k/anixter-inc", "aum": 201232865.0, "er": 0.638125, "size": 4727.0}, {"fee": 536.9925000000001, "name": "Owens & Minor, Inc.", "url": "https://futureadvisor.com/401k/owens-minor-inc", "aum": 198587546.0, "er": 0.7075, "size": 5128.0}, {"fee": 715.211538228, "name": "Virtua Health Inc.", "url": "https://futureadvisor.com/401k/virtua-health-inc", "aum": 197615301.0, "er": 0.942307692, "size": 10463.0}, {"fee": 717.4547369219999, "name": "Wasco Llc", "url": "https://futureadvisor.com/401k/wasco-llc", "aum": 195641557.0, "er": 0.9452631579999999, "size": 4143.0}, {"fee": 703.7014284630001, "name": "Otter Tail Corporation", "url": "https://futureadvisor.com/401k/otter-tail-corporation", "aum": 195125523.0, "er": 0.927142857, "size": 4095.0}, {"fee": 673.883571537, "name": "Cardinal Glass Industries", "url": "https://futureadvisor.com/401k/cardinal-glass-industries", "aum": 192388697.0, "er": 0.887857143, "size": 4936.0}, {"fee": 510.698571537, "name": "Msc Industrial Direct Co., Inc.", "url": "https://futureadvisor.com/401k/msc-industrial-direct-co-inc", "aum": 151624018.0, "er": 0.672857143, "size": 3169.0}, {"fee": 645.909, "name": "Alere Inc.", "url": "https://futureadvisor.com/401k/alere-inc", "aum": 187269097.0, "er": 0.851, "size": 5729.0}, {"fee": 698.970000069, "name": "Alion Science And Technology Corporation", "url": "https://futureadvisor.com/401k/alion-science-and-technology-corporation", "aum": 309708778.0, "er": 0.920909091, "size": 6184.0}, {"fee": 691.196000253, "name": "Mustang Engineering, L.P.", "url": "https://futureadvisor.com/401k/mustang-engineering-l-p", "aum": 307712452.0, "er": 0.910666667, "size": 3431.0}, {"fee": 683.6421430739999, "name": "Aker Business Services, Inc.", "url": "https://futureadvisor.com/401k/aker-business-services-inc", "aum": 293970456.0, "er": 0.9007142859999999, "size": 3550.0}, {"fee": 642.114, "name": "Health First, Inc.", "url": "https://futureadvisor.com/401k/health-first-inc", "aum": 289236005.0, "er": 0.846, "size": 5843.0}, {"fee": 635.030000253, "name": "Clayton Homes, Inc.", "url": "https://futureadvisor.com/401k/clayton-homes-inc", "aum": 288292016.0, "er": 0.836666667, "size": 11294.0}, {"fee": 441.387692658, "name": "Tsvc, Inc.", "url": "https://futureadvisor.com/401k/tsvc-inc", "aum": 177002751.0, "er": 0.581538462, "size": 3429.0}, {"fee": 729.272499747, "name": "Aaf Mcquay Inc.", "url": "https://futureadvisor.com/401k/aaf-mcquay-inc", "aum": 168883436.0, "er": 0.960833333, "size": 3810.0}, {"fee": 543.7391667510001, "name": "Michael Baker Corporation", "url": "https://futureadvisor.com/401k/michael-baker-corporation", "aum": 257819729.0, "er": 0.7163888890000001, "size": 3250.0}, {"fee": 491.073, "name": "Gilead Sciences, Inc.", "url": "https://futureadvisor.com/401k/gilead-sciences-inc", "aum": 248844618.0, "er": 0.647, "size": 3543.0}, {"fee": 471.339, "name": "The Mary Imogene Bassett Hospital", "url": "https://futureadvisor.com/401k/the-mary-imogene-bassett-hospital", "aum": 247780120.0, "er": 0.621, "size": 3765.0}, {"fee": 251.481999747, "name": "Merrill Communications Llc", "url": "https://futureadvisor.com/401k/merrill-communications-llc", "aum": 242895302.0, "er": 0.331333333, "size": 3966.0}, {"fee": 860.1999997469999, "name": "Usi Holdings Corporation", "url": "https://futureadvisor.com/401k/usi-holdings-corporation", "aum": 241731164.0, "er": 1.133333333, "size": 3856.0}, {"fee": 237.39833350199999, "name": "Esterline Technologies Corporation", "url": "https://futureadvisor.com/401k/esterline-technologies-corporation", "aum": 238569434.0, "er": 0.312777778, "size": 4676.0}, {"fee": 703.534615443, "name": "Advantage Sales & Marketing, Llc", "url": "https://futureadvisor.com/401k/advantage-sales-marketing-llc", "aum": 234605917.0, "er": 0.926923077, "size": 5734.0}, {"fee": 382.78899974699993, "name": "Los Alamos National Security Llc Attn Lou Polito", "url": "https://futureadvisor.com/401k/los-alamos-national-security-llc-attn-lou-polito", "aum": 230634650.0, "er": 0.5043333329999999, "size": 4579.0}, {"fee": 522.951, "name": "Veolia Es Solid Waste, Inc.", "url": "https://futureadvisor.com/401k/veolia-es-solid-waste-inc", "aum": 227690737.0, "er": 0.6890000000000001, "size": 4794.0}, {"fee": 545.847500253, "name": "Aflac Incorporated", "url": "https://futureadvisor.com/401k/aflac-incorporated", "aum": 225327215.0, "er": 0.719166667, "size": 4596.0}, {"fee": 676.521999747, "name": "Fulton Financial Corporation", "url": "https://futureadvisor.com/401k/fulton-financial-corporation", "aum": 223862138.0, "er": 0.891333333, "size": 3636.0}, {"fee": 214.03799999999998, "name": "Emerson Electric Company", "url": "https://futureadvisor.com/401k/emerson-electric-company", "aum": 221889519.0, "er": 0.282, "size": 8584.0}, {"fee": 173.62125, "name": "Idex Corporation", "url": "https://futureadvisor.com/401k/idex-corporation", "aum": 209091775.0, "er": 0.22875, "size": 3254.0}, {"fee": 552.2841177810001, "name": "Schenker, Inc", "url": "https://futureadvisor.com/401k/schenker-inc", "aum": 208815828.0, "er": 0.727647059, "size": 7754.0}, {"fee": 273.661667004, "name": "Bryanlgh Health System", "url": "https://futureadvisor.com/401k/bryanlgh-health-system", "aum": 201618551.0, "er": 0.360555556, "size": 3792.0}, {"fee": 523.71, "name": "The Pep Boys Manny, Moe And Jack", "url": "https://futureadvisor.com/401k/the-pep-boys-manny-moe-and-jack", "aum": 154359278.0, "er": 0.69, "size": 4698.0}, {"fee": 513.590000253, "name": "Freeman Decorating Co.", "url": "https://futureadvisor.com/401k/freeman-decorating-co", "aum": 193360826.0, "er": 0.676666667, "size": 4081.0}, {"fee": 352.392856926, "name": "Alaska Airlines, Inc.", "url": "https://futureadvisor.com/401k/alaska-airlines-inc", "aum": 192378570.0, "er": 0.46428571399999996, "size": 4699.0}, {"fee": 494.29875, "name": "North Memorial Health Care", "url": "https://futureadvisor.com/401k/north-memorial-health-care", "aum": 151022353.0, "er": 0.65125, "size": 3380.0}, {"fee": 472.098, "name": "Praxair Distribution, Inc.", "url": "https://futureadvisor.com/401k/praxair-distribution-inc", "aum": 187329164.0, "er": 0.622, "size": 3298.0}, {"fee": 493.7295, "name": "Childrens National Medical Center", "url": "https://futureadvisor.com/401k/childrens-national-medical-center", "aum": 187041031.0, "er": 0.6505, "size": 3232.0}, {"fee": 183.052941489, "name": "Save Mart Supermarkets", "url": "https://futureadvisor.com/401k/save-mart-supermarkets", "aum": 186556160.0, "er": 0.241176471, "size": 5224.0}, {"fee": 626.8447059270001, "name": "Dairy Farmers Of America, Inc.", "url": "https://futureadvisor.com/401k/dairy-farmers-of-america-inc", "aum": 186284914.0, "er": 0.825882353, "size": 3437.0}, {"fee": 147.75200025299998, "name": "Steris Corporation", "url": "https://futureadvisor.com/401k/steris-corporation", "aum": 297860422.0, "er": 0.194666667, "size": 3836.0}, {"fee": 630.2071875, "name": "Cdw Llc", "url": "https://futureadvisor.com/401k/cdw-llc", "aum": 292335077.0, "er": 0.8303125, "size": 6218.0}, {"fee": 633.3855, "name": "Intermec, Inc", "url": "https://futureadvisor.com/401k/intermec-inc", "aum": 280491312.0, "er": 0.8345, "size": 3138.0}, {"fee": 516.12, "name": "Pall Corporation", "url": "https://futureadvisor.com/401k/pall-corporation", "aum": 278270548.0, "er": 0.68, "size": 3488.0}, {"fee": 524.8485000000001, "name": "Crawford & Company", "url": "https://futureadvisor.com/401k/crawford-company", "aum": 273739628.0, "er": 0.6915, "size": 5181.0}, {"fee": 575.828000253, "name": "Big Y Foods, Inc.", "url": "https://futureadvisor.com/401k/big-y-foods-inc", "aum": 173568681.0, "er": 0.7586666670000001, "size": 6229.0}, {"fee": 430.8784617719999, "name": "Bunzl Usa, Inc.", "url": "https://futureadvisor.com/401k/bunzl-usa-inc", "aum": 263297551.0, "er": 0.5676923079999999, "size": 3096.0}, {"fee": 510.90187499999996, "name": "Mccain Foods Usa, Inc.", "url": "https://futureadvisor.com/401k/mccain-foods-usa-inc", "aum": 258674499.0, "er": 0.673125, "size": 4885.0}, {"fee": 504.48200025299997, "name": "Yellow Book Usa, Inc.", "url": "https://futureadvisor.com/401k/yellow-book-usa-inc", "aum": 258329541.0, "er": 0.664666667, "size": 7458.0}, {"fee": 497.59147036499996, "name": "Consolidated Electrical Distributor", "url": "https://futureadvisor.com/401k/consolidated-electrical-distributor", "aum": 166796550.0, "er": 0.655588235, "size": 4845.0}, {"fee": 677.196666498, "name": "Amedisys Holding, Inc.", "url": "https://futureadvisor.com/401k/amedisys-holding-inc", "aum": 255352875.0, "er": 0.892222222, "size": 19095.0}, {"fee": 129.873333249, "name": "Estes Express Lines", "url": "https://futureadvisor.com/401k/estes-express-lines", "aum": 248436763.0, "er": 0.171111111, "size": 5780.0}, {"fee": 673.341428463, "name": "Mcjunkin Redman Corporation", "url": "https://futureadvisor.com/401k/mcjunkin-redman-corporation", "aum": 245409471.0, "er": 0.8871428570000001, "size": 3445.0}, {"fee": 651.474999747, "name": "Barry Wehmiller Companies, Inc.", "url": "https://futureadvisor.com/401k/barry-wehmiller-companies-inc", "aum": 243797085.0, "er": 0.8583333329999999, "size": 4379.0}, {"fee": 737.856428463, "name": "Mercury General Corporation", "url": "https://futureadvisor.com/401k/mercury-general-corporation", "aum": 234561209.0, "er": 0.972142857, "size": 5694.0}, {"fee": 473.832856926, "name": "Gtech Corporation", "url": "https://futureadvisor.com/401k/gtech-corporation", "aum": 224373578.0, "er": 0.624285714, "size": 3416.0}, {"fee": 543.950000253, "name": "Carle Holding Company, Inc.", "url": "https://futureadvisor.com/401k/carle-holding-company-inc", "aum": 223707733.0, "er": 0.716666667, "size": 3495.0}, {"fee": 675.0356250000001, "name": "Sedgwick Claims Management Services, Inc.", "url": "https://futureadvisor.com/401k/sedgwick-claims-management-services-inc", "aum": 223266026.0, "er": 0.889375, "size": 7118.0}, {"fee": 586.959999747, "name": "Alliance Coal, Llc", "url": "https://futureadvisor.com/401k/alliance-coal-llc", "aum": 220471506.0, "er": 0.773333333, "size": 3829.0}, {"fee": 507.58125, "name": "Schaeffler Group Usa Inc.", "url": "https://futureadvisor.com/401k/schaeffler-group-usa-inc", "aum": 217846024.0, "er": 0.66875, "size": 4141.0}, {"fee": 563.040000138, "name": "C&S Wholesale Grocers, Inc.", "url": "https://futureadvisor.com/401k/c-s-wholesale-grocers-inc", "aum": 177329672.0, "er": 0.741818182, "size": 4392.0}, {"fee": 607.2, "name": "Unifirst Corporation", "url": "https://futureadvisor.com/401k/unifirst-corporation", "aum": 216339421.0, "er": 0.8, "size": 6646.0}, {"fee": 525.2280000000001, "name": "Harvard Pilgrim Health Care, Inc.", "url": "https://futureadvisor.com/401k/harvard-pilgrim-health-care-inc", "aum": 210263180.0, "er": 0.6920000000000001, "size": 4162.0}, {"fee": 607.2, "name": "Cincinnati Bell Inc.", "url": "https://futureadvisor.com/401k/cincinnati-bell-inc", "aum": 153379694.0, "er": 0.8, "size": 3340.0}, {"fee": 448.75875, "name": "Emc Corporation", "url": "https://futureadvisor.com/401k/emc-corporation", "aum": 2352890440.0, "er": 0.59125, "size": 27672.0}, {"fee": 244.260000138, "name": "American Financial Group, Inc.", "url": "https://futureadvisor.com/401k/american-financial-group-inc", "aum": 707438000.0, "er": 0.321818182, "size": 9078.0}, {"fee": 243.132999747, "name": "Apria Healthcare Group, Inc.", "url": "https://futureadvisor.com/401k/apria-healthcare-group-inc", "aum": 214275695.0, "er": 0.320333333, "size": 5693.0}, {"fee": 520.259999655, "name": "Broadridge Financial Solutions, Inc", "url": "https://futureadvisor.com/401k/broadridge-financial-solutions-inc", "aum": 302468243.0, "er": 0.685454545, "size": 4398.0}, {"fee": 743.8199999999999, "name": "Sabic Innovative Plastics Us Llc", "url": "https://futureadvisor.com/401k/sabic-innovative-plastics-us-llc", "aum": 152564958.0, "er": 0.98, "size": 3984.0}, {"fee": 392.90900025300004, "name": "Continental Tire The Americas, Llc", "url": "https://futureadvisor.com/401k/continental-tire-the-americas-llc", "aum": 243565225.0, "er": 0.5176666670000001, "size": 3236.0}, {"fee": 599.9019227849999, "name": "Simon Property Group, L.P.", "url": "https://futureadvisor.com/401k/simon-property-group-l-p", "aum": 224371647.0, "er": 0.790384615, "size": 4358.0}, {"fee": 746.097, "name": "Cooper Tire & Rubber Company", "url": "https://futureadvisor.com/401k/cooper-tire-rubber-company", "aum": 210433955.0, "er": 0.983, "size": 3200.0}, {"fee": 473.616, "name": "Biomet, Inc.", "url": "https://futureadvisor.com/401k/biomet-inc", "aum": 301761236.0, "er": 0.624, "size": 3681.0}, {"fee": 711.942, "name": "Trinity Health Michigan", "url": "https://futureadvisor.com/401k/trinity-health-michigan", "aum": 248747110.0, "er": 0.938, "size": 7517.0}, {"fee": 603.6969227850001, "name": "Cno Services, Llc", "url": "https://futureadvisor.com/401k/cno-services-llc", "aum": 223420181.0, "er": 0.795384615, "size": 3711.0}, {"fee": 799.660714611, "name": "Trustees Of Pipe Fitters Association Local 597", "url": "https://futureadvisor.com/401k/trustees-of-pipe-fitters-association-local-597", "aum": 280189954.0, "er": 1.053571429, "size": 7071.0}, {"fee": 739.7720002530001, "name": "Itt Educational Services, Inc.", "url": "https://futureadvisor.com/401k/itt-educational-services-inc", "aum": 164293790.0, "er": 0.974666667, "size": 11483.0}, {"fee": 959.2592308860001, "name": "Harris N.A.", "url": "https://futureadvisor.com/401k/harris-n-a", "aum": 751728042.0, "er": 1.263846154, "size": 8436.0}, {"fee": 596.236667004, "name": "Lands End, Inc.", "url": "https://futureadvisor.com/401k/lands-end-inc", "aum": 234101394.0, "er": 0.7855555559999999, "size": 4692.0}, {"fee": 451.062856926, "name": "Umass Memorial Health Care, Inc.", "url": "https://futureadvisor.com/401k/umass-memorial-health-care-inc", "aum": 308887400.0, "er": 0.594285714, "size": 6187.0}, {"fee": 457.67699999999996, "name": "Panasonic Corporation Of North America", "url": "https://futureadvisor.com/401k/panasonic-corporation-of-north-america", "aum": 547485606.0, "er": 0.603, "size": 6854.0}, {"fee": 616.145356926, "name": "Concentra Inc.", "url": "https://futureadvisor.com/401k/concentra-inc", "aum": 148938976.0, "er": 0.8117857140000001, "size": 6541.0}, {"fee": 436.108749747, "name": "Nstar", "url": "https://futureadvisor.com/401k/nstar", "aum": 844557256.0, "er": 0.574583333, "size": 3500.0}, {"fee": 509.61428538900003, "name": "Rexnord Llc", "url": "https://futureadvisor.com/401k/rexnord-llc", "aum": 270239945.0, "er": 0.671428571, "size": 4259.0}, {"fee": 436.76999965500005, "name": "Allina Health System", "url": "https://futureadvisor.com/401k/allina-health-system", "aum": 221443082.0, "er": 0.575454545, "size": 19080.0}, {"fee": 468.82846177199997, "name": "Kaman Corporation", "url": "https://futureadvisor.com/401k/kaman-corporation", "aum": 225791443.0, "er": 0.617692308, "size": 3719.0}, {"fee": 707.209411854, "name": "Greif Packaging Llc", "url": "https://futureadvisor.com/401k/greif-packaging-llc", "aum": 179109893.0, "er": 0.9317647059999999, "size": 3487.0}, {"fee": 705.0266667510001, "name": "The Jones Group Inc.", "url": "https://futureadvisor.com/401k/the-jones-group-inc", "aum": 197931061.0, "er": 0.9288888890000001, "size": 3850.0}, {"fee": 727.013571537, "name": "Big Lots, Inc.", "url": "https://futureadvisor.com/401k/big-lots-inc", "aum": 168155599.0, "er": 0.957857143, "size": 5982.0}, {"fee": 337.755, "name": "Commscope, Inc.", "url": "https://futureadvisor.com/401k/commscope-inc", "aum": 566790505.0, "er": 0.445, "size": 5335.0}, {"fee": 602.370000276, "name": "Mohegan Tribe Of Indians Of Connecticut", "url": "https://futureadvisor.com/401k/mohegan-tribe-of-indians-of-connecticut", "aum": 237426687.0, "er": 0.793636364, "size": 9740.0}, {"fee": 217.074, "name": "Wendys/Arbys Group, Inc.", "url": "https://futureadvisor.com/401k/wendys-arbys-group-inc", "aum": 285168116.0, "er": 0.28600000000000003, "size": 18210.0}, {"fee": 130.548, "name": "Griffon Corporation", "url": "https://futureadvisor.com/401k/griffon-corporation", "aum": 283337911.0, "er": 0.172, "size": 4043.0}, {"fee": 679.305, "name": "Harman International Industries, Inc.", "url": "https://futureadvisor.com/401k/harman-international-industries-inc", "aum": 220560354.0, "er": 0.895, "size": 5317.0}, {"fee": 608.3161762919999, "name": "Reinalt Thomas Corporation", "url": "https://futureadvisor.com/401k/reinalt-thomas-corporation", "aum": 281281465.0, "er": 0.8014705879999999, "size": 8835.0}, {"fee": 654.3212497469999, "name": "Pvh Corp.", "url": "https://futureadvisor.com/401k/pvh-corp", "aum": 269626158.0, "er": 0.862083333, "size": 6091.0}, {"fee": 736.676470365, "name": "Haworth International, Ltd.", "url": "https://futureadvisor.com/401k/haworth-international-ltd", "aum": 193197523.0, "er": 0.970588235, "size": 3238.0}, {"fee": 788.9383329960001, "name": "J. Walter Thompson Company", "url": "https://futureadvisor.com/401k/j-walter-thompson-company", "aum": 261278275.0, "er": 1.0394444440000001, "size": 4865.0}, {"fee": 661.020000069, "name": "Freudenberg Nok General Partnership", "url": "https://futureadvisor.com/401k/freudenberg-nok-general-partnership", "aum": 153808799.0, "er": 0.8709090909999999, "size": 3965.0}, {"fee": 501.63000006900006, "name": "Meritor, Inc.", "url": "https://futureadvisor.com/401k/meritor-inc", "aum": 310336394.0, "er": 0.6609090910000001, "size": 4465.0}, {"fee": 491.073, "name": "Johnson Controls, Inc.", "url": "https://futureadvisor.com/401k/johnson-controls-inc", "aum": 182929872.0, "er": 0.647, "size": 3881.0}, {"fee": 449.190000138, "name": "Ge Capital Corporation", "url": "https://futureadvisor.com/401k/ge-capital-corporation", "aum": 230132626.0, "er": 0.591818182, "size": 4181.0}, {"fee": 966.8492308860001, "name": "Regal Beloit Corporation", "url": "https://futureadvisor.com/401k/regal-beloit-corporation", "aum": 188907952.0, "er": 1.2738461540000001, "size": 5092.0}, {"fee": 612.557647416, "name": "Fuji Film Usa, Inc.", "url": "https://futureadvisor.com/401k/fuji-film-usa-inc", "aum": 311706097.0, "er": 0.8070588240000001, "size": 3582.0}, {"fee": 532.680000138, "name": "The Ogilvy Group, Inc.", "url": "https://futureadvisor.com/401k/the-ogilvy-group-inc", "aum": 157005083.0, "er": 0.701818182, "size": 3532.0}, {"fee": 612.454615443, "name": "Plexus Corp.", "url": "https://futureadvisor.com/401k/plexus-corp", "aum": 171814754.0, "er": 0.806923077, "size": 3623.0}, {"fee": 720.4175002530001, "name": "Hunter Douglas, Inc", "url": "https://futureadvisor.com/401k/hunter-douglas-inc", "aum": 159092324.0, "er": 0.9491666670000001, "size": 3187.0}, {"fee": 289.938, "name": "Cargill, Incorporated", "url": "https://futureadvisor.com/401k/cargill-incorporated", "aum": 206623331.0, "er": 0.382, "size": 4648.0}, {"fee": 513.1239476879999, "name": "Donaldson Company, Inc.", "url": "https://futureadvisor.com/401k/donaldson-company-inc", "aum": 528277658.0, "er": 0.676052632, "size": 4201.0}, {"fee": 645.1500000000001, "name": "Ameriprise Financial, Inc.", "url": "https://futureadvisor.com/401k/ameriprise-financial-inc", "aum": 958890166.0, "er": 0.85, "size": 13773.0}, {"fee": 515.536153671, "name": "News America Incorporated", "url": "https://futureadvisor.com/401k/news-america-incorporated", "aum": 407448125.0, "er": 0.679230769, "size": 7524.0}, {"fee": 561.66, "name": "Scholastic Corporation", "url": "https://futureadvisor.com/401k/scholastic-corporation", "aum": 252948491.0, "er": 0.74, "size": 8848.0}, {"fee": 249.52125, "name": "Bovis Lend Lease Holdings, Inc.", "url": "https://futureadvisor.com/401k/bovis-lend-lease-holdings-inc", "aum": 306796186.0, "er": 0.32875, "size": 3465.0}, {"fee": 688.5214284630001, "name": "Marvin Windows And Doors", "url": "https://futureadvisor.com/401k/marvin-windows-and-doors", "aum": 238320371.0, "er": 0.9071428570000001, "size": 4074.0}, {"fee": 561.3437497470001, "name": "Nash Finch Company", "url": "https://futureadvisor.com/401k/nash-finch-company", "aum": 197881336.0, "er": 0.739583333, "size": 4345.0}, {"fee": 591.573529635, "name": "Hutchinson Technology Incorporated", "url": "https://futureadvisor.com/401k/hutchinson-technology-incorporated", "aum": 222744786.0, "er": 0.779411765, "size": 3469.0}, {"fee": 518.649999747, "name": "Alliant Techsystems Inc", "url": "https://futureadvisor.com/401k/alliant-techsystems-inc", "aum": 1674571268.0, "er": 0.683333333, "size": 19397.0}, {"fee": 361.523683851, "name": "Ggp Limited Partnership", "url": "https://futureadvisor.com/401k/ggp-limited-partnership", "aum": 310864697.0, "er": 0.476315789, "size": 3883.0}, {"fee": 683.1000000000001, "name": "Vertis, Inc", "url": "https://futureadvisor.com/401k/vertis-inc", "aum": 305881555.0, "er": 0.9, "size": 5727.0}, {"fee": 483.38812499999995, "name": "Polaris Industries Inc.", "url": "https://futureadvisor.com/401k/polaris-industries-inc", "aum": 254001599.0, "er": 0.636875, "size": 3560.0}, {"fee": 638.50875, "name": "Trump Entertainment Resorts Holdings, Lp", "url": "https://futureadvisor.com/401k/trump-entertainment-resorts-holdings-lp", "aum": 235282772.0, "er": 0.84125, "size": 3301.0}, {"fee": 356.03999993099995, "name": "Plumbers Local Union No. 1 Employee 401 K Savings Plan", "url": "https://futureadvisor.com/401k/plumbers-local-union-no-1-employee-401-k-savings-plan", "aum": 225934317.0, "er": 0.469090909, "size": 4497.0}, {"fee": 625.140000276, "name": "Daiichi Sankyo, Inc.", "url": "https://futureadvisor.com/401k/daiichi-sankyo-inc", "aum": 269409085.0, "er": 0.8236363640000001, "size": 3424.0}, {"fee": 462.176785389, "name": "Hni Corporation", "url": "https://futureadvisor.com/401k/hni-corporation", "aum": 654123638.0, "er": 0.608928571, "size": 9708.0}, {"fee": 716.2200002760001, "name": "New York Hotel Trades Council & Hotel Association Of Nyc, Inc.", "url": "https://futureadvisor.com/401k/new-york-hotel-trades-council-hotel-association-of-nyc-inc", "aum": 175401010.0, "er": 0.9436363640000001, "size": 8150.0}, {"fee": 809.0939999999998, "name": "Sun Healthcare Group, Inc.", "url": "https://futureadvisor.com/401k/sun-healthcare-group-inc", "aum": 165502330.0, "er": 1.0659999999999998, "size": 7729.0}, {"fee": 122.283333249, "name": "Furniture Brands International, Inc", "url": "https://futureadvisor.com/401k/furniture-brands-international-inc", "aum": 173134229.0, "er": 0.161111111, "size": 6350.0}, {"fee": 672.4739999999999, "name": "Jack Henry & Associates Inc", "url": "https://futureadvisor.com/401k/jack-henry-associates-inc", "aum": 230564327.0, "er": 0.8859999999999999, "size": 4358.0}, {"fee": 574.310000253, "name": "Trinet Hr Corporation", "url": "https://futureadvisor.com/401k/trinet-hr-corporation", "aum": 249084655.0, "er": 0.7566666670000001, "size": 10635.0}, {"fee": 691.2321430739999, "name": "Maersk Inc.", "url": "https://futureadvisor.com/401k/maersk-inc", "aum": 393368822.0, "er": 0.9107142859999999, "size": 4386.0}, {"fee": 676.5942853889999, "name": "Ameren Corporation", "url": "https://futureadvisor.com/401k/ameren-corporation", "aum": 1454582671.0, "er": 0.891428571, "size": 9597.0}, {"fee": 478.75384632900005, "name": "Bdo Usa, Llp", "url": "https://futureadvisor.com/401k/bdo-usa-llp", "aum": 272574939.0, "er": 0.630769231, "size": 3648.0}, {"fee": 388.47000013800005, "name": "Energizer Holdings, Inc.", "url": "https://futureadvisor.com/401k/energizer-holdings-inc", "aum": 730500000.0, "er": 0.5118181820000001, "size": 5875.0}, {"fee": 695.360769114, "name": "Advance Publications, Inc.", "url": "https://futureadvisor.com/401k/advance-publications-inc", "aum": 532195533.0, "er": 0.9161538459999999, "size": 7257.0}, {"fee": 390.540000345, "name": "Owens Corning", "url": "https://futureadvisor.com/401k/owens-corning", "aum": 208266488.0, "er": 0.514545455, "size": 6984.0}, {"fee": 571.527, "name": "Interstate Brands Corporation", "url": "https://futureadvisor.com/401k/interstate-brands-corporation", "aum": 213084088.0, "er": 0.753, "size": 4516.0}, {"fee": 481.965, "name": "Bausch & Lomb Incorporated", "url": "https://futureadvisor.com/401k/bausch-lomb-incorporated", "aum": 538992275.0, "er": 0.635, "size": 5674.0}, {"fee": 493.824375, "name": "Moog Inc.", "url": "https://futureadvisor.com/401k/moog-inc", "aum": 378044253.0, "er": 0.650625, "size": 5724.0}, {"fee": 645.782499747, "name": "First National Of Nebraska, Inc", "url": "https://futureadvisor.com/401k/first-national-of-nebraska-inc", "aum": 301151716.0, "er": 0.850833333, "size": 6067.0}, {"fee": 617.500714611, "name": "Hmshost Corporation", "url": "https://futureadvisor.com/401k/hmshost-corporation", "aum": 195925236.0, "er": 0.813571429, "size": 5262.0}, {"fee": 851.345000253, "name": "Wilmington Trust Company", "url": "https://futureadvisor.com/401k/wilmington-trust-company", "aum": 214937965.0, "er": 1.121666667, "size": 3254.0}, {"fee": 730.266428463, "name": "Brenntag North America, Inc.", "url": "https://futureadvisor.com/401k/brenntag-north-america-inc", "aum": 229648461.0, "er": 0.962142857, "size": 3542.0}, {"fee": 807.7928569260001, "name": "Linde North America, Inc.", "url": "https://futureadvisor.com/401k/linde-north-america-inc", "aum": 403507061.0, "er": 1.0642857140000002, "size": 5335.0}, {"fee": 690.057500253, "name": "Iasis Healthcare", "url": "https://futureadvisor.com/401k/iasis-healthcare", "aum": 195754705.0, "er": 0.909166667, "size": 8358.0}, {"fee": 261.510000345, "name": "Affinia Group, Inc.", "url": "https://futureadvisor.com/401k/affinia-group-inc", "aum": 178509401.0, "er": 0.344545455, "size": 3616.0}, {"fee": 288.02052615599996, "name": "Triumph Group, Inc.", "url": "https://futureadvisor.com/401k/triumph-group-inc", "aum": 372893750.0, "er": 0.379473684, "size": 4045.0}, {"fee": 535.8539999999999, "name": "Ems Management Llc", "url": "https://futureadvisor.com/401k/ems-management-llc", "aum": 176929740.0, "er": 0.706, "size": 4577.0}, {"fee": 768.986842305, "name": "United Business Media", "url": "https://futureadvisor.com/401k/united-business-media", "aum": 191187578.0, "er": 1.013157895, "size": 3932.0}, {"fee": 576.84, "name": "Ems Management Llc", "url": "https://futureadvisor.com/401k/ems-management-llc", "aum": 205715000.0, "er": 0.76, "size": 12342.0}, {"fee": 1169.619, "name": "Phh Corporation", "url": "https://futureadvisor.com/401k/phh-corporation", "aum": 247036730.0, "er": 1.541, "size": 3304.0}, {"fee": 808.335, "name": "Smithfield Foods, Inc.", "url": "https://futureadvisor.com/401k/smithfield-foods-inc", "aum": 260805073.0, "er": 1.065, "size": 12436.0}, {"fee": 741.0599997239999, "name": "Stanley Inc.", "url": "https://futureadvisor.com/401k/stanley-inc", "aum": 174341429.0, "er": 0.976363636, "size": 4121.0}, {"fee": 541.167, "name": "Embarq Corporation", "url": "https://futureadvisor.com/401k/embarq-corporation", "aum": 226933719.0, "er": 0.713, "size": 6327.0}, {"fee": 515.775000345, "name": "Los Alamos National Security, Llc", "url": "https://futureadvisor.com/401k/los-alamos-national-security-llc", "aum": 264276690.0, "er": 0.679545455, "size": 4301.0}, {"fee": 454.23230734199996, "name": "Chemtura Corporation", "url": "https://futureadvisor.com/401k/chemtura-corporation", "aum": 314421607.0, "er": 0.598461538, "size": 3815.0}, {"fee": 528.9646154430001, "name": "Dyncorp International Llc", "url": "https://futureadvisor.com/401k/dyncorp-international-llc", "aum": 300528470.0, "er": 0.696923077, "size": 9736.0}, {"fee": 719.882307342, "name": "Republic National Distributing Company Llc", "url": "https://futureadvisor.com/401k/republic-national-distributing-company-llc", "aum": 271314729.0, "er": 0.948461538, "size": 7912.0}, {"fee": 652.74, "name": "Ds Waters Of America, Inc.", "url": "https://futureadvisor.com/401k/ds-waters-of-america-inc", "aum": 150841601.0, "er": 0.86, "size": 3392.0}, {"fee": 620.309999793, "name": "Advance Stores Company, Inc.", "url": "https://futureadvisor.com/401k/advance-stores-company-inc", "aum": 235657315.0, "er": 0.817272727, "size": 11109.0}, {"fee": 691.7742853889999, "name": "Appleseeds Intermediate Holdings", "url": "https://futureadvisor.com/401k/appleseeds-intermediate-holdings", "aum": 155214663.0, "er": 0.911428571, "size": 3966.0}, {"fee": 439.875000345, "name": "Southern States Cooperative, Inc & Includible Subsidiaries", "url": "https://futureadvisor.com/401k/southern-states-cooperative-inc-includible-subsidiaries", "aum": 182680450.0, "er": 0.579545455, "size": 4447.0}, {"fee": 512.867143074, "name": "Media General, Inc.", "url": "https://futureadvisor.com/401k/media-general-inc", "aum": 196520082.0, "er": 0.6757142859999999, "size": 5129.0}, {"fee": 603.879375, "name": "Sage Software, Inc.", "url": "https://futureadvisor.com/401k/sage-software-inc", "aum": 218099410.0, "er": 0.795625, "size": 4138.0}, {"fee": 502.320000138, "name": "Nvr, Inc.", "url": "https://futureadvisor.com/401k/nvr-inc", "aum": 222704864.0, "er": 0.661818182, "size": 3427.0}, {"fee": 402.27, "name": "Areva Np Inc.", "url": "https://futureadvisor.com/401k/areva-np-inc", "aum": 578726996.0, "er": 0.53, "size": 4587.0}, {"fee": 343.989643074, "name": "King Pharmaceuticals, Inc.", "url": "https://futureadvisor.com/401k/king-pharmaceuticals-inc", "aum": 162198616.0, "er": 0.453214286, "size": 3078.0}, {"fee": 555.1542853889999, "name": "Acce Benefit Trust", "url": "https://futureadvisor.com/401k/acce-benefit-trust", "aum": 187508637.0, "er": 0.7314285709999999, "size": 3310.0}, {"fee": 280.83, "name": "Thomas And Betts Corporation", "url": "https://futureadvisor.com/401k/thomas-and-betts-corporation", "aum": 239347044.0, "er": 0.37, "size": 4748.0}, {"fee": 644.2012500000001, "name": "Lance, Inc.", "url": "https://futureadvisor.com/401k/lance-inc", "aum": 162780847.0, "er": 0.84875, "size": 4639.0}, {"fee": 492.47423088600004, "name": "Coca Cola Bottling Co. Consolidated", "url": "https://futureadvisor.com/401k/coca-cola-bottling-co-consolidated", "aum": 216601774.0, "er": 0.648846154, "size": 5848.0}, {"fee": 727.441579227, "name": "Celgene Corporation", "url": "https://futureadvisor.com/401k/celgene-corporation", "aum": 255463738.0, "er": 0.958421053, "size": 3074.0}, {"fee": 769.9633329960001, "name": "Magellan Health Services, Inc.", "url": "https://futureadvisor.com/401k/magellan-health-services-inc", "aum": 209361887.0, "er": 1.014444444, "size": 4758.0}, {"fee": 687.979285389, "name": "Atlantic Southeast Airlines, Inc.", "url": "https://futureadvisor.com/401k/atlantic-southeast-airlines-inc", "aum": 159984851.0, "er": 0.906428571, "size": 4068.0}, {"fee": 506.63249999999994, "name": "Brown & Brown, Inc.", "url": "https://futureadvisor.com/401k/brown-brown-inc", "aum": 285993570.0, "er": 0.6675, "size": 5632.0}, {"fee": 528.2639999999999, "name": "Wackenhut Services, Incorporated", "url": "https://futureadvisor.com/401k/wackenhut-services-incorporated", "aum": 196178797.0, "er": 0.696, "size": 3791.0}, {"fee": 462.447856926, "name": "The Pbsj Corporation", "url": "https://futureadvisor.com/401k/the-pbsj-corporation", "aum": 304454874.0, "er": 0.609285714, "size": 3992.0}, {"fee": 718.2899997239999, "name": "Penske Automotive Group, Inc.", "url": "https://futureadvisor.com/401k/penske-automotive-group-inc", "aum": 201397445.0, "er": 0.946363636, "size": 10848.0}, {"fee": 502.458, "name": "Covance Inc.", "url": "https://futureadvisor.com/401k/covance-inc", "aum": 508258915.0, "er": 0.662, "size": 8238.0}, {"fee": 271.169999793, "name": "Teleflex Incorporated", "url": "https://futureadvisor.com/401k/teleflex-incorporated", "aum": 226094414.0, "er": 0.357272727, "size": 5114.0}, {"fee": 779.493, "name": "The Bon Ton Department Stores, Inc.", "url": "https://futureadvisor.com/401k/the-bon-ton-department-stores-inc", "aum": 247186350.0, "er": 1.0270000000000001, "size": 16704.0}, {"fee": 562.059473844, "name": "Highmark Inc.", "url": "https://futureadvisor.com/401k/highmark-inc", "aum": 732700286.0, "er": 0.740526316, "size": 11614.0}, {"fee": 951.59625, "name": "East Penn Manufacturing Co., Inc.", "url": "https://futureadvisor.com/401k/east-penn-manufacturing-co-inc", "aum": 285679820.0, "er": 1.25375, "size": 6482.0}, {"fee": 831.8639999999999, "name": "Cdi Corporation", "url": "https://futureadvisor.com/401k/cdi-corporation", "aum": 201238820.0, "er": 1.0959999999999999, "size": 5427.0}, {"fee": 646.1619997470001, "name": "B. Braun Medical Inc.", "url": "https://futureadvisor.com/401k/b-braun-medical-inc", "aum": 291535931.0, "er": 0.851333333, "size": 3984.0}, {"fee": 755.4969227849999, "name": "Penn National Gaming, Inc.", "url": "https://futureadvisor.com/401k/penn-national-gaming-inc", "aum": 154150201.0, "er": 0.995384615, "size": 5457.0}, {"fee": 250.47, "name": "Amerigas Propane, Inc.", "url": "https://futureadvisor.com/401k/amerigas-propane-inc", "aum": 235731185.0, "er": 0.33, "size": 5363.0}, {"fee": 643.463333502, "name": "Sonepar Management Us, Inc", "url": "https://futureadvisor.com/401k/sonepar-management-us-inc", "aum": 161899646.0, "er": 0.847777778, "size": 3601.0}, {"fee": 499.188461772, "name": "Joint Board Of Trustees, Ibew Local Union No5 & Western Pa Chapter Nec", "url": "https://futureadvisor.com/401k/joint-board-of-trustees-ibew-local-union-no5-western-pa-chapter-nec", "aum": 222313865.0, "er": 0.657692308, "size": 3215.0}, {"fee": 558.5550000689999, "name": "84 Lumber Co.", "url": "https://futureadvisor.com/401k/84-lumber-co", "aum": 165136806.0, "er": 0.7359090909999999, "size": 4678.0}, {"fee": 555.4681576950001, "name": "Westinghouse Air Brake Technologies Corporation", "url": "https://futureadvisor.com/401k/westinghouse-air-brake-technologies-corporation", "aum": 213819151.0, "er": 0.731842105, "size": 4041.0}, {"fee": 270.529285389, "name": "Allegheny Technologies Incorporated", "url": "https://futureadvisor.com/401k/allegheny-technologies-incorporated", "aum": 261446286.0, "er": 0.356428571, "size": 7218.0}, {"fee": 576.081, "name": "Millercoors, Llc", "url": "https://futureadvisor.com/401k/millercoors-llc", "aum": 522519533.0, "er": 0.759, "size": 5425.0}, {"fee": 699.798, "name": "Steward Health Care System Llc", "url": "https://futureadvisor.com/401k/steward-health-care-system-llc", "aum": 152212617.0, "er": 0.922, "size": 6101.0}, {"fee": 682.015714611, "name": "Pss World Medical, Inc.", "url": "https://futureadvisor.com/401k/pss-world-medical-inc", "aum": 168470392.0, "er": 0.8985714290000001, "size": 3554.0}, {"fee": 476.08275, "name": "Nch Healthcare System, Inc.", "url": "https://futureadvisor.com/401k/nch-healthcare-system-inc", "aum": 161560442.0, "er": 0.62725, "size": 5131.0}, {"fee": 684.726428463, "name": "Bba Aviation Shared Services, Inc.", "url": "https://futureadvisor.com/401k/bba-aviation-shared-services-inc", "aum": 177357730.0, "er": 0.9021428570000001, "size": 4064.0}, {"fee": 940.4010000000002, "name": "Mps Group, Inc.", "url": "https://futureadvisor.com/401k/mps-group-inc", "aum": 152338074.0, "er": 1.239, "size": 4786.0}, {"fee": 491.32599974699997, "name": "Dollar General Corporation", "url": "https://futureadvisor.com/401k/dollar-general-corporation", "aum": 149253717.0, "er": 0.647333333, "size": 11551.0}, {"fee": 592.3995, "name": "Blue Cross Blue Shield Of Tennessee", "url": "https://futureadvisor.com/401k/blue-cross-blue-shield-of-tennessee", "aum": 235392072.0, "er": 0.7805, "size": 5697.0}, {"fee": 757.8323073419999, "name": "Ingram Industries Inc.", "url": "https://futureadvisor.com/401k/ingram-industries-inc", "aum": 233106631.0, "er": 0.9984615379999999, "size": 6698.0}, {"fee": 496.85307721500004, "name": "Autozone, Inc.", "url": "https://futureadvisor.com/401k/autozone-inc", "aum": 200087482.0, "er": 0.654615385, "size": 9271.0}, {"fee": 636.7166667509999, "name": "Team Health, Inc.", "url": "https://futureadvisor.com/401k/team-health-inc", "aum": 179205945.0, "er": 0.838888889, "size": 5529.0}, {"fee": 522.951, "name": "Covenant Health", "url": "https://futureadvisor.com/401k/covenant-health", "aum": 276574006.0, "er": 0.6890000000000001, "size": 6179.0}, {"fee": 583.739999931, "name": "Blue Cross And Blue Shield Of Alabama", "url": "https://futureadvisor.com/401k/blue-cross-and-blue-shield-of-alabama", "aum": 266758434.0, "er": 0.7690909090000001, "size": 4048.0}, {"fee": 579.636316149, "name": "The Childrens Hospital Ofalabamainc.", "url": "https://futureadvisor.com/401k/the-childrens-hospital-ofalabamainc", "aum": 153896118.0, "er": 0.763684211, "size": 3595.0}, {"fee": 494.86800000000005, "name": "Aaa Cooper Transportation", "url": "https://futureadvisor.com/401k/aaa-cooper-transportation", "aum": 172221954.0, "er": 0.652, "size": 3545.0}, {"fee": 845.250000276, "name": "Bancorpsouth, Inc.", "url": "https://futureadvisor.com/401k/bancorpsouth-inc", "aum": 250169665.0, "er": 1.113636364, "size": 5200.0}, {"fee": 699.4476926579999, "name": "Central Garden & Pet Company", "url": "https://futureadvisor.com/401k/central-garden-pet-company", "aum": 159113299.0, "er": 0.921538462, "size": 5229.0}, {"fee": 547.647692658, "name": "Usable Mutual Insurance Company", "url": "https://futureadvisor.com/401k/usable-mutual-insurance-company", "aum": 276883509.0, "er": 0.721538462, "size": 3201.0}, {"fee": 759.690000069, "name": "Ochsner Clinic Foundation", "url": "https://futureadvisor.com/401k/ochsner-clinic-foundation", "aum": 301698406.0, "er": 1.000909091, "size": 12163.0}, {"fee": 811.6239997469999, "name": "Chesapeake Energy Corporation", "url": "https://futureadvisor.com/401k/chesapeake-energy-corporation", "aum": 487126501.0, "er": 1.0693333329999999, "size": 9580.0}, {"fee": 173.879999931, "name": "Mcdermott Investments, Llc", "url": "https://futureadvisor.com/401k/mcdermott-investments-llc", "aum": 309102766.0, "er": 0.22909090899999998, "size": 8222.0}, {"fee": 406.06500000000005, "name": "Harte Hanks, Inc.", "url": "https://futureadvisor.com/401k/harte-hanks-inc", "aum": 193804506.0, "er": 0.535, "size": 3104.0}, {"fee": 624.006428463, "name": "Quanta Services, Inc.", "url": "https://futureadvisor.com/401k/quanta-services-inc", "aum": 284105690.0, "er": 0.822142857, "size": 4542.0}, {"fee": 515.7405, "name": "Glazers Wholesale Drug Company, Inc.", "url": "https://futureadvisor.com/401k/glazers-wholesale-drug-company-inc", "aum": 206866094.0, "er": 0.6795, "size": 4831.0}, {"fee": 202.010769114, "name": "Tin Inc.", "url": "https://futureadvisor.com/401k/tin-inc", "aum": 169623315.0, "er": 0.266153846, "size": 3404.0}, {"fee": 724.8449999999999, "name": "Hd Supply, Inc.", "url": "https://futureadvisor.com/401k/hd-supply-inc", "aum": 303516844.0, "er": 0.955, "size": 13586.0}, {"fee": 757.619999862, "name": "Exterran Energy Solutions, L.P.", "url": "https://futureadvisor.com/401k/exterran-energy-solutions-l-p", "aum": 172499765.0, "er": 0.9981818179999999, "size": 5031.0}, {"fee": 718.9153124999999, "name": "D.R. Horton, Inc.", "url": "https://futureadvisor.com/401k/d-r-horton-inc", "aum": 193431017.0, "er": 0.9471875, "size": 3989.0}, {"fee": 554.4495000000001, "name": "Wood Group Management Services, Inc.", "url": "https://futureadvisor.com/401k/wood-group-management-services-inc", "aum": 223762330.0, "er": 0.7305, "size": 4820.0}, {"fee": 785.2200003449999, "name": "K S Management Services, L.L.C.", "url": "https://futureadvisor.com/401k/k-s-management-services-l-l-c", "aum": 192798906.0, "er": 1.034545455, "size": 3632.0}, {"fee": 616.308, "name": "Granite Construction Incorporated", "url": "https://futureadvisor.com/401k/granite-construction-incorporated", "aum": 169518424.0, "er": 0.812, "size": 3564.0}, {"fee": 542.6850000000001, "name": "Westat, Inc.", "url": "https://futureadvisor.com/401k/westat-inc", "aum": 293531368.0, "er": 0.715, "size": 3916.0}, {"fee": 807.069999747, "name": "Hanger Orthopedic Group, Inc.", "url": "https://futureadvisor.com/401k/hanger-orthopedic-group-inc", "aum": 155604957.0, "er": 1.0633333329999999, "size": 4669.0}, {"fee": 492.1640625, "name": "Poudre Valley Health System", "url": "https://futureadvisor.com/401k/poudre-valley-health-system", "aum": 198373858.0, "er": 0.6484375, "size": 4533.0}, {"fee": 535.095, "name": "Apollo Group, Inc.", "url": "https://futureadvisor.com/401k/apollo-group-inc", "aum": 365380064.0, "er": 0.705, "size": 30231.0}, {"fee": 625.299230886, "name": "Stantec Consulting Inc.", "url": "https://futureadvisor.com/401k/stantec-consulting-inc", "aum": 198019168.0, "er": 0.823846154, "size": 3974.0}, {"fee": 521.985000207, "name": "Pharmerica Corporation", "url": "https://futureadvisor.com/401k/pharmerica-corporation", "aum": 164274917.0, "er": 0.6877272729999999, "size": 3739.0}, {"fee": 229.21800000000002, "name": "Amerco", "url": "https://futureadvisor.com/401k/amerco", "aum": 170571000.0, "er": 0.302, "size": 16606.0}, {"fee": 680.389285389, "name": "Boyd Gaming Corporation", "url": "https://futureadvisor.com/401k/boyd-gaming-corporation", "aum": 270552212.0, "er": 0.896428571, "size": 11722.0}, {"fee": 553.3110000000001, "name": "Bridgestone Americas, Inc.", "url": "https://futureadvisor.com/401k/bridgestone-americas-inc", "aum": 1085146719.0, "er": 0.7290000000000001, "size": 12556.0}, {"fee": 566.4899997239999, "name": "Visant Corporation", "url": "https://futureadvisor.com/401k/visant-corporation", "aum": 268706181.0, "er": 0.7463636359999999, "size": 4549.0}, {"fee": 345.345, "name": "Hanford Pension And Savings Plans Committee", "url": "https://futureadvisor.com/401k/hanford-pension-and-savings-plans-committee", "aum": 711732986.0, "er": 0.455, "size": 5304.0}, {"fee": 456.98124974699994, "name": "Board Of Trustees Of The Western Wa U.A. Supplemental Pension Plan", "url": "https://futureadvisor.com/401k/board-of-trustees-of-the-western-wa-u-a-supplemental-pension-plan", "aum": 156724736.0, "er": 0.6020833329999999, "size": 4756.0}, {"fee": 714.219, "name": "Nabors Industries, Inc.", "url": "https://futureadvisor.com/401k/nabors-industries-inc", "aum": 291622691.0, "er": 0.941, "size": 6015.0}, {"fee": 476.78999986199995, "name": "California Physicians Service, Dba Blue Shield Of Ca", "url": "https://futureadvisor.com/401k/california-physicians-service-dba-blue-shield-of-ca", "aum": 243104033.0, "er": 0.628181818, "size": 5079.0}, {"fee": 635.6625, "name": "Bio Rad Laboratories, Inc.", "url": "https://futureadvisor.com/401k/bio-rad-laboratories-inc", "aum": 337427759.0, "er": 0.8375, "size": 3389.0}, {"fee": 544.962, "name": "E Trade Financial Corporation", "url": "https://futureadvisor.com/401k/e-trade-financial-corporation", "aum": 166671593.0, "er": 0.718, "size": 3577.0}, {"fee": 474.8810002530001, "name": "Freedom Communications, Inc.", "url": "https://futureadvisor.com/401k/freedom-communications-inc", "aum": 220442563.0, "er": 0.6256666670000001, "size": 5256.0}, {"fee": 717.599999655, "name": "Hoag Memorial Hospital Presbyterian", "url": "https://futureadvisor.com/401k/hoag-memorial-hospital-presbyterian", "aum": 299648571.0, "er": 0.945454545, "size": 4818.0}, {"fee": 736.8624997469999, "name": "Childrens Hospital Los Angeles", "url": "https://futureadvisor.com/401k/childrens-hospital-los-angeles", "aum": 191013239.0, "er": 0.970833333, "size": 4627.0}, {"fee": 344.310000276, "name": "Southern California Permanente Medical Group", "url": "https://futureadvisor.com/401k/southern-california-permanente-medical-group", "aum": 310016943.0, "er": 0.45363636399999996, "size": 4621.0}, {"fee": 542.210625, "name": "Ace Ina Holdings, Inc.", "url": "https://futureadvisor.com/401k/ace-ina-holdings-inc", "aum": 668143938.0, "er": 0.714375, "size": 8027.0}, {"fee": 712.827500253, "name": "Meggitt Usa, Inc.", "url": "https://futureadvisor.com/401k/meggitt-usa-inc", "aum": 273565035.0, "er": 0.9391666670000001, "size": 3371.0}, {"fee": 253.23000027599997, "name": "Jacobs Engineering Group, Inc.", "url": "https://futureadvisor.com/401k/jacobs-engineering-group-inc", "aum": 1243296000.0, "er": 0.33363636399999996, "size": 14427.0}, {"fee": 504.735, "name": "The Neiman Marcus Group, Inc.", "url": "https://futureadvisor.com/401k/the-neiman-marcus-group-inc", "aum": 539915670.0, "er": 0.665, "size": 12568.0}, {"fee": 747.906922785, "name": "Jefferies Group, Inc.", "url": "https://futureadvisor.com/401k/jefferies-group-inc", "aum": 210452036.0, "er": 0.985384615, "size": 3337.0}, {"fee": 516.752499747, "name": "Global Crossing Limited", "url": "https://futureadvisor.com/401k/global-crossing-limited", "aum": 209480310.0, "er": 0.6808333329999999, "size": 3855.0}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment