Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This Code of Conduct applies within all project spaces and also applies when an

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the maintainers at [36189959+LouisLetcher@users.noreply.github.com](mailto:36189959+LouisLetcher@users.noreply.github.com). All complaints will be reviewed and investigated promptly and fairly.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the maintainers at [admin@vollcom-digital.com](mailto:admin@vollcom-digital.com). All complaints will be reviewed and investigated promptly and fairly.

## Attribution

Expand Down
6 changes: 3 additions & 3 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Enable on `Settings → Branches → Branch protection rules` for `main`:
Add `CODEOWNERS` so critical files require review from maintainers:

```text
* @manuelheck
.github/ @manuelheck
src/ @manuelheck
* @vollcom-digital
.github/ @vollcom-digital
src/ @vollcom-digital
```

Place this in `.github/CODEOWNERS` (see file added in this repo). Adjust handles as needed.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 Manuel Heck and contributors
Copyright (c) 2025 Vollcom Digital GmbH and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We aim to keep the `main` branch secure and up-to-date. Security updates are pro

Please report security issues privately. Do not create public GitHub issues for vulnerabilities.

- Email: [36189959+LouisLetcher@users.noreply.github.com](mailto:36189959+LouisLetcher@users.noreply.github.com)
- Email: [admin@vollcom-digital.com](mailto:admin@vollcom-digital.com)
- Or use GitHub’s “Report a vulnerability” (Security > Advisories) if available

We will acknowledge your report within 72 hours, provide an initial assessment, and keep you informed of the remediation progress.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "quant-system"
version = "0.1.0"
description = "Dockerized, cache-aware, config-driven backtesting system using vectorbt"
authors = ["Louis Letcher <y36189959+LouisLetcher@users.noreply.github.com>"]
authors = ["Vollcom Digital GmbH <admin@vollcom-digital.com>"]
readme = "README.md"
packages = [
{ include = "src" }
Expand Down