Skip to content

Commit

Permalink
Update hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Aug 21, 2018
1 parent e859de0 commit e6c162f
Show file tree
Hide file tree
Showing 45 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion .github/contributing.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Please read our [contributing guidelines](http://opengamma.github.io/StrataDocs/contributions/).
Please read our [contributing guidelines](https://strata.opengamma.io/contributions/).
4 changes: 2 additions & 2 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

Thanks for your interest in Strata!

Our primary channel for user questions is our [forum](http://strata.opengamma.io/support/).
Please raise issues there, so we can better support you as per our [support policy](http://strata.opengamma.io/support/).
Our primary channel for user questions is our [forum](https://strata.opengamma.io/support/).
Please raise issues there, so we can better support you as per our [support policy](https://strata.opengamma.io/support/).

GitHub issues are intended primarily for use by the development team behind Strata.
However, if you are certain that you have found a bug, please delete this text and provide detailed information about it (preferably with a failing test case).
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies

Strata is licensed under The Apache Software License, Version 2.0
http://strata.opengamma.io/
https://strata.opengamma.io/


Strata includes code originally developed at CERN, which is licensed as follows:
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
Strata
======

[![Build Status](https://travis-ci.org/OpenGamma/Strata.svg?branch=master)](https://travis-ci.org/OpenGamma/Strata) [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Build Status](https://travis-ci.org/OpenGamma/Strata.svg?branch=master)](https://travis-ci.org/OpenGamma/Strata) [![License](http://img.shields.io/:license-apache-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

This repository contains the source code of Strata, the open source analytics and market risk library from OpenGamma.

Strata is released as Open Source Software under the
[Apache v2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](http://www.opengamma.com/) from the authors.
[Apache v2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](https://opengamma.com/) from the authors.

[![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](http://www.opengamma.com)
[![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](https://opengamma.com/)


Using Strata
------------

Documentation for Strata can be found at http://strata.opengamma.io.
Documentation for Strata can be found at https://strata.opengamma.io.

To use Strata Java SE 8u40 or later is required.
The JAR files are available in [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.opengamma.strata%22):
The JAR files are available in [Maven Central](https://search.maven.org/search?q=g:com.opengamma.strata):

```
<dependency>
Expand All @@ -41,7 +41,7 @@ The source code can be cloned using [git](http://git-scm.com/) from GitHub:
git clone https://github.com/OpenGamma/Strata.git
```

The projects use [Apache Maven](http://maven.apache.org/) as the build system.
The projects use [Apache Maven](https://maven.apache.org/) as the build system.
Version 3.5.0 or later is required.
Simply run this command to compile and install the source code locally:

Expand All @@ -53,7 +53,7 @@ Note that Strata is based on Java SE 8.
Version 8u40 or later is required to compile the code.

For more information about developing code on Strata
see the [documentation](http://strata.opengamma.io).
see the [documentation](https://strata.opengamma.io).


Status
Expand Down
4 changes: 2 additions & 2 deletions eclipse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Installation into Eclipse is therefore based on the m2e Maven-Eclipse plugin.

1. Download Eclipse
- We have tested using Eclipse Neon, and have previously used Luna and Mars
- See the [main download page](http://www.eclipse.org/downloads/), selecting a package that includes Maven integration (m2e)
- See the [main download page](https://www.eclipse.org/downloads/), selecting a package that includes Maven integration (m2e)
- *Internally, we prefer the [basic SDK download](http://download.eclipse.org/eclipse/downloads/) as it has less bloat,
but it does require a little more setup, notably the Maven integration (m2e) plugin*

Expand Down Expand Up @@ -90,5 +90,5 @@ If you are actively devloping Strata, then it is recommended to take some additi
Please contact us publicly via the [forums](http://forums.opengamma.com/) or
privately as per your support contract.

[![OpenGamma](http://developers.opengamma.com/res/display/default/chrome/masthead_logo.png "OpenGamma")](http://www.opengamma.com)
[![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](https://opengamma.com/)

6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ This is useful for understanding what the project does and for demonstrations.
### Source code

This module is released as Open Source Software using the
[Apache v2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](http://www.opengamma.com/) from the authors.
[Apache v2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](https://opengamma.com/) from the authors.

Code in this directory has NO GUARANTEES of backwards compatibility.
It may change at any point and in any way.

[![OpenGamma](http://developers.opengamma.com/res/display/default/chrome/masthead_logo.png "OpenGamma")](http://www.opengamma.com)
[![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](https://opengamma.com/)
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* Calibrates one set of curve, computes sensitivity (Bucketed PV01) and exports results in Excel for visualization.
* <p>
* Code used for the blog "Strata and multi-curve - Blog 1: Curve calibration and bucketed PV01" available at
* http://www.opengamma.com/blog/strata-and-multi-curve-curve-calibration-and-bucketed-pv01
* https://opengamma.com/blog/strata-and-multi-curve-curve-calibration-and-bucketed-pv01
*/
public class CalibrationPV01Example {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* Calibrates one set of curve, computes sensitivity (Bucketed PV01) and estimate computation time.
* <p>
* Code used for the blog "Strata and multi-curve - Blog 1: Curve calibration and bucketed PV01" available at
* http://www.opengamma.com/blog/strata-and-multi-curve-curve-calibration-and-bucketed-pv01
* https://opengamma.com/blog/strata-and-multi-curve-curve-calibration-and-bucketed-pv01
*/
public class CalibrationPVPerformanceExample {

Expand Down
6 changes: 3 additions & 3 deletions modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This directory contains a number of modules that together form Strata.
### Source code

This module is released as Open Source Software using the
[Apache v2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](http://www.opengamma.com/) from the authors.
[Apache v2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](https://www.opengamma.com/) from the authors.

[![OpenGamma](http://developers.opengamma.com/res/display/default/chrome/masthead_logo.png "OpenGamma")](http://www.opengamma.com)
[![OpenGamma](http://developers.opengamma.com/res/display/default/chrome/masthead_logo.png "OpenGamma")](https://www.opengamma.com)
6 changes: 3 additions & 3 deletions modules/basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ This module provides common financial concepts used by Strata:
### Source code

This module is released as Open Source Software using the
[Apache v2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](http://www.opengamma.com/) from the authors.
[Apache v2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](https://opengamma.com/) from the authors.

Code in this module will be maintained with backwards compatibility in mind.

[![OpenGamma](http://developers.opengamma.com/res/display/default/chrome/masthead_logo.png "OpenGamma")](http://www.opengamma.com)
[![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](https://opengamma.com/)
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
final class FxIndexCsvLookup
implements NamedLookup<FxIndex> {

// http://www.opengamma.com/sites/default/files/interest-rate-instruments-and-market-conventions.pdf
// https://developers.opengamma.com/quantitative-research/Interest-Rate-Instruments-and-Market-Conventions.pdf

/**
* The logger.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
final class IborIndexCsvLookup
implements NamedLookup<IborIndex> {

// http://www.opengamma.com/sites/default/files/interest-rate-instruments-and-market-conventions.pdf
// https://developers.opengamma.com/quantitative-research/Interest-Rate-Instruments-and-Market-Conventions.pdf
// LIBOR - http://www.bbalibor.com/technical-aspects/fixing-value-and-maturity
// different rules for overnight
// EURIBOR - http://www.bbalibor.com/technical-aspects/fixing-value-and-maturity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
final class OvernightIndexCsvLookup
implements NamedLookup<OvernightIndex> {

// http://www.opengamma.com/sites/default/files/interest-rate-instruments-and-market-conventions.pdf
// https://developers.opengamma.com/quantitative-research/Interest-Rate-Instruments-and-Market-Conventions.pdf

/**
* The logger.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
final class PriceIndexCsvLookup
implements NamedLookup<PriceIndex> {

// http://www.opengamma.com/sites/default/files/interest-rate-instruments-and-market-conventions.pdf
// https://developers.opengamma.com/quantitative-research/Interest-Rate-Instruments-and-Market-Conventions.pdf

/**
* The logger.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public void test_factory_String_String_invalid(String scheme, String value) {

//-------------------------------------------------------------------------
public void test_encodeScheme() {
String test = StandardId.encodeScheme("http://www.opengamma.com/foo/../~bar#test");
assertEquals(test, "http://www.opengamma.com/foo/../%7Ebar%23test");
String test = StandardId.encodeScheme("https://opengamma.com/foo/../~bar#test");
assertEquals(test, "https://opengamma.com/foo/../%7Ebar%23test");
}

//-------------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions modules/calc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The interface, `CalculationRunner` provides the main API.
### Source code

This module is released as Open Source Software using the
[Apache v2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](http://www.opengamma.com/) from the authors.
[Apache v2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](https://opengamma.com/) from the authors.

Code in this module will be maintained with backwards compatibility in mind.

[![OpenGamma](http://developers.opengamma.com/res/display/default/chrome/masthead_logo.png "OpenGamma")](http://www.opengamma.com)
[![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](https://opengamma.com/)
6 changes: 3 additions & 3 deletions modules/collect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ This module provides data structures used by Strata:
### Source code

This module is released as Open Source Software using the
[Apache v2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](http://www.opengamma.com/) from the authors.
[Apache v2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](https://opengamma.com/) from the authors.

Code in this module will be maintained with backwards compatibility in mind.

[![OpenGamma](http://developers.opengamma.com/res/display/default/chrome/masthead_logo.png "OpenGamma")](http://www.opengamma.com)
[![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](https://opengamma.com/)
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class XmlFileTest {
" </foo>";
private static final String SAMPLE_NAMESPACE = "" +
"<?xml version=\"1.0\" encoding=\"utf-8\"?>" +
"<base xmlns=\"http://www.opengamma.com/test\" xmlns:h=\"http://www.w3.org/TR/html4/\">" +
"<base xmlns=\"https://opengamma.com/test\" xmlns:h=\"http://www.w3.org/TR/html4/\">" +
" <h:p>Some text</h:p>" +
" <leaf1 h:foo='bla' og='strata'>leaf</leaf1>" +
"</base>";
Expand Down
6 changes: 3 additions & 3 deletions modules/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ This module provides market data containers.
### Source code

This module is released as Open Source Software using the
[Apache v2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](http://www.opengamma.com/) from the authors.
[Apache v2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](https://opengamma.com/) from the authors.

Code in this module will be maintained with backwards compatibility in mind.

[![OpenGamma](http://developers.opengamma.com/res/display/default/chrome/masthead_logo.png "OpenGamma")](http://www.opengamma.com)
[![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](https://opengamma.com/)
6 changes: 3 additions & 3 deletions modules/loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ This module provides tools that load data into the system from various data form
### Source code

This module is released as Open Source Software using the
[Apache v2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](http://www.opengamma.com/) from the authors.
[Apache v2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](https://opengamma.com/) from the authors.

Code in this module will be maintained with backwards compatibility in mind.
Implementation packages, with "impl" in the name, are private and may change at any time.

[![OpenGamma](http://developers.opengamma.com/res/display/default/chrome/masthead_logo.png "OpenGamma")](http://www.opengamma.com)
[![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](https://opengamma.com/)
6 changes: 3 additions & 3 deletions modules/market/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ This module provides a domain model for market data used by Strata:
### Source code

This module is released as Open Source Software using the
[Apache v2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](http://www.opengamma.com/) from the authors.
[Apache v2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](https://opengamma.com/) from the authors.

Code in this module will be maintained with backwards compatibility in mind.

[![OpenGamma](http://developers.opengamma.com/res/display/default/chrome/masthead_logo.png "OpenGamma")](http://www.opengamma.com)
[![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](https://opengamma.com/)
6 changes: 3 additions & 3 deletions modules/math/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ This module provides mathematical support for risk and pricing of financial inst
### Source code

This module is released as Open Source Software using the
[Apache v2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](http://www.opengamma.com/) from the authors.
[Apache v2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](https://opengamma.com/) from the authors.

This module is primarily intended to be internal implementation code.
Applications should avoid referencing this module directly.
It may change at any point and in any way with NO GUARANTEES of backwards compatibility.

[![OpenGamma](http://developers.opengamma.com/res/display/default/chrome/masthead_logo.png "OpenGamma")](http://www.opengamma.com)
[![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](https://opengamma.com/)
6 changes: 3 additions & 3 deletions modules/measure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ be performed across a mixed portfolio.
### Source code

This module is released as Open Source Software using the
[Apache v2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](http://www.opengamma.com/) from the authors.
[Apache v2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](https://opengamma.com/) from the authors.

Code in this module will be maintained with backwards compatibility in mind.

[![OpenGamma](http://developers.opengamma.com/res/display/default/chrome/masthead_logo.png "OpenGamma")](http://www.opengamma.com)
[![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](https://opengamma.com/)
6 changes: 3 additions & 3 deletions modules/pricer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ This module provides risk and pricing for financial instruments.
### Source code

This module is released as Open Source Software using the
[Apache v2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](http://www.opengamma.com/) from the authors.
[Apache v2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](https://opengamma.com/) from the authors.

Code in this module will be maintained with backwards compatibility in mind.
Implementation packages, with "impl" in the name, are private and may change at any time.

[![OpenGamma](http://developers.opengamma.com/res/display/default/chrome/masthead_logo.png "OpenGamma")](http://www.opengamma.com)
[![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](https://opengamma.com/)
6 changes: 3 additions & 3 deletions modules/product/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ This module provides a domain model for trades and products in financial markets
### Source code

This module is released as Open Source Software using the
[Apache v2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](http://www.opengamma.com/) from the authors.
[Apache v2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
Commercial support is [available](https://opengamma.com/) from the authors.

Code in this module will be maintained with backwards compatibility in mind.

[![OpenGamma](http://developers.opengamma.com/res/display/default/chrome/masthead_logo.png "OpenGamma")](http://www.opengamma.com)
[![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](https://opengamma.com/)
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* FRA conventions are based on the details held within the {@link IborIndex}.
* As such, there is a factory method rather than constants for the conventions.
* <p>
* http://www.opengamma.com/sites/default/files/interest-rate-instruments-and-market-conventions.pdf
* https://developers.opengamma.com/quantitative-research/Interest-Rate-Instruments-and-Market-Conventions.pdf
*/
public final class FraConventions {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Market standard Fixed-Ibor swap conventions.
* <p>
* http://www.opengamma.com/sites/default/files/interest-rate-instruments-and-market-conventions.pdf
* https://developers.opengamma.com/quantitative-research/Interest-Rate-Instruments-and-Market-Conventions.pdf
*/
final class StandardIborFutureConventions {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* <p>
* Swap rates for CHF, EUR, GBP, JPY and USD are established by ISDA in co-operation with
* Reuters (now Thomson Reuters) and Intercapital Brokers (now ICAP plc).
* Ref: http://www.opengamma.com/sites/default/files/interest-rate-instruments-and-market-conventions.pdf
* Ref: https://developers.opengamma.com/quantitative-research/Interest-Rate-Instruments-and-Market-Conventions.pdf
* <p>
* The most common implementations are provided in {@link SwapIndices}.
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Market standard Fixed-Ibor swap conventions.
* <p>
* http://www.opengamma.com/sites/default/files/interest-rate-instruments-and-market-conventions.pdf
* https://developers.opengamma.com/quantitative-research/Interest-Rate-Instruments-and-Market-Conventions.pdf
*/
public final class FixedIborSwapConventions {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Market standard Fixed-Overnight swap conventions.
* <p>
* http://www.opengamma.com/sites/default/files/interest-rate-instruments-and-market-conventions.pdf
* https://developers.opengamma.com/quantitative-research/Interest-Rate-Instruments-and-Market-Conventions.pdf
*/
public final class FixedOvernightSwapConventions {

Expand Down
Loading

0 comments on commit e6c162f

Please sign in to comment.