FinCal

Package for time value of money calculation, time series analysis and computational finance

https://github.com/felixfan/fincal

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Package for time value of money calculation, time series analysis and computational finance

Basic Info
Statistics
  • Stars: 23
  • Watchers: 5
  • Forks: 14
  • Open Issues: 0
  • Releases: 2
Created almost 13 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog

README.md

Open Source Love GPL Licence stable

Examples of using FinCal

Created on Fri Jul 19 2013
Updated on Mon May 12 15:57:11 2014

FinCal -- Time Value of Money, time series analysis and Computational Finance

FinCal is available on CRAN and GitHub

install.packages("FinCal",dependencies=TRUE) # from CRAN or

library("devtools") install_github("felixfan/FinCal") # from GitHub

r library(FinCal)

Functions available:

r ls("package:FinCal")

[1] "bdy" "bdy2mmy" [3] "candlestickChart" "cash.ratio" [5] "coefficient.variation" "cogs" [7] "current.ratio" "ddb" [9] "debt.ratio" "diluted.EPS" [11] "discount.rate" "ear" [13] "ear.continuous" "ear2bey" [15] "ear2hpr" "EIR" [17] "EPS" "financial.leverage" [19] "fv" "fv.annuity" [21] "fv.simple" "fv.uneven" [23] "geometric.mean" "get.ohlc.google" [25] "get.ohlc.yahoo" "get.ohlcs.google" [27] "get.ohlcs.yahoo" "gpm" [29] "harmonic.mean" "hpr" [31] "hpr2bey" "hpr2ear" [33] "hpr2mmy" "irr" [35] "iss" "lineChart" [37] "lineChartMult" "lt.d2e" [39] "mmy2hpr" "n.period" [41] "npm" "npv" [43] "pmt" "pv" [45] "pv.annuity" "pv.perpetuity" [47] "pv.simple" "pv.uneven" [49] "quick.ratio" "r.continuous" [51] "r.norminal" "r.perpetuity" [53] "sampling.error" "SFRatio" [55] "Sharpe.ratio" "slde" [57] "total.d2e" "twrr" [59] "volumeChart" "was" [61] "wpr"

Getting help on a function (e.g., pv)
help{pv} # display the documentation for the function args{pv} # see arguments of the function example{pv} # see example of using the function

Citations

  • Yanhui Fan. (2016) FinCal: package for time value of money calculation, time series analysis and computational finance. Zenodo. DOI

Owner

  • Name: Yanhui Fan
  • Login: felixfan
  • Kind: user

GitHub Events

Total
  • Watch event: 1
  • Fork event: 1
Last Year
  • Watch event: 1
  • Fork event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 33
  • Total Committers: 3
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.394
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Felix f****h@g****m 20
Felix Fan n****h@1****m 8
Felix n****h@g****m 5
Committer Domains (Top 20 + Academic)
126.com: 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 2
  • Total pull requests: 1
  • Average time to close issues: 12 months
  • Average time to close pull requests: almost 2 years
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 2.5
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jsjuni (1)
  • landroni (1)
Pull Request Authors
  • jsjuni (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 3
  • Total downloads:
    • cran 1,730 last-month
  • Total dependent packages: 2
    (may contain duplicates)
  • Total dependent repositories: 3
    (may contain duplicates)
  • Total versions: 10
  • Total maintainers: 1
proxy.golang.org: github.com/felixfan/FinCal
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 11 months ago
proxy.golang.org: github.com/felixfan/fincal
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 11 months ago
cran.r-project.org: FinCal

Time Value of Money, Time Series Analysis and Computational Finance

  • Versions: 8
  • Dependent Packages: 2
  • Dependent Repositories: 3
  • Downloads: 1,730 Last month
Rankings
Forks count: 5.8%
Downloads: 10.1%
Average: 11.6%
Stargazers count: 11.8%
Dependent packages count: 13.7%
Dependent repos count: 16.5%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • RCurl * imports
  • ggplot2 * imports
  • reshape2 * imports