Process Dashboard: version 1.10 released


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Process Dashboard: version 1.10 released
# 1  
Old 09-22-2008
Process Dashboard: version 1.10 released

A tool to support individuals and teams using high-maturity, metrics-intensive project management methodologies [such as PSP(SM) and TSP(SM)]. Supports personal and team earned value tracking and forecasting; simplifies metrics collection and analysis.
Image Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Finance::Quote::TSP(3pm)				User Contributed Perl Documentation				  Finance::Quote::TSP(3pm)

NAME
Finance::Quote::TSP - Obtain fund prices for US Federal Government Thrift Savings Plan SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %info = Finance::Quote->fetch("tsp","c"); #get value of C "Common Stock Index Investment" Fund DESCRIPTION
This module fetches fund information from the "Thrift Savings Plan" http://www.tsp.gov using its fund prices page https://www.tsp.gov/investmentfunds/shareprice/sharePriceHistory.shtml The quote symbols are C common stock fund F fixed income fund G government securities fund I international stock fund S small cap stock fund L2020 lifecycle fund year 2020 L2030 lifecycle fund year 2030 L2040 lifecycle fund year 2040 L2050 lifecycle fund year 2050 LINCOME lifecycle income fund LABELS RETURNED
The following labels may be returned by Finance::Quote::TSP : name eg. "Common Stock Index Investment Fund" date latest date, eg. "21/02/10" isodate latest date, eg. "2010-02-21" last latest price, eg. "16.1053" close previous day's price nav same as "last" currency "USD" method "tsp" "nav" is the same as "last" since the funds are quoted at their net asset value. SEE ALSO
Thrift Savings Plan, http://www.tsp.gov perl v5.14.2 2014-03-03 Finance::Quote::TSP(3pm)