@barchart/portfolio-api-common 1.2.11 → 1.2.12
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.
|
@@ -201,6 +201,7 @@ module.exports = (() => {
|
|
|
201
201
|
.withField('split.reference', DataType.STRING, true)
|
|
202
202
|
.withField('charge.amount', DataType.DECIMAL, true)
|
|
203
203
|
.withField('income.amount', DataType.DECIMAL, true)
|
|
204
|
+
.withField('valuation.rate', DataType.DECIMAL, true)
|
|
204
205
|
.withField('valuation.value', DataType.DECIMAL, true)
|
|
205
206
|
.withField('system.sequence', DataType.NUMBER)
|
|
206
207
|
.withField('system.version', DataType.STRING)
|
|
@@ -239,6 +240,7 @@ module.exports = (() => {
|
|
|
239
240
|
.withField('split.reference', DataType.STRING, true)
|
|
240
241
|
.withField('charge.amount', DataType.DECIMAL, true)
|
|
241
242
|
.withField('income.amount', DataType.DECIMAL, true)
|
|
243
|
+
.withField('valuation.rate', DataType.DECIMAL, true)
|
|
242
244
|
.withField('valuation.value', DataType.DECIMAL, true)
|
|
243
245
|
.schema
|
|
244
246
|
);
|