From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

App::Chart::Weblink::SandP -- web page links for symbols

SYNOPSIS

App::Chart::Weblink::SandP->new (symbol_table => { '^GSPC' => '500' },
url_pattern => '...{lang}...{symbol}');

CLASS HIERARCHY

App::Chart::Weblink::SandP is a subclass of App::Chart::Weblink.

App::Chart::Weblink
App::Chart::Weblink::SandP

DESCRIPTION

An SandP weblink goes to the Standard and Poors web site

with a table of symbols and a URL pattern for the link. The name and description parts of the weblink are set automatically. Normally this is just for indexes created or marketed by S&P.

FUNCTIONS

App::Chart::Weblink::SandP->new (symbol_table=>..., url_pattern=>...)

...

SEE ALSO

App::Chart::Weblink