{"id":18604961,"url":"https://github.com/finmath/finmath-experiments","last_synced_at":"2025-04-10T20:31:01.391Z","repository":{"id":7484009,"uuid":"8832606","full_name":"finmath/finmath-experiments","owner":"finmath","description":"Experiments, demos and unit tests based on finmath lib.","archived":false,"fork":false,"pushed_at":"2024-12-12T13:49:49.000Z","size":43440,"stargazers_count":20,"open_issues_count":0,"forks_count":13,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-25T03:41:35.219Z","etag":null,"topics":["demo","finmath-lib"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/finmath.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-03-17T10:01:05.000Z","updated_at":"2025-03-17T14:14:56.000Z","dependencies_parsed_at":"2024-10-21T14:24:06.908Z","dependency_job_id":null,"html_url":"https://github.com/finmath/finmath-experiments","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finmath%2Ffinmath-experiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finmath%2Ffinmath-experiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finmath%2Ffinmath-experiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finmath%2Ffinmath-experiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/finmath","download_url":"https://codeload.github.com/finmath/finmath-experiments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248290019,"owners_count":21078923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["demo","finmath-lib"],"created_at":"2024-11-07T02:19:30.598Z","updated_at":"2025-04-10T20:30:56.352Z","avatar_url":"https://github.com/finmath.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"finmath experiments\n===================\n\nExperiments and demos based on finmath lib.\n\nSee also http://finmath.github.io/finmath-experiments/\n\nProjects\n--------\n\n**finmath lib**  \n    Java library providing implementations of methodologies related to\n    mathematical finance, but applicable to other fields (e.g., the\n    Monte-Carlo simulation of SDEs and the estimation of conditional\n    expectations in Monte-Carlo).\n    See http://finmath.net/finmath-lib\n\n**finmath spreadsheets**  \n    A collection of spreadsheets building upon *finmath lib* and\n    providing end user solutions (e.g, interest rate curve calibration\n    or calibration of a forward rate model, aka LIBOR market model).\n    See http://finmath.net/spreadsheets/\n\n**finmath experiments**  \n    Small experiments, illustrating some aspects of mathematical\n    finance. Also illustrates how to use the finmath lib.\n\n**finmath lib plot extensions**\n\tConvenient abstractions of some plotting libraries and example usages of finmath lib.\n\tSee http://finmath.net/finmath-lib-plot-extensions/\n    \n\nDocumentation\n-------------\n\n-   [finmath lib API documentation][]  \n     provides the documentation of the library api.\n-   [finmath.net special topics][]  \n     cover some selected topics with demo spreadsheets and uml diagrams.\n    Some topics come with additional documentations (technical papers).\n\n\nLicense\n-------\n\nThe code of \"finmath lib\" and \"finmath experiments\" (packages\n`net.finmath.*`) are distributed under the [Apache License version\n2.0][], unless otherwise explicitly stated.\n\n  [finmath lib API documentation]: http://www.finmath.net/java/finmath-lib/doc/\n  [finmath.net special topics]: http://www.finmath.net/topics\n  [Apache License version 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html\n\n\nInstruction for Contributors for Experiments\n-------\n\nHere are a few remarks in case you like to create and contribute a web page with experiments, similar to the ones in the `docs` folder of this repo.\n\n-\tUsed the same HTML header as in the example on Monte-Carlo simulation, see \u003ca href=\"montecarlo-blackscholes\"\u003emontecarlo-blackscholes\u003c/a\u003e (adjusting title and description).\n\n-\tUse the correct HTML tags for code blocks, i.e. the tag `\u003cdiv class=\"codeboxwithheader\"\u003e` and everything that is inside. Just change the title text, the id and the code inside.\n\n-\tIf you like to use the \u003ci\u003eCopy to clipboard\u003c/i\u003e button, make sure that value in \u003ctt\u003edata-clipboard-target\u003c/tt\u003e corresponds to the id in the \u003ctt\u003epre\u003c/tt\u003e-tag. Like \u003ctt\u003eexperiment1\u003c/tt\u003e in this example:\n\n\t\t\u003cspan style=\"float: right;\"\u003e\u003cbutton class=\"btn\" data-clipboard-target=\"#experiment1\"\u003eCopy to clipboard\u003c/button\u003e\u003c/span\u003e\n\t\t\t\u003cdiv class=\"codebox\"\u003e\u003cpre class=\"prettyprint\"\u003e\u003ccode class=\"language-java\" id=\"experiment1\"\u003e\n\n\t\t\t\u003c/code\u003e\u003c/pre\u003e\u003c/div\u003e\n\n-\tCheck your page on a mobile device (iPhone, iPad). Long package names or class names can lead to layout issues.\n\n-\tIf you create plots, the best quality can be achieved by saving the plot as SVG. Use `plot.saveAsSVG(new File(filename), 800, 450))`\n\n-\tUse LaTeX with MathJax: you can write LaTeX inside the HTML using `\\(` and `\\)` to mark the start and the end.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinmath%2Ffinmath-experiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinmath%2Ffinmath-experiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinmath%2Ffinmath-experiments/lists"}