@barchart/portfolio-api-common 1.0.199 → 1.0.200
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.
|
@@ -254,6 +254,7 @@ module.exports = (() => {
|
|
|
254
254
|
.withField('price', DataType.DECIMAL)
|
|
255
255
|
.withField('quantity', DataType.DECIMAL)
|
|
256
256
|
.withField('fee', DataType.DECIMAL, true)
|
|
257
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
257
258
|
.schema
|
|
258
259
|
);
|
|
259
260
|
|
|
@@ -265,6 +266,7 @@ module.exports = (() => {
|
|
|
265
266
|
.withField('price', DataType.DECIMAL)
|
|
266
267
|
.withField('quantity', DataType.DECIMAL)
|
|
267
268
|
.withField('fee', DataType.DECIMAL, true)
|
|
269
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
268
270
|
.schema
|
|
269
271
|
);
|
|
270
272
|
|
|
@@ -276,6 +278,7 @@ module.exports = (() => {
|
|
|
276
278
|
.withField('price', DataType.DECIMAL)
|
|
277
279
|
.withField('quantity', DataType.DECIMAL)
|
|
278
280
|
.withField('fee', DataType.DECIMAL, true)
|
|
281
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
279
282
|
.schema
|
|
280
283
|
);
|
|
281
284
|
|
|
@@ -292,6 +295,7 @@ module.exports = (() => {
|
|
|
292
295
|
.withField('price', DataType.DECIMAL)
|
|
293
296
|
.withField('quantity', DataType.DECIMAL)
|
|
294
297
|
.withField('fee', DataType.DECIMAL, true)
|
|
298
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
295
299
|
.schema
|
|
296
300
|
);
|
|
297
301
|
|
|
@@ -303,6 +307,7 @@ module.exports = (() => {
|
|
|
303
307
|
.withField('rate', DataType.DECIMAL)
|
|
304
308
|
.withField('effective', DataType.DAY)
|
|
305
309
|
.withField('fee', DataType.DECIMAL, true)
|
|
310
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
306
311
|
.schema
|
|
307
312
|
);
|
|
308
313
|
|
|
@@ -315,6 +320,7 @@ module.exports = (() => {
|
|
|
315
320
|
.withField('effective', DataType.DAY)
|
|
316
321
|
.withField('price', DataType.DECIMAL)
|
|
317
322
|
.withField('fee', DataType.DECIMAL, true)
|
|
323
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
318
324
|
.schema
|
|
319
325
|
);
|
|
320
326
|
|
|
@@ -327,6 +333,7 @@ module.exports = (() => {
|
|
|
327
333
|
.withField('effective', DataType.DAY)
|
|
328
334
|
.withField('price', DataType.DECIMAL)
|
|
329
335
|
.withField('fee', DataType.DECIMAL, true)
|
|
336
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
330
337
|
.schema
|
|
331
338
|
);
|
|
332
339
|
|
|
@@ -338,6 +345,7 @@ module.exports = (() => {
|
|
|
338
345
|
.withField('rate', DataType.DECIMAL)
|
|
339
346
|
.withField('effective', DataType.DAY)
|
|
340
347
|
.withField('fee', DataType.DECIMAL, true)
|
|
348
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
341
349
|
.schema
|
|
342
350
|
);
|
|
343
351
|
|
|
@@ -350,6 +358,7 @@ module.exports = (() => {
|
|
|
350
358
|
.withField('effective', DataType.DAY)
|
|
351
359
|
.withField('price', DataType.DECIMAL)
|
|
352
360
|
.withField('fee', DataType.DECIMAL, true)
|
|
361
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
353
362
|
.schema
|
|
354
363
|
);
|
|
355
364
|
|
|
@@ -362,6 +371,7 @@ module.exports = (() => {
|
|
|
362
371
|
.withField('denominator', DataType.DECIMAL)
|
|
363
372
|
.withField('effective', DataType.DAY)
|
|
364
373
|
.withField('fee', DataType.DECIMAL, true)
|
|
374
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
365
375
|
.schema
|
|
366
376
|
);
|
|
367
377
|
|
|
@@ -371,6 +381,7 @@ module.exports = (() => {
|
|
|
371
381
|
.withField('type', DataType.forEnum(TransactionType, 'TransactionType'))
|
|
372
382
|
.withField('date', DataType.DAY)
|
|
373
383
|
.withField('fee', DataType.DECIMAL)
|
|
384
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
374
385
|
.schema
|
|
375
386
|
);
|
|
376
387
|
|
|
@@ -381,6 +392,7 @@ module.exports = (() => {
|
|
|
381
392
|
.withField('date', DataType.DAY)
|
|
382
393
|
.withField('fee', DataType.DECIMAL)
|
|
383
394
|
.withField('price', DataType.DECIMAL)
|
|
395
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
384
396
|
.schema
|
|
385
397
|
);
|
|
386
398
|
|
|
@@ -393,6 +405,7 @@ module.exports = (() => {
|
|
|
393
405
|
.withField('date', DataType.DAY)
|
|
394
406
|
.withField('amount', DataType.DECIMAL)
|
|
395
407
|
.withField('fee', DataType.DECIMAL, true)
|
|
408
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
396
409
|
.schema
|
|
397
410
|
);
|
|
398
411
|
|
|
@@ -403,6 +416,7 @@ module.exports = (() => {
|
|
|
403
416
|
.withField('date', DataType.DAY)
|
|
404
417
|
.withField('amount', DataType.DECIMAL)
|
|
405
418
|
.withField('fee', DataType.DECIMAL, true)
|
|
419
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
406
420
|
.schema
|
|
407
421
|
);
|
|
408
422
|
|
|
@@ -413,6 +427,7 @@ module.exports = (() => {
|
|
|
413
427
|
.withField('date', DataType.DAY)
|
|
414
428
|
.withField('amount', DataType.DECIMAL)
|
|
415
429
|
.withField('fee', DataType.DECIMAL, true)
|
|
430
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
416
431
|
.schema
|
|
417
432
|
);
|
|
418
433
|
|
|
@@ -423,6 +438,7 @@ module.exports = (() => {
|
|
|
423
438
|
.withField('date', DataType.DAY)
|
|
424
439
|
.withField('amount', DataType.DECIMAL)
|
|
425
440
|
.withField('fee', DataType.DECIMAL, true)
|
|
441
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
426
442
|
.schema
|
|
427
443
|
);
|
|
428
444
|
|
|
@@ -433,6 +449,7 @@ module.exports = (() => {
|
|
|
433
449
|
.withField('date', DataType.DAY)
|
|
434
450
|
.withField('value', DataType.DECIMAL)
|
|
435
451
|
.withField('fee', DataType.DECIMAL, true)
|
|
452
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
436
453
|
.schema
|
|
437
454
|
);
|
|
438
455
|
|
|
@@ -443,6 +460,7 @@ module.exports = (() => {
|
|
|
443
460
|
.withField('date', DataType.DAY)
|
|
444
461
|
.withField('income', DataType.DECIMAL)
|
|
445
462
|
.withField('fee', DataType.DECIMAL, true)
|
|
463
|
+
.withField('force', DataType.BOOLEAN, true)
|
|
446
464
|
.schema
|
|
447
465
|
);
|
|
448
466
|
|