fmbasics | Financial Market Building Blocks
kandi X-RAY | fmbasics Summary
kandi X-RAY | fmbasics Summary
fmbasics is a R library. fmbasics has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
Implements basic financial market objects like currencies, currency pairs, interest rates and interest rate indices. You will be able to use Benchmark instances of these objects which have been defined using their most common conventions or those defined by International Swap Dealer Association (ISDA, legal documentation.
Implements basic financial market objects like currencies, currency pairs, interest rates and interest rate indices. You will be able to use Benchmark instances of these objects which have been defined using their most common conventions or those defined by International Swap Dealer Association (ISDA, legal documentation.
Support
Quality
Security
License
Reuse
Support
fmbasics has a low active ecosystem.
It has 8 star(s) with 10 fork(s). There are 3 watchers for this library.
It had no major release in the last 12 months.
There are 6 open issues and 7 have been closed. On average issues are closed in 4 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of fmbasics is v0.3.0
Quality
fmbasics has no bugs reported.
Security
fmbasics has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
fmbasics does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
fmbasics releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fmbasics
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fmbasics
fmbasics Key Features
No Key Features are available at this moment for fmbasics.
fmbasics Examples and Code Snippets
Copy
library("fmdates")
library("fmbasics")
AUD()
#> AUD
AUDUSD()
#> AUDUSD
library("lubridate")
to_fx_value(dates = ymd(20171230), tenor = "spot", x = AUDUSD())
#> [1] "2018-01-03"
to_fx_value(ymd(20171230), months(3), AUDUSD())
#> [1] "20
Copy
zc <- build_zero_curve()
plot(zc$pillar_times, zc$pillar_zeros, xlab = 'Years', ylab = 'Zero')
interpolate(zc, year_frac(zc$reference_date, ymd(20170331), "act/365"))
#> [1] 0.0187453
interpolate_zeros(zc, ymd(20170331))
#> 1.87453%, CONTI
Copy
rr <- InterestRate(value = 0.01, compounding = Inf, day_basis = "act/365")
as_DiscountFactor(rr, d1 = ymd(20170120), d2 = ymd(20210120))
#> 0.960763116514576, 2017-01-20--2021-01-20
# Convert to different rate basis
as_InterestRate(rr, day_bas
Community Discussions
No Community Discussions are available at this moment for fmbasics.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install fmbasics
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page