{"id":18604967,"url":"https://github.com/finmath/finmath-lib-scala","last_synced_at":"2025-05-16T19:11:14.866Z","repository":{"id":57744821,"uuid":"267096622","full_name":"finmath/finmath-lib-scala","owner":"finmath","description":"Convenient method aliases and implicit classes for using finmath-lib in Scala.","archived":false,"fork":false,"pushed_at":"2020-10-13T22:19:38.000Z","size":1486,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-18T02:13:25.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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}},"created_at":"2020-05-26T16:36:08.000Z","updated_at":"2022-09-14T12:31:38.000Z","dependencies_parsed_at":"2022-08-30T11:30:19.117Z","dependency_job_id":null,"html_url":"https://github.com/finmath/finmath-lib-scala","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finmath%2Ffinmath-lib-scala","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finmath%2Ffinmath-lib-scala/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finmath%2Ffinmath-lib-scala/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finmath%2Ffinmath-lib-scala/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/finmath","download_url":"https://codeload.github.com/finmath/finmath-lib-scala/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254592394,"owners_count":22097013,"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":[],"created_at":"2024-11-07T02:19:31.490Z","updated_at":"2025-05-16T19:11:14.842Z","avatar_url":"https://github.com/finmath.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"finmath-lib scala\n==========\n\n****************************************\n\n**Convenient method aliases and implicit classes for finmath lib.**\n\n****************************************\n\n## Introduction\n\nA main objective of this project is to build a bridge from\na [Scala](https://scala-lang.org) project\nto [finmath-lib](https://finmath.net/finmath-lib/)\nto allow for cleaner, more concise Scala code when using finmath-lib.\n\nFor example, since Scala allows for method names being symbols like ``+`` or ``-`` instead of\n``add`` and ``sub``, by importing\n\n\tnet.finmath.scala.stochastic.RandomVariableImplicits._\n\nyou may write Scala code like\n\n\t\tval underlying = initialValue * exp(drift + diffusion)\n\ninstead of\n\n\t\tvar underlying = diffusion.add(drift).exp().mult(initialValue)\n\nwhere ``diffusion`` is an object of type `net.finmath.stochastic.RandomVariable`.\n\n\n\nDistribution\n-------------------------------------\n\nfinmath-lib-scala is distributed through the central Maven repository. It's coordinates are:\n\n    \u003cgroupId\u003enet.finmath\u003c/groupId\u003e\n    \u003cartifactId\u003efinmath-lib-scala\u003c/artifactId\u003e\n\n\nReferences\n-------\n\n* [finmath lib Project documentation](http://finmath.net/finmath-lib/)\nprovides the documentation of the library api.\n* [finmath lib API documentation](http://finmath.net/finmath-lib/apidocs/)\nprovides the documentation of the library api.\n* [finmath.net special topics](http://www.finmath.net/topics)\ncover some selected topics with demo spreadsheets and uml diagrams.\nSome topics come with additional documentations (technical papers).\n\n\nLicense\n-------\n\nThe code of \"finmath lib\", \"finmath experiments\" and \"finmath lib cuda extensions\" and \"finmath lib plot extensions\" and \"finmath lib scala\" (packages\n`net.finmath.*`) are distributed under the [Apache License version\n2.0](http://www.apache.org/licenses/LICENSE-2.0.html), unless otherwise explicitly stated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinmath%2Ffinmath-lib-scala","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinmath%2Ffinmath-lib-scala","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinmath%2Ffinmath-lib-scala/lists"}