The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Finance::HSHrates - Get current US Mortgage Rates from HSH

SYNOPSIS

  use Finance::HSHrates;
  @rates = getrates;

DESCRIPTION

This module gets the current US Mortgage rages from HSH. The getrates function will return an array with the following elements:

    0 30 Year Fixed - Rate
    1 30 Year Fixed - Points
    2 15 Year Fixed - Rate
    3 15 Year Fixed - Points
    4 1 Year Adjustable - Rate
    5 1 Year Adjustable - Points

COPYRIGHT

Copyright 2000, Dj Padzensky

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

The information that you obtain with this library may be copyrighted by HSH Associates, Financial Publishers, and is governed by their usage license.

AUTHOR

Dj Padzensky (djpadz@padz.net), PadzNet, Inc.

The Finance::HSHrates home page can be found at http://www.padz.net/~djpadz/HSHrates/