@divvydiary/divvydiary-json-schemas 1.2.28 → 1.2.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divvydiary/divvydiary-json-schemas",
3
- "version": "1.2.28",
3
+ "version": "1.2.30",
4
4
  "description": "JSON Schemas for DivvyDiary.com",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -121,6 +121,22 @@
121
121
  },
122
122
  "countryWeightings": {
123
123
  "$ref": "https://divvydiary.com/schemas/defs.json#/properties/countryWeightings"
124
+ },
125
+ "dividendCagr": {
126
+ "type": "object",
127
+ "description": "Dividend Growth Rate (CAGR) *aristocrats only*",
128
+ "properties": {
129
+ "1Y": { "type": "number", "nullable": true },
130
+ "2Y": { "type": "number", "nullable": true },
131
+ "3Y": { "type": "number", "nullable": true },
132
+ "4Y": { "type": "number", "nullable": true },
133
+ "5Y": { "type": "number", "nullable": true },
134
+ "6Y": { "type": "number", "nullable": true },
135
+ "7Y": { "type": "number", "nullable": true },
136
+ "8Y": { "type": "number", "nullable": true },
137
+ "9Y": { "type": "number", "nullable": true },
138
+ "10Y": { "type": "number", "nullable": true }
139
+ }
124
140
  }
125
141
  }
126
142
  }
@@ -29,7 +29,8 @@
29
29
  "prevAmount": {
30
30
  "type": "number",
31
31
  "minimum": 0,
32
- "multipleOf": 0.000001
32
+ "multipleOf": 0.000001,
33
+ "nullable": true
33
34
  },
34
35
  "nickname": {
35
36
  "$merge": {