Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - vimaa.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=UTF-8
Location: https://vimaa.com/
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Date: Wed, 30 Apr 2025 09:19:56 GMT
Content-Length: 141

HTTP Code 301 Moved Permanently

301 http code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://vimaa.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/10.0
X-AspNetMvc-Version: 5.2
X-Frame-Options: SAMEORIGIN
X-AspNet-Version: 4.0.30319
Set-Cookie: __RequestVerificationToken=dOI4km1yud6dR1w3Gpjye_SaRLsskQ-4ntC2kfIQ3TFd2vbBFXBJzGM0i_hf0r50RvByUEOjtOqEAgws0q2PDbiqI5M1; path=/; HttpOnly
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Date: Wed, 30 Apr 2025 09:19:59 GMT
Content-Length: 42887

HTTP Code 200 OK

200 http code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: vimaa.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <!--[if IE]>
    <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
    <![endif]-->
    <meta name="author" content="">
    <link rel="icon" href="/Content/Images/favicon.ico" type="image/x-icon">
    <!-- Bootstrap core CSS -->
    <link rel="stylesheet" href="/Content/Styles/core.min.css">
    <link rel="stylesheet" href="/Content/Styles/app.min.css">

    <script type="text/javascript" src="/Content/js/core.min.js"></script>
    <script type="text/javascript" src="/Content/js/app.min.js"></script>
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <!-- Bootstrap core JavaScript -->
    <title>401(k) Investment Advice and Management Services | Kivalia</title>

    <meta name="keywords" content="Home - Kivalia" />
    <meta name="description" content="Home - Kivalia" />
</head>
<body>
    <!-- BEGIN MAIN MENU -->
    <header>
        <nav class="navbar navbar-expand-lg navbar-light fixed-top">
            <div class="container-fluid fbder">
                    <a class="navbar-brand noleft" href="/"><img src="/Content/Images/logo.png" class="img img-responsive" alt="Kivalia Investment Advice Platform"></a>
                <div class="bar-nav">
                    <!-- BEGIN NOTIFICATION-->
                        <ul class="nav-menutop desktop-lg">
                            <li><a href="/login">Log in</a></li>
                            <li><a href="/signup" class="active">Sign up</a></li>
                        </ul>
                    <!-- ./END NOTIFICATION-->
                    <div class="collapse navbar-collapse desktop-lg" id="navbarText">
                        <ul class="navbar-nav flex-row ml-md-auto d-md-flex font-uppercase">

    <li class="nav-item active">
    <a class="nav-link" href="/browse-all-plans">401(k) Guidance</a>
</li>
<li class="nav-item">
    <a class="nav-link" href="/personalized-advice">Personal Advice</a>
</li>
<li class="nav-item">
    <a class="nav-link" href="/management-services">Management services</a>
</li>

                        </ul>
                    </div>
                </div>
            </div>
        </nav>
    </header>
    <!-- END MAIN MENU -->
    <!-- MENU sidenav -->
        <div id="mySidenav" class="sidenav active">
            <div class="div-setup mobile-md">
                <a href="#home" data-toggle="collapse" aria-expanded="false" class="tit-setup">Home<i class="fa fa-caret-down" aria-hidden="true"></i></a>
                <ul id="home" class="collapse show list-unstyled">
                    <li><a href="/browse-all-plans"><i class="fa fa-question-circle" aria-hidden="true"></i>401(k) guidance</a></li>
                    <li><a href="/personalized-advice"><i class="fa fa-gg" aria-hidden="true"></i>Personal advice</a></li>
                    <li><a href="/management-services"><i class="fa fa-database" aria-hidden="true"></i>Management services</a></li>
                    <li><a href="/login"><i class="fa fa-lock" aria-hidden="true"></i>Log in</a></li>
                    <li><a href="/signup"><i class="fa fa-user-plus" aria-hidden="true"></i>Sign up</a></li>
                </ul>
            </div>
        </div>
    <!-- END MENU sidenav -->
        <div id="content-main" class="full-content-noleft">
            

<!-- BEGIN CAROUSEL -->
<section class="homeCarousel" id="homeCarousel">
    <div id="homeslide" class="carousel slide" data-ride="carousel">
        <!-- The slideshow -->
        <div class="carousel-inner">
            <div class="carousel-item active">
                <img src="/Content/Images/bg1.jpg" alt="Los Angeles">
            </div>
        </div>
    </div><!-- end .carousel -->
    <div class="container wsearch">
        <div class="carousel-search">
            <div class="carousel-box">
                <h1>The Path to <span>a Better Retirement</span></h1>
                <p>Investment guidance that adapts as markets change</p>
                <div class="search-widget">
                    <p class="text-free">Free recommendations for your <span>401(k)</span>, <span>IRA</span> or <span>Taxable Account</span></p>
                    <form role="form" method="GET" action="/retirement-plans/goPlanHome">
                        <div class="input-group mb-3 input-group-lg">
                            <input type="text" id="coName_TextBox" name="planName" class="form-control search-placeholder landing-search" placeholder="Search for your employer's plan or brokerage here"
                                   onfocus="this.placeholder = ''" onblur="this.placeholder = 'Search for your employer\'s plan or brokerage here'" required>
                            <div class="input-group-append">
                                <button class="btn btn-warning" type="submit" id="coSearch_Button"><i class="fa fa-search" aria-hidden="true"></i></button>
                            </div>
                        </div>
                    </form>

                    <ul class="retirement-plannings">
                        <li class="li-planning"><a href="/browse-all-plans/latest" class="btn btn-planning">Browse Existing Plans</a></li>
                        <li class="li-planning"><a href="/create-new-plan" class="btn btn-planning">Create A New Plan</a></li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- END CAROUSEL -->
<!-- BEGIN HOW KIVALIA WORKS -->
<section id="howkivalia" class="howkivalia wow fadeInUp" data-wow-delay="0.1s">
    <div class="container">
        <div class="title-headding text-center">
            <span>How kivalia <b>works</b></span>
        </div>
        <div class="row">
            <div class="service-box col-md-4 text-center">
                <div class="inner-box">
                    <div class="icon-box"><i class="fa fa-user-circle-o" aria-hidden="true"></i></div>
                    <div class="title">Personalize</div>
                    <div class="text">View an existing plan, or create new ones</div>
                </div>
            </div>
            <div class="service-box col-md-4 text-center">
                <div class="inner-box">
                    <div class="icon-box"><i class="fa fa-line-chart" aria-hidden="true"></i></div>
                    <div class="title">Get recommendations</div>
                    <div class="text">We provide instant and ongoing <a href="#" data-toggle="modal" data-target="#modalPortfolio">model portfolios</a> and <a href="#" data-toggle="modal" data-target="#modalFundRatings">fund ratings</a></div>
                </div>
            </div>
            <div class="service-box col-md-4 text-center">
                <div class="inner-box">
                    <div class="icon-box"><i class="fa fa-refresh" aria-hidden="true"></i></div>
                    <div class="title">Track and plan</div>
                    <div class="text">You track our advice, implement it as you see fit, and tell your co-workers!</div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- END HOW KIVALIA WORKS -->
<!-- BEGIN FOLLOW -->
<section id="followReview" class="followReview">
    <div class="container wow fadeInUp" data-wow-duration="0.5s" data-wow-delay="0.1s">
        <div class="row">
            <div class="col-md-12">
                <h3 class="part-heading">Follow one of our ira and taxable account plans</h3>
            </div>
            <div class="col-md-5 bgFollow">
                <div class="lefthead">
                    <h4>
                        <i class="fa fa-cog" aria-hidden="true"></i>
                        <span>Built entirely with commission-free ETFs available at each custodian</span>
                    </h4>
                </div>
            </div>
            <div class="col-md-7">
                <div class="row">
                    <div class="col-md-6 col-md-6 col-lg-6 mb-4 b-lock">
                        <div class="box-block">
                            <a href="/plans/12253/fidelity-no-cost-ishares-etfs">
                                <div class="title-block">Fidelity Investments</div>
                                <div class="read-more">VIEW CURRENT MODELS</div>
                            </a>
                        </div>
                    </div><!-- col-md-3 -->
                    <div class="col-md-6 col-md-6 col-lg-6 mb-4 b-lock">
                        <div class="box-block">
                            <a href="/plans/12255/schwab-etf-onesource-commission-free-etfs">
                                <div class="title-block">Charles Schwab</div>
                                <div class="read-more">VIEW CURRENT MODELS</div>
                            </a>
                        </div>
                    </div><!-- col-md-3 -->
                    <div class="col-md-6 col-md-6 col-lg-6 b-lock fmb">
                        <div class="box-block">
                            <a href="/plans/344454/etrade-commission-free-etf-program">
                                <div class="title-block">E*TRADE</div>
                                <div class="read-more">VIEW CURRENT MODELS</div>
                            </a>
                        </div>
                    </div><!-- col-md-3 -->
                    <div class="col-md-6 col-md-6 col-lg-6 b-lock">
                        <div class="box-block">
                            <a href="/plans/10939/td-ameritrade-commission-free-etfs">
                                <div class="title-block">TD Ameritrade</div>
                                <div class="read-more">VIEW CURRENT MODELS</div>
                            </a>
                        </div>
                    </div><!-- col-md-3 -->
                </div>
            </div>
        </div>
    </div>
</section>
<!-- END FOLLOW -->
<!-- BEGIN FOLLOW -->
<section id="followPlans" class="followPlans">
    <div class="container wow fadeInUp" data-wow-duration="0.5s" data-wow-delay="0.1s">
        <div class="row">
            <div class="col-md-12">
                <h3 class="part-heading">OR REVIEW ONE OF OUR MOST POPULAR RETIREMENT PLANS</h3>
            </div>
            <div class="col-md-7">
                <div class="row">
                    <div class="col-md-6 col-md-6 col-lg-6 mb-4 b-lock">
                        <div class="box-block">
                            <a href="/plans/267/google-inc-401k-savings-plan">
                                <div class="title-block">Google 401(k) Plan</div>
                                <div class="read-more">VIEW CURRENT MODELS</div>
                            </a>
                        </div>
                    </div><!-- col-md-3 -->
                    <div class="col-md-6 col-md-6 col-lg-6 mb-4 b-lock">
                        <div class="box-block">
                            <a href="/plans/227/cisco-systems-inc-401k-plan">
                                <div class="title-block">Cisco Systems 401k Plan</div>
                                <div class="read-more">VIEW CURRENT MODELS</div>
                            </a>
                        </div>
                    </div><!-- col-md-3 -->
                    <div class="col-md-6 col-md-6 col-lg-6 b-lock fmb">
                        <div class="box-block">
                            <a href="/plans/290/microsoft-corporation-savings-plus-401k-plan">
                                <div class="title-block">Microsoft 401k Plan</div>
                                <div class="read-more">VIEW CURRENT MODELS</div>
                            </a>
                        </div>
                    </div><!-- col-md-3 -->
                    <div class="col-md-6 col-md-6 col-lg-6 b-lock">
                        <div class="box-block">
                            <a href="/plans/192/ibm-401k-plus-plan">
                                <div class="title-block">IBM 401(k) Plus Plan</div>
                                <div class="read-more">VIEW CURRENT MODELS</div>
                            </a>
                        </div>
                    </div><!-- col-md-3 -->
                </div>
            </div>
            <div class="col-md-5 bgFollow fmt">
                <div class="righthead">
                    <h4>
                        <i class="fa fa-cogs" aria-hidden="true"></i>
                        <span>(1836 plans / 1343 public plans, and counting...)</span>
                    </h4>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- END FOLLOW -->
<!-- BEGIN LINKS -->
<section id="link-plans" class="link-plans">
    <div class="link-plans-bg">
        <div class="container">
            <div class="row">
                <div class="col-md-12 text-center wow bounceOut" data-wow-duration="0.5s" data-wow-delay="0.1s">
                    <h3>JOIN US</h3>
                    <a href="/browse-all-plans/latest" class="btn btn-primary">Browse all plans</a>
                    <a href="/create-new-plan" class="btn btn-primary">Create your own plan</a>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- END LINKS -->
<!-- BEGIN PORTFOLIO -->
<section id="homeportfolio" class="homneportfolio">
    <div class="container bg-portfolio wow fadeInUp" data-wow-duration="0.5s" data-wow-delay="0.1s">
        <div class="row content-text">
            <div class="col-md-7">
                <div class="lefthead">
                    <h4>
                        INTELLIGENTLY ACTIVE
                        <span>"Out of favor" leads to higher returns</span>
                    </h4>
                </div>
                <p><i class="fa fa-chevron-circle-right" aria-hidden="true"></i>In retirement savings, a little goes a long way. Increasing your annual returns by just 1.5% more annually results in 15% more wealth after just 10 years.</p>
                <p><i class="fa fa-chevron-circle-right" aria-hidden="true"></i>At Kivalia we build all our model portfolios on the belief that we can add meaningful value to your retirement savings, above target date and passive index approaches, over the long-term.</p>
                <p>
                    <i class="fa fa-chevron-circle-right" aria-hidden="true"></i>We seek to achieve this goal by continually surveying a broad range of asset classes and tactically over–weighting markets and sectors that are temporarily out-of-favor, and under–weighting sectors that we believe to be over-favored by investors. As investor biases rotate back into alignment, our models benefit – whether that reversion occurs in 1 month, or over 5-10 years.
                </p>
                <p><i class="fa fa-chevron-circle-right" aria-hidden="true"></i>This process is applied across every plan on the Kivalia website – your 401(k), your husband’s 403(b), or perhaps a Schwab or Fidelity IRA created solely from no-transaction fee ETFs.</p>
                <p><i class="fa fa-chevron-circle-right" aria-hidden="true"></i>You create a new plan or follow an existing one, we supply ongoing recommendations, and you use them as you see fit.</p>
                <p><i class="fa fa-chevron-circle-right" aria-hidden="true"></i>Just as importantly, we track the performance of every model we offer against a similar risk, low cost, target date fund – so you’ll know if we’re meeting your goals, or falling short.</p>
            </div>
            <div class="col-md-5 fmb">
                <img src="/Content/Images/bg5.png" alt="" class="img-fluid">
            </div>
        </div>
    </div>
</section>
<!-- END PORTFOLIO -->
<!-- BEGIN NO SHORTAGE OF GOOD IDEAS -->
<section id="homnedegree" class="homnedegree">
    <div class="container bg-degree wow fadeInUp" data-wow-duration="0.5s" data-wow-delay="0.1s">
        <div class="row content-text">
            <div class="col-md-5">
                <img src="/Content/Images/bg6.png" alt="" class="img-fluid">
            </div>
            <div class="col-md-7">
                <div class="righthead text-right fmt">
                    <h4>
                        NO SHORTAGE OF GOOD IDEAS
                        <span>360 degree analysis</span>
                    </h4>
                </div>
                <p>
                    <i class="fa fa-chevron-circle-right" aria-hidden="true"></i>Style Analysis provides a snapshot of the historic composition of an investment over time along with an estimate of how much of an asset’s returns have come from sector positioning versus manager investment selection.
                </p>
                <p>
                    <i class="fa fa-chevron-circle-right" aria-hidden="true"></i>Kivalia’s <a href="#" data-toggle="modal" data-target="#modalAssetRating">asset ratings</a> rank an asset along two dimensions – how it is performing within its primary sector, and how the sector is performing against the broad U.S. stock market. Thus, you can readily separate investments that are truly out–performing from those that are being carried along by a strong sector tailwind.
                </p>
                <p><i class="fa fa-chevron-circle-right" aria-hidden="true"></i>Finally, a ranking of the top 100 funds & ETFs by category, updated quarterly, can be found on our <a href="/investment-research">investment research pages</a>.</p>
            </div>
        </div>
</section>
<!-- END NO SHORTAGE OF GOOD IDEAS -->
<!-- BEGIN MODAL PORTFOLIOS -->
<div class="modal fade" id="modalPortfolio" tabindex="-1" role="dialog" aria-labelledby="modalLabelPortfolio" aria-hidden="true">
    <div class="modal-dialog modal-lg" role="document">
        <div class="modal-content">
            <div class="modal-header alert alert-info">
                <img src="/Content/Images/logo_icon.svg" class="img img-fluid" alt="Kivalia">
                <h5 class="modal-title" id="modalLabelPortfolio">INTELLIGENTLY ACTIVE</h5>
                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                    <span aria-hidden="true">&times;</span>
                </button>
            </div>
            <div class="modal-body">
                <div class="row">
                    <div class="col-md-12">
                        <div class="lefthead">
                            <h4>
                                “Out of favor” leads to higher returns
                            </h4>
                        </div>
                        <div class="row">
                            <div class="col-md-7">
                                <p><i class="fa fa-chevron-circle-right" aria-hidden="true"></i>In retirement savings, a little goes a long way. Increasing your annual returns by just 1.5% more annually results in 15% more wealth after just 10 years.</p>
                                <p><i class="fa fa-chevron-circle-right" aria-hidden="true"></i>At Kivalia we build all our model portfolios on the belief that we can add meaningful value to your retirement savings, above target date and passive index approaches, over the long-term.</p>
                                <p>
                                    <i class="fa fa-chevron-circle-right" aria-hidden="true"></i>We seek to achieve this goal by continually surveying a broad range of asset classes and tactically over–weighting markets and sectors that are temporarily out-of-favor, and under–weighting sectors that
                                    we
                                    believe to be over-favored by investors. As investor biases rotate back into alignment, our models benefit – whether that reversion occurs in 1 month, or over 5-10 years.
                                </p>

                            </div>
                            <div class="col-md-5 fmb">
                                <img src="/Content/Images/bg5.png" alt="" class="img-fluid">
                            </div>
                        </div>
                        <p><i class="fa fa-chevron-circle-right" aria-hidden="true"></i>This process is applied across every plan on the Kivalia website – your 401(k), your husband’s 403(b), or perhaps a Schwab or Fidelity IRA created solely from no-transaction fee ETFs.</p>
                        <p><i class="fa fa-chevron-circle-right" aria-hidden="true"></i>You create a new plan or follow an existing one, we supply ongoing recommendations, and you use them as you see fit.</p>
                        <p><i class="fa fa-chevron-circle-right" aria-hidden="true"></i>Just as importantly, we track the performance of every model we offer against a similar risk, low cost, target date fund – so you’ll know if we’re meeting your goals, or falling short.</p>
                    </div>
                </div>
            </div>
            <div class="modal-footer">
                <div class="col-md-12 text-center">
                    <button type="button" class="btn btn-close" data-dismiss="modal">Close</button>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- END MODAL PORTFOLIOS -->
<!-- BEGIN MODAL FUND RATINGS -->
<div class="modal fade" id="modalFundRatings" tabindex="-1" role="dialog" aria-labelledby="modalLabelFundRatings" aria-hidden="true">
    <div class="modal-dialog modal-lg" role="document">
        <div class="modal-content">
            <div class="modal-header alert alert-info">
                <img src="/Content/Images/logo_icon.svg" class="img img-fluid" alt="Kivalia">
                <h5 class="modal-title" id="modalLabelFundRatings">NO SHORTAGE OF GOOD IDEAS</h5>
                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                    <span aria-hidden="true">&times;</span>
                </button>
            </div>
            <div class="modal-body">
                <div class="row">
                    <div class="col-md-12">
                        <div class="lefthead">
                            <h4>
                                360 degree analysis
                            </h4>
                        </div>
                        <div class="row">
                            <div class="col-md-7">
                                <p>
                                    <i class="fa fa-chevron-circle-right" aria-hidden="true"></i>Style Analysis provides a snapshot of the historic composition of an investment over time along with an estimate of how much of an asset’s returns have come from sector positioning versus manager
                                    investment selection.
                                </p>
                                <p>
                                    <i class="fa fa-chevron-circle-right" aria-hidden="true"></i>Kivalia’s asset ratings rank an asset along two dimensions – how it is performing within its primary sector, and how the sector is performing against the broad U.S. stock market. Thus, you can readily
                                    separate
                                    investments that are truly out–performing from those that are being carried along by a strong sector tailwind.
                                </p>
                                <p><i class="fa fa-chevron-circle-right" aria-hidden="true"></i>Finally, a ranking of the top 100 funds &amp; ETFs by category, updated quarterly, can be found on our investment research pages.</p>
                            </div>
                            <div class="col-md-5 fmb">
                                <img src="/Content/Images/bg6.png" alt="" class="img-fluid">
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="modal-footer">
                <div class="col-md-12 text-center">
                    <button type="button" class="btn btn-close" data-dismiss="modal">Close</button>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- END MODAL FUND RATINGS -->
<!-- BEGIN MODAL ASSET RATING -->
<div class="modal fade" id="modalAssetRating" tabindex="-1" role="dialog" aria-labelledby="modalLabelAssetRating" aria-hidden="true">
    <div class="modal-dialog modal-lg" role="document">
        <div class="modal-content">
            <div class="modal-header alert alert-info">
                <img src="/Content/Images/logo_icon.svg" class="img img-fluid" alt="Kivalia">
                <h5 class="modal-title" id="modalLabelAssetRating">Asset Rating</h5>
                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                    <span aria-hidden="true">&times;</span>
                </button>
            </div>
            <div class="modal-body">
                <div class="row">
                    <div class="col-md-12">
                        <p><h4><b class="colorGreen">Letter rating</b></h4></p>
                        <p class="mb-4">Our letter rating captures how the fund, ETF, or stock has performed within its best fit category over the past year.</p>
                        <p class="text-center mgrbtm-2 tilteGray"><b>Kivalia Asset Ratings - within an asset's "best fit" sector</b></p>
                        <p class="text-center"><i>(measured on an after-fee, risk-adjusted basis)</i></p>
                        <div class="col-md-12 table-responsive-lg pl-0 pr-0">
                            <table class="table table-bgtitle">
                                <thead>
                                    <tr class="colorBgGray">
                                        <th class="text-center">Asset Rating</th>
                                        <th class="text-center">Lower Cutoff</th>
                                        <th class="text-center">Upper Cutoff</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <tr>
                                        <td class="text-center">A</td>
                                        <td class="text-center">+3%</td>
                                        <td class="text-center">NA</td>
                                    </tr>
                                    <tr>
                                        <td class="text-center">B</td>
                                        <td class="text-center">+1%</td>
                                        <td class="text-center">+3%</td>
                                    </tr>
                                    <tr>
                                        <td class="text-center">C</td>
                                        <td class="text-center">-1%</td>
                                        <td class="text-center">+1%</td>
                                    </tr>
                                    <tr>
                                        <td class="text-center">D</td>
                                        <td class="text-center">-3%</td>
                                        <td class="text-center">-1%</td>
                                    </tr>
                                    <tr>
                                        <td class="text-center">F</td>
                                        <td class="text-center">NA</td>
                                        <td class="text-center">-3%</td>
                                    </tr>
                                </tbody>
                            </table>
                        </div>
                        <br>
                        <p><h4><b class="colorGreen">Sign rating</b></h4></p>
                        <p class="mb-4">Our sign ratings (++, +, -,- -) express the momentum of the asset’s best fit category against the overall U.S. market over the past year.</p>
                        <p class="text-center mgrbtm-2 tilteGray"><b>Kivalia Sector Ratings - against the broad U.S. Stock Market</b></p>
                        <p class="text-center"><i>(measured on an after-fee, risk-adjusted basis)</i></p>
                        <div class="col-md-12 table-responsive-lg pl-0 pr-0">
                            <table class="table table-bgtitle">
                                <thead>
                                    <tr class="colorBgGray">
                                        <th class="text-center">Sector Rating</th>
                                        <th class="text-center">Lower Cutoff</th>
                                        <th class="text-center">Upper Cutoff</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <tr>
                                        <td class="text-center">++</td>
                                        <td class="text-center">+3%</td>
                                        <td class="text-center">NA</td>
                                    </tr>
                                    <tr>
                                        <td class="text-center">+</td>
                                        <td class="text-center">+1%</td>
                                        <td class="text-center">+3%</td>
                                    </tr>
                                    <tr>
                                        <td class="text-center"></td>
                                        <td class="text-center">-1%</td>
                                        <td class="text-center">+1%</td>
                                    </tr>
                                    <tr>
                                        <td class="text-center">-</td>
                                        <td class="text-center">-3%</td>
                                        <td class="text-center">-1%</td>
                                    </tr>
                                    <tr>
                                        <td class="text-center">--</td>
                                        <td class="text-center">NA</td>
                                        <td class="text-center">-3%</td>
                                    </tr>
                                </tbody>
                            </table>
                        </div>
                    </div>
                </div>
            </div>
            <div class="modal-footer">
                <div class="col-md-12 text-center">
                    <button type="button" class="btn btn-close" data-dismiss="modal">Close</button>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- END MODAL ASSET RATING -->
<!-- begin FB/Twitter only on homepage -->
<script>!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); } }(document, "script", "twitter-wjs");</script>
<div id="fb-root"></div>
<script>
    (function (d, s, id) {
        var js, fjs = d.getElementsByTagName(s)[0];
        if (d.getElementById(id)) return;
        js = d.createElement(s); js.id = id;
        js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=233711983427034";
        fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
<!-- end FB/Twitter only on homepage -->
<script type="text/javascript" src="/Content/js/getPlanNames.js"></script>

<!--Start of Zopim Live Chat Script-->
<script type="text/javascript">
    window.$zopim || (function (d, s) {
        var z = $zopim = function (c) {
            z._.push(c)
        },
            $ = z.s =
                d.createElement(s),
            e = d.getElementsByTagName(s)[0];
        z.set = function (o) {
            z.set.
                _.push(o)
        };
        z._ = [];
        z.set._ = [];
        $.async = !0;
        $.setAttribute('charset', 'utf-8');
        $.src = 'https://v2.zopim.com/?1fPtoVIJjgCNRm3psrxN8tneeD7XSK0W';
        z.t = +new Date;
        $.
            type = 'text/javascript';
        e.parentNode.insertBefore($, e)
    })(document, 'script');

</script>
<!--End of Zopim Live Chat Script-->

            <footer>
                <div class="container-fluid">
                    <div class="row">
                        <div class="col-xl-5 col-md-5 col-12">
                            <img src="/Content/Images/logo_footer.png" class="img img-fluid" alt="">
                            <p>
                                Kivalia is not affiliated with, nor endorsed by,
                                any of the employers represented on this
                                website.
                            </p>
                            <div class="copyright"> © 2013-2020 Kivalia, Inc.</div>

                        </div>
                        <div class="col-xl-3 col-md-3 col-12">
                            <ul class="list-unstyled text-small nav-footer mfooter">
                                <li class="ridge"><a class="text-muted" href="/">Home</a></li>
                                <li class="ridge"><a class="text-muted" href="/login">Log In</a></li>
                                <li><a class="text-muted" href="/investment-research">Investment Research</a></li>
                                <li><a class="text-muted" href="/about">About Us</a></li>
                                <li><a class="text-muted" href="/contact">Contact</a></li>
                            </ul>
                        </div>
                        <div class="col-xl-3 col-md-3 col-12 offset-md-1">
                            <ul class="list-unstyled text-small nav-footer">
                                <li><a class="text-muted" href="/privacy">Privacy Policy</a></li>
                                <li><a class="text-muted" href="/terms-and-disclaimer">Terms of Service & Disclaimer </a></li>
                            </ul>
                            <ul class="ico-links social-links">
                                <li>
                                    <a class="twitter" target="_blank" title="Twitter" href="https://twitter.com/kivalia" alt="Follow Kivalia on Twitter">
                                        <i class="fa fa-twitter"></i>
                                        <span class="sr-only">Twitter</span>
                                    </a>
                                </li>
                                <li>
                                    <a class="facebook" target="_blank" title="Facebook" href="https://www.facebook.com/pages/Kivalia/167961076612634" alt="Follow Kivalia on Facebook">
                                        <i class="fa fa-facebook"></i>
                                        <span class="sr-only">Facebook</span>
                                    </a>
                                </li>
                            </ul>
                        </div>

                    </div>
                </div>
            </footer>
        </div>
    <!-- BEGIN MODAL SHARE SOCIAL -->
    <div class="modal fade" id="sharePlan">
        <div class="modal-dialog modal-dialog-centered">
            <div class="modal-content">
                <!-- Modal Header -->
                <div class="modal-header alert alert-info">
                    <img src="/Content/Images/logo_icon.svg" class="img img-fluid" alt="Kivalia">
                    <h4 class="modal-title">Share Plan</h4>
                    <button type="button" class="close" data-dismiss="modal">&times;</button>
                </div>
                <!-- end .modal-header -->
                <!-- Modal body -->
                <div class="modal-body">
                    <div class="col-md-12 text-center">
                        <h2><img src="/Content/Images/icon-invite.png" class="img img-responsive" alt=""></h2>
                        <p>More plan followers lead to better, more accurate recommendations.</p>
                        <p>Share, or directly invite, co-workers to sign up!</p>
                        <ul class="send-link-social">
                            <li>
                                <a href="#" class="co-linkedin" id="btn-linkedin"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
                            </li>
                            <li><a href="#" class="co-facebook" id="btn-facebook"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
                            <li><a href="#" class="co-twitter" id="btn-twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
                            <li><a href="#" class="co-instagram" id="btn-instagram"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
                        </ul>
                        <div class="input-group mb-3">
                            <input type="text" class="form-control" value="" id="sharelink">
                            <div class="input-group-append">
                                <button class="input-group-text btn-default bt-sc btn-copy" role="button"><i class="fa fa-link" aria-hidden="true"></i>Copy</button>
                            </div>
                        </div>
                        <div class="input-group mb-3">
                            <input style="display: inline;" id="inviteEmailList" type="text" class="form-control" placeholder="Friend's email addresses">
                            <div class="input-group-append">
                                <button style="display: inline;" id="inviteButton" class="input-group-text btn-default bt-sc" role="button"><i class="fa fa-envelope-o" aria-hidden="true"></i>Invite</button>
                            </div>
                            <form id="inviteButtonForm" action="#" method="post">
                                <input name="__RequestVerificationToken" type="hidden" value="yYVFZGMRcbXvxBqEBgMOB1X2BuT6mJ0j2FmNYhtssfjkFdljZb3fqKIqTIE1DsFBkLVG4zcUi51CzoJOPPSkmVm8aaU1" />
                            </form>
                        </div>
                        <div>
                            <span id="errorText" class="error-required"></span>
                        </div>
                    </div>
                </div>
                <!-- end .modal-body -->
                <!-- Modal footer -->
                <div class="modal-footer">
                    <div class="col-md-12 text-center">
                        <button type="button" class="btn btn-close" data-dismiss="modal">Close</button>
                    </div>
                </div>
                <!-- end .modal-footer -->
            </div>
        </div>
    </div>
    <!-- END MODAL SHARE SOCIAL -->

<script>
    $(function () {
        function getId(loc, pattern) {
            let len = pattern.length;
            let truncated = loc.slice(len);
            let planId = parseInt(truncated);
            return planId;
        }
        function getPlanId() {
            let path = location.pathname;
            let patterns = [
                '/plans/conservative-portfolio-rebalancing/',
                '/plans/conservative-portfolio-rebalancing/',
                '/plans/aggressive-portfolio-rebalancing/',
                '/plans/conservative-portfolio/',
                '/plans/moderate-portfolio/',
                '/plans/aggressive-portfolio/',
                '/plans/plan-info/',
                '/plans/plan-funds/',
                '/plans/'
            ];
            for (let i = 0; i < patterns.length; ++i) {
                if (path.startsWith(patterns[i])) {
                    return getId(path, patterns[i]);
                }
            }
            return -1;
        }

        $("#inviteButton").on('click', function () {
            let token = $('#inviteButtonForm input[name="__RequestVerificationToken"]').val();
            let planId = getPlanId();
            if (planId > -1) {
                let url = 'invite/' + planId.toString();
                let emailList = $('#inviteEmailList').val();
                let jsdataString = '{"id":' + planId.toString() + ',"emailList":"' + emailList + '"}';
                $.ajax({
                    headers: { __RequestVerificationToken: token },
                    type: "POST",
                    url: url,
                    contentType: "application/json; charset=utf-8",
                    data: jsdataString,
                    dataType: "json",
                    success: function (data) {
                        $('#sharePlan').modal('toggle');
                    },
                    error: function (xhr, httpStatusMessage, customErrorMessage) {
                        $('#errorText').text(customErrorMessage);
                    }
                });
            }
        });
    });
</script>
    
    <script type="text/javascript">

        var _gaq = _gaq || [];
        var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
        _gaq.push(['_require', 'inpage_linkid', pluginUrl]);
        _gaq.push(['_setAccount', 'UA-25283953-1']);
        _gaq.push(['_setDomainName', 'kivalia.com']);
        _gaq.push(['_setAllowHash', false]);
        _gaq.push(['_trackPageview']);

        (function () {
            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
        })();

    </script>
    

</body>
</html>

                               

Whois info of domain

Domain Name: VIMAA.COM
Registry Domain ID: 1569694488_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-09-21T16:01:32Z
Creation Date: 2009-09-20T05:41:50Z
Registry Expiry Date: 2025-09-20T05:41:50Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS57.DOMAINCONTROL.COM
Name Server: NS58.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T09:19:45Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass