lusid-sdk 2.0.430__py3-none-any.whl → 2.0.437__py3-none-any.whl

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.

Potentially problematic release.


This version of lusid-sdk might be problematic. Click here for more details.

lusid/__init__.py CHANGED
@@ -1001,4 +1001,1002 @@ from lusid.models.weighted_instruments import WeightedInstruments
1001
1001
  from lusid.models.yield_curve_data import YieldCurveData
1002
1002
 
1003
1003
  # import extensions into sdk package
1004
- from lusid.extensions import *
1004
+ from lusid.extensions import (
1005
+ SyncApiClientFactory,
1006
+ ApiClientFactory,
1007
+ ConfigurationLoader,
1008
+ SecretsFileConfigurationLoader,
1009
+ EnvironmentVariablesConfigurationLoader,
1010
+ ArgsConfigurationLoader,
1011
+ SyncApiClient
1012
+ )
1013
+
1014
+
1015
+ __all__ = [
1016
+ "AborApi",
1017
+ "AborConfigurationApi",
1018
+ "AddressKeyDefinitionApi",
1019
+ "AggregationApi",
1020
+ "AllocationsApi",
1021
+ "ApplicationMetadataApi",
1022
+ "BlocksApi",
1023
+ "CalendarsApi",
1024
+ "ChartOfAccountsApi",
1025
+ "ComplexMarketDataApi",
1026
+ "ComplianceApi",
1027
+ "ConfigurationRecipeApi",
1028
+ "ConventionsApi",
1029
+ "CorporateActionSourcesApi",
1030
+ "CounterpartiesApi",
1031
+ "CustomEntitiesApi",
1032
+ "CustomEntityDefinitionsApi",
1033
+ "CustomEntityTypesApi",
1034
+ "CutLabelDefinitionsApi",
1035
+ "DataTypesApi",
1036
+ "DerivedTransactionPortfoliosApi",
1037
+ "EntitiesApi",
1038
+ "ExecutionsApi",
1039
+ "FundsApi",
1040
+ "InstrumentEventTypesApi",
1041
+ "InstrumentEventsApi",
1042
+ "InstrumentsApi",
1043
+ "LegacyComplianceApi",
1044
+ "LegalEntitiesApi",
1045
+ "OrderGraphApi",
1046
+ "OrderInstructionsApi",
1047
+ "OrderManagementApi",
1048
+ "OrdersApi",
1049
+ "PackagesApi",
1050
+ "ParticipationsApi",
1051
+ "PersonsApi",
1052
+ "PlacementsApi",
1053
+ "PortfolioGroupsApi",
1054
+ "PortfoliosApi",
1055
+ "PropertyDefinitionsApi",
1056
+ "QuotesApi",
1057
+ "ReconciliationsApi",
1058
+ "ReferenceListsApi",
1059
+ "ReferencePortfolioApi",
1060
+ "RelationDefinitionsApi",
1061
+ "RelationsApi",
1062
+ "RelationshipDefinitionsApi",
1063
+ "RelationshipsApi",
1064
+ "SchemasApi",
1065
+ "ScopesApi",
1066
+ "ScriptedTranslationApi",
1067
+ "SearchApi",
1068
+ "SequencesApi",
1069
+ "StructuredResultDataApi",
1070
+ "SystemConfigurationApi",
1071
+ "TaxRuleSetsApi",
1072
+ "TransactionConfigurationApi",
1073
+ "TransactionFeesApi",
1074
+ "TransactionPortfoliosApi",
1075
+ "TranslationApi",
1076
+ "A2BBreakdown",
1077
+ "A2BCategory",
1078
+ "A2BDataRecord",
1079
+ "A2BMovementRecord",
1080
+ "Abor",
1081
+ "AborConfiguration",
1082
+ "AborConfigurationProperties",
1083
+ "AborConfigurationRequest",
1084
+ "AborProperties",
1085
+ "AborRequest",
1086
+ "AccessControlledAction",
1087
+ "AccessControlledResource",
1088
+ "AccessMetadataOperation",
1089
+ "AccessMetadataValue",
1090
+ "Account",
1091
+ "AccountProperties",
1092
+ "AccountingMethod",
1093
+ "AccountsUpsertResponse",
1094
+ "AccumulationEvent",
1095
+ "ActionId",
1096
+ "ActionResultOfPortfolio",
1097
+ "AddBusinessDaysToDateRequest",
1098
+ "AddBusinessDaysToDateResponse",
1099
+ "AdditionalPayment",
1100
+ "AddressDefinition",
1101
+ "AddressKeyComplianceParameter",
1102
+ "AddressKeyDefinition",
1103
+ "AddressKeyFilter",
1104
+ "AddressKeyList",
1105
+ "AddressKeyListComplianceParameter",
1106
+ "AddressKeyOptionDefinition",
1107
+ "AdjustHolding",
1108
+ "AdjustHoldingForDateRequest",
1109
+ "AdjustHoldingRequest",
1110
+ "AggregateSpec",
1111
+ "AggregatedReturn",
1112
+ "AggregatedReturnsDispersionRequest",
1113
+ "AggregatedReturnsRequest",
1114
+ "AggregatedReturnsResponse",
1115
+ "AggregatedTransactionsRequest",
1116
+ "AggregationContext",
1117
+ "AggregationMeasureFailureDetail",
1118
+ "AggregationOp",
1119
+ "AggregationOptions",
1120
+ "AggregationQuery",
1121
+ "AggregationType",
1122
+ "Allocation",
1123
+ "AllocationRequest",
1124
+ "AllocationServiceRunResponse",
1125
+ "AllocationSetRequest",
1126
+ "AmortisationEvent",
1127
+ "AnnulQuotesResponse",
1128
+ "AnnulSingleStructuredDataResponse",
1129
+ "AnnulStructuredDataResponse",
1130
+ "AssetClass",
1131
+ "AssetLeg",
1132
+ "Barrier",
1133
+ "Basket",
1134
+ "BasketIdentifier",
1135
+ "BatchAdjustHoldingsResponse",
1136
+ "BatchUpsertInstrumentPropertiesResponse",
1137
+ "BatchUpsertPortfolioTransactionsResponse",
1138
+ "BatchUpsertPropertyDefinitionPropertiesResponse",
1139
+ "Block",
1140
+ "BlockAndOrderIdRequest",
1141
+ "BlockAndOrders",
1142
+ "BlockAndOrdersCreateRequest",
1143
+ "BlockAndOrdersRequest",
1144
+ "BlockRequest",
1145
+ "BlockSetRequest",
1146
+ "BlockedOrderRequest",
1147
+ "Bond",
1148
+ "BondCouponEvent",
1149
+ "BondDefaultEvent",
1150
+ "BondPrincipalEvent",
1151
+ "BookTransactionsRequest",
1152
+ "BookTransactionsResponse",
1153
+ "BoolComplianceParameter",
1154
+ "BoolListComplianceParameter",
1155
+ "BranchStep",
1156
+ "BucketedCashFlowRequest",
1157
+ "BucketedCashFlowResponse",
1158
+ "BucketingSchedule",
1159
+ "CalculationInfo",
1160
+ "Calendar",
1161
+ "CalendarDate",
1162
+ "CalendarDependency",
1163
+ "CapFloor",
1164
+ "CashDependency",
1165
+ "CashDividendEvent",
1166
+ "CashElection",
1167
+ "CashFlowEvent",
1168
+ "CashFlowLineage",
1169
+ "CashFlowValue",
1170
+ "CashFlowValueSet",
1171
+ "CashLadderRecord",
1172
+ "CashPerpetual",
1173
+ "CdsFlowConventions",
1174
+ "CdsIndex",
1175
+ "CdsProtectionDetailSpecification",
1176
+ "Change",
1177
+ "ChangeHistory",
1178
+ "ChangeHistoryAction",
1179
+ "ChangeItem",
1180
+ "ChartOfAccounts",
1181
+ "ChartOfAccountsProperties",
1182
+ "ChartOfAccountsRequest",
1183
+ "CheckStep",
1184
+ "CleardownModuleDetails",
1185
+ "CleardownModuleRequest",
1186
+ "CleardownModuleResponse",
1187
+ "CleardownModuleRule",
1188
+ "CleardownModuleRulesUpdatedResponse",
1189
+ "Client",
1190
+ "CloseEvent",
1191
+ "ClosePeriodDiaryEntryRequest",
1192
+ "CompletePortfolio",
1193
+ "CompleteRelation",
1194
+ "CompleteRelationship",
1195
+ "ComplexBond",
1196
+ "ComplexMarketData",
1197
+ "ComplexMarketDataId",
1198
+ "ComplianceBreachedOrderInfo",
1199
+ "ComplianceParameter",
1200
+ "ComplianceParameterType",
1201
+ "ComplianceRule",
1202
+ "ComplianceRuleBreakdown",
1203
+ "ComplianceRuleBreakdownRequest",
1204
+ "ComplianceRuleResponse",
1205
+ "ComplianceRuleResult",
1206
+ "ComplianceRuleResultDetail",
1207
+ "ComplianceRuleResultPortfolioDetail",
1208
+ "ComplianceRuleResultV2",
1209
+ "ComplianceRuleUpsertRequest",
1210
+ "ComplianceRuleUpsertResponse",
1211
+ "ComplianceRunInfo",
1212
+ "ComplianceRunInfoV2",
1213
+ "ComplianceStep",
1214
+ "ComplianceStepType",
1215
+ "ComplianceSummaryRuleResult",
1216
+ "ComplianceSummaryRuleResultRequest",
1217
+ "ComplianceTemplate",
1218
+ "ComplianceTemplateParameter",
1219
+ "ComplianceTemplateVariation",
1220
+ "ComponentTransaction",
1221
+ "CompositeBreakdown",
1222
+ "CompositeBreakdownRequest",
1223
+ "CompositeBreakdownResponse",
1224
+ "CompositeDispersion",
1225
+ "CompositeDispersionResponse",
1226
+ "Compounding",
1227
+ "ConfigurationRecipe",
1228
+ "ConstantVolatilitySurface",
1229
+ "ConstituentsAdjustmentHeader",
1230
+ "ContractForDifference",
1231
+ "CorporateAction",
1232
+ "CorporateActionSource",
1233
+ "CorporateActionTransition",
1234
+ "CorporateActionTransitionComponent",
1235
+ "CorporateActionTransitionComponentRequest",
1236
+ "CorporateActionTransitionRequest",
1237
+ "CounterpartyAgreement",
1238
+ "CounterpartyRiskInformation",
1239
+ "CounterpartySignatory",
1240
+ "CreateAddressKeyDefinitionRequest",
1241
+ "CreateCalendarRequest",
1242
+ "CreateCorporateActionSourceRequest",
1243
+ "CreateCustomEntityTypeRequest",
1244
+ "CreateCutLabelDefinitionRequest",
1245
+ "CreateDataMapRequest",
1246
+ "CreateDataTypeRequest",
1247
+ "CreateDateRequest",
1248
+ "CreateDerivedPropertyDefinitionRequest",
1249
+ "CreateDerivedTransactionPortfolioRequest",
1250
+ "CreatePortfolioDetails",
1251
+ "CreatePortfolioGroupRequest",
1252
+ "CreatePropertyDefinitionRequest",
1253
+ "CreateRecipeRequest",
1254
+ "CreateReconciliationRequest",
1255
+ "CreateReferencePortfolioRequest",
1256
+ "CreateRelationDefinitionRequest",
1257
+ "CreateRelationRequest",
1258
+ "CreateRelationshipDefinitionRequest",
1259
+ "CreateRelationshipRequest",
1260
+ "CreateSequenceRequest",
1261
+ "CreateTaxRuleSetRequest",
1262
+ "CreateTradeTicketsResponse",
1263
+ "CreateTransactionPortfolioRequest",
1264
+ "CreateUnitDefinition",
1265
+ "CreditDefaultSwap",
1266
+ "CreditRating",
1267
+ "CreditSpreadCurveData",
1268
+ "CreditSupportAnnex",
1269
+ "CriterionType",
1270
+ "CurrencyAndAmount",
1271
+ "CurveOptions",
1272
+ "CustodianAccount",
1273
+ "CustodianAccountProperties",
1274
+ "CustodianAccountRequest",
1275
+ "CustodianAccountsUpsertResponse",
1276
+ "CustomEntityDefinition",
1277
+ "CustomEntityDefinitionRequest",
1278
+ "CustomEntityField",
1279
+ "CustomEntityFieldDefinition",
1280
+ "CustomEntityId",
1281
+ "CustomEntityRequest",
1282
+ "CustomEntityResponse",
1283
+ "CustomEntityType",
1284
+ "CutLabelDefinition",
1285
+ "CutLocalTime",
1286
+ "DataDefinition",
1287
+ "DataMapKey",
1288
+ "DataMapping",
1289
+ "DataScope",
1290
+ "DataType",
1291
+ "DataTypeSummary",
1292
+ "DataTypeValueRange",
1293
+ "DateAttributes",
1294
+ "DateOrDiaryEntry",
1295
+ "DateRange",
1296
+ "DateTimeComparisonType",
1297
+ "DateTimeComplianceParameter",
1298
+ "DateTimeListComplianceParameter",
1299
+ "DayMonth",
1300
+ "DayOfWeek",
1301
+ "DecimalComplianceParameter",
1302
+ "DecimalList",
1303
+ "DecimalListComplianceParameter",
1304
+ "DecoratedComplianceRunSummary",
1305
+ "DeleteAccountsResponse",
1306
+ "DeleteCustodianAccountsResponse",
1307
+ "DeleteInstrumentPropertiesResponse",
1308
+ "DeleteInstrumentResponse",
1309
+ "DeleteInstrumentsResponse",
1310
+ "DeleteModes",
1311
+ "DeleteRelationRequest",
1312
+ "DeleteRelationshipRequest",
1313
+ "DeletedEntityResponse",
1314
+ "DependencySourceFilter",
1315
+ "DescribedAddressKey",
1316
+ "Dialect",
1317
+ "DialectId",
1318
+ "DialectSchema",
1319
+ "DiaryEntry",
1320
+ "DiaryEntryRequest",
1321
+ "DiscountFactorCurveData",
1322
+ "DiscountingDependency",
1323
+ "DiscountingMethod",
1324
+ "DividendOptionEvent",
1325
+ "DividendReinvestmentEvent",
1326
+ "EconomicDependency",
1327
+ "EconomicDependencyType",
1328
+ "EconomicDependencyWithComplexMarketData",
1329
+ "EconomicDependencyWithQuote",
1330
+ "ElectionSpecification",
1331
+ "EligibilityCalculation",
1332
+ "EmptyModelOptions",
1333
+ "EntityIdentifier",
1334
+ "Equity",
1335
+ "EquityAllOfIdentifiers",
1336
+ "EquityCurveByPricesData",
1337
+ "EquityCurveDependency",
1338
+ "EquityModelOptions",
1339
+ "EquityOption",
1340
+ "EquitySwap",
1341
+ "EquityVolDependency",
1342
+ "EquityVolSurfaceData",
1343
+ "ErrorDetail",
1344
+ "EventDateRange",
1345
+ "ExDividendConfiguration",
1346
+ "ExchangeTradedOption",
1347
+ "ExchangeTradedOptionContractDetails",
1348
+ "Execution",
1349
+ "ExecutionRequest",
1350
+ "ExecutionSetRequest",
1351
+ "ExerciseEvent",
1352
+ "ExoticInstrument",
1353
+ "ExpandedGroup",
1354
+ "FeeRule",
1355
+ "FeeRuleUpsertRequest",
1356
+ "FeeRuleUpsertResponse",
1357
+ "FieldDefinition",
1358
+ "FieldSchema",
1359
+ "FieldValue",
1360
+ "FileResponse",
1361
+ "FilterPredicateComplianceParameter",
1362
+ "FilterStep",
1363
+ "FixedLeg",
1364
+ "FixedLegAllOfOverrides",
1365
+ "FixedSchedule",
1366
+ "FlexibleLoan",
1367
+ "FloatSchedule",
1368
+ "FloatingLeg",
1369
+ "FlowConventionName",
1370
+ "FlowConventions",
1371
+ "ForwardRateAgreement",
1372
+ "FromRecipe",
1373
+ "Fund",
1374
+ "FundProperties",
1375
+ "FundRequest",
1376
+ "FundShareClass",
1377
+ "FundingLeg",
1378
+ "FundingLegOptions",
1379
+ "Future",
1380
+ "FuturesContractDetails",
1381
+ "FxConventions",
1382
+ "FxDependency",
1383
+ "FxForward",
1384
+ "FxForwardCurveByQuoteReference",
1385
+ "FxForwardCurveData",
1386
+ "FxForwardModelOptions",
1387
+ "FxForwardPipsCurveData",
1388
+ "FxForwardSettlementEvent",
1389
+ "FxForwardTenorCurveData",
1390
+ "FxForwardTenorPipsCurveData",
1391
+ "FxForwardsDependency",
1392
+ "FxLinkedNotionalSchedule",
1393
+ "FxOption",
1394
+ "FxRateSchedule",
1395
+ "FxSwap",
1396
+ "FxTenorConvention",
1397
+ "FxVolDependency",
1398
+ "FxVolSurfaceData",
1399
+ "GeneralLedgerProfileMapping",
1400
+ "GeneralLedgerProfileRequest",
1401
+ "GeneralLedgerProfileResponse",
1402
+ "GetCdsFlowConventionsResponse",
1403
+ "GetComplexMarketDataResponse",
1404
+ "GetCounterpartyAgreementResponse",
1405
+ "GetCreditSupportAnnexResponse",
1406
+ "GetDataMapResponse",
1407
+ "GetFlowConventionsResponse",
1408
+ "GetIndexConventionResponse",
1409
+ "GetInstrumentsResponse",
1410
+ "GetQuotesResponse",
1411
+ "GetRecipeComposerResponse",
1412
+ "GetRecipeResponse",
1413
+ "GetReferencePortfolioConstituentsResponse",
1414
+ "GetStructuredResultDataResponse",
1415
+ "GetVirtualDocumentResponse",
1416
+ "GroupBySelectorComplianceParameter",
1417
+ "GroupByStep",
1418
+ "GroupFilterPredicateComplianceParameter",
1419
+ "GroupFilterStep",
1420
+ "GroupOfMarketDataKeyRules",
1421
+ "GroupedResultOfAddressKey",
1422
+ "HoldingAdjustment",
1423
+ "HoldingAdjustmentWithDate",
1424
+ "HoldingContext",
1425
+ "HoldingContributor",
1426
+ "HoldingsAdjustment",
1427
+ "HoldingsAdjustmentHeader",
1428
+ "IUnitDefinitionDto",
1429
+ "IdSelectorDefinition",
1430
+ "IdentifierPartSchema",
1431
+ "IndexConvention",
1432
+ "IndexModelOptions",
1433
+ "IndexProjectionDependency",
1434
+ "IndustryClassifier",
1435
+ "InflationFixingDependency",
1436
+ "InflationIndexConventions",
1437
+ "InflationLeg",
1438
+ "InflationLinkedBond",
1439
+ "InflationSwap",
1440
+ "InformationalErrorEvent",
1441
+ "InformationalEvent",
1442
+ "InlineValuationRequest",
1443
+ "InlineValuationsReconciliationRequest",
1444
+ "InputTransition",
1445
+ "Instrument",
1446
+ "InstrumentCapabilities",
1447
+ "InstrumentCashFlow",
1448
+ "InstrumentDefinition",
1449
+ "InstrumentDefinitionFormat",
1450
+ "InstrumentDeleteModes",
1451
+ "InstrumentEvent",
1452
+ "InstrumentEventConfiguration",
1453
+ "InstrumentEventHolder",
1454
+ "InstrumentEventType",
1455
+ "InstrumentIdTypeDescriptor",
1456
+ "InstrumentIdValue",
1457
+ "InstrumentLeg",
1458
+ "InstrumentList",
1459
+ "InstrumentListComplianceParameter",
1460
+ "InstrumentMatch",
1461
+ "InstrumentModels",
1462
+ "InstrumentPaymentDiary",
1463
+ "InstrumentPaymentDiaryLeg",
1464
+ "InstrumentPaymentDiaryRow",
1465
+ "InstrumentProperties",
1466
+ "InstrumentResolutionDetail",
1467
+ "InstrumentSearchProperty",
1468
+ "InstrumentType",
1469
+ "InterestRateSwap",
1470
+ "InterestRateSwaption",
1471
+ "IntermediateComplianceStep",
1472
+ "IrVolCubeData",
1473
+ "IrVolDependency",
1474
+ "IsBusinessDayResponse",
1475
+ "JournalEntryLine",
1476
+ "JournalEntryLinesQueryParameters",
1477
+ "LabelValueSet",
1478
+ "LegDefinition",
1479
+ "LegalEntity",
1480
+ "LevelStep",
1481
+ "LifeCycleEventLineage",
1482
+ "LifeCycleEventValue",
1483
+ "LineageMember",
1484
+ "Link",
1485
+ "ListAggregationReconciliation",
1486
+ "ListAggregationResponse",
1487
+ "ListComplexMarketDataWithMetaDataResponse",
1488
+ "LoanPeriod",
1489
+ "LockPeriodDiaryEntryRequest",
1490
+ "LusidInstrument",
1491
+ "LusidProblemDetails",
1492
+ "LusidTradeTicket",
1493
+ "LusidUniqueId",
1494
+ "LusidValidationProblemDetails",
1495
+ "MappedString",
1496
+ "Mapping",
1497
+ "MappingRule",
1498
+ "MarketContext",
1499
+ "MarketContextSuppliers",
1500
+ "MarketDataKeyRule",
1501
+ "MarketDataOptions",
1502
+ "MarketDataOptionsType",
1503
+ "MarketDataOverrides",
1504
+ "MarketDataSpecificRule",
1505
+ "MarketDataType",
1506
+ "MarketObservableType",
1507
+ "MarketOptions",
1508
+ "MarketQuote",
1509
+ "MatchCriterion",
1510
+ "MaturityEvent",
1511
+ "MetricValue",
1512
+ "ModelOptions",
1513
+ "ModelOptionsType",
1514
+ "ModelProperty",
1515
+ "ModelSchema",
1516
+ "ModelSelection",
1517
+ "MoveOrdersToDifferentBlocksRequest",
1518
+ "MovedOrderToDifferentBlockResponse",
1519
+ "MovementType",
1520
+ "MultiCurrencyAmounts",
1521
+ "NextValueInSequenceResponse",
1522
+ "NumericComparisonType",
1523
+ "OpaqueDependency",
1524
+ "OpaqueMarketData",
1525
+ "OpaqueModelOptions",
1526
+ "OpenEvent",
1527
+ "OperandType",
1528
+ "Operation",
1529
+ "OperationType",
1530
+ "Operator",
1531
+ "OptionEntry",
1532
+ "OptionalitySchedule",
1533
+ "Order",
1534
+ "OrderBySpec",
1535
+ "OrderFlowConfiguration",
1536
+ "OrderGraphBlock",
1537
+ "OrderGraphBlockAllocationDetail",
1538
+ "OrderGraphBlockAllocationSynopsis",
1539
+ "OrderGraphBlockExecutionDetail",
1540
+ "OrderGraphBlockExecutionSynopsis",
1541
+ "OrderGraphBlockOrderDetail",
1542
+ "OrderGraphBlockOrderSynopsis",
1543
+ "OrderGraphBlockPlacementDetail",
1544
+ "OrderGraphBlockPlacementSynopsis",
1545
+ "OrderGraphPlacement",
1546
+ "OrderGraphPlacementAllocationDetail",
1547
+ "OrderGraphPlacementAllocationSynopsis",
1548
+ "OrderGraphPlacementChildPlacementDetail",
1549
+ "OrderGraphPlacementExecutionDetail",
1550
+ "OrderGraphPlacementExecutionSynopsis",
1551
+ "OrderGraphPlacementOrderDetail",
1552
+ "OrderGraphPlacementOrderSynopsis",
1553
+ "OrderGraphPlacementPlacementSynopsis",
1554
+ "OrderInstruction",
1555
+ "OrderInstructionRequest",
1556
+ "OrderInstructionSetRequest",
1557
+ "OrderRequest",
1558
+ "OrderSetRequest",
1559
+ "OtcConfirmation",
1560
+ "OutputTransaction",
1561
+ "OutputTransition",
1562
+ "Package",
1563
+ "PackageRequest",
1564
+ "PackageSetRequest",
1565
+ "PagedResourceListOfAbor",
1566
+ "PagedResourceListOfAborConfiguration",
1567
+ "PagedResourceListOfAccount",
1568
+ "PagedResourceListOfAddressKeyDefinition",
1569
+ "PagedResourceListOfAllocation",
1570
+ "PagedResourceListOfBlock",
1571
+ "PagedResourceListOfCalendar",
1572
+ "PagedResourceListOfChartOfAccounts",
1573
+ "PagedResourceListOfCleardownModuleResponse",
1574
+ "PagedResourceListOfCleardownModuleRule",
1575
+ "PagedResourceListOfComplianceRuleResponse",
1576
+ "PagedResourceListOfComplianceRunInfoV2",
1577
+ "PagedResourceListOfComplianceTemplate",
1578
+ "PagedResourceListOfCorporateActionSource",
1579
+ "PagedResourceListOfCustodianAccount",
1580
+ "PagedResourceListOfCustomEntityDefinition",
1581
+ "PagedResourceListOfCustomEntityResponse",
1582
+ "PagedResourceListOfCustomEntityType",
1583
+ "PagedResourceListOfCutLabelDefinition",
1584
+ "PagedResourceListOfDataTypeSummary",
1585
+ "PagedResourceListOfDialectId",
1586
+ "PagedResourceListOfDiaryEntry",
1587
+ "PagedResourceListOfExecution",
1588
+ "PagedResourceListOfFund",
1589
+ "PagedResourceListOfGeneralLedgerProfileResponse",
1590
+ "PagedResourceListOfInstrument",
1591
+ "PagedResourceListOfInstrumentEventHolder",
1592
+ "PagedResourceListOfLegalEntity",
1593
+ "PagedResourceListOfOrder",
1594
+ "PagedResourceListOfOrderGraphBlock",
1595
+ "PagedResourceListOfOrderGraphPlacement",
1596
+ "PagedResourceListOfOrderInstruction",
1597
+ "PagedResourceListOfPackage",
1598
+ "PagedResourceListOfParticipation",
1599
+ "PagedResourceListOfPerson",
1600
+ "PagedResourceListOfPlacement",
1601
+ "PagedResourceListOfPortfolioGroup",
1602
+ "PagedResourceListOfPortfolioGroupSearchResult",
1603
+ "PagedResourceListOfPortfolioSearchResult",
1604
+ "PagedResourceListOfPostingModuleResponse",
1605
+ "PagedResourceListOfPostingModuleRule",
1606
+ "PagedResourceListOfPropertyDefinition",
1607
+ "PagedResourceListOfPropertyDefinitionSearchResult",
1608
+ "PagedResourceListOfReconciliation",
1609
+ "PagedResourceListOfReferenceListResponse",
1610
+ "PagedResourceListOfRelationshipDefinition",
1611
+ "PagedResourceListOfSequenceDefinition",
1612
+ "PagedResourceListOfTransactionTemplate",
1613
+ "PagedResourceListOfTransactionTemplateSpecification",
1614
+ "PagedResourceListOfTranslationScriptId",
1615
+ "PagedResourceListOfVirtualRow",
1616
+ "Participation",
1617
+ "ParticipationRequest",
1618
+ "ParticipationSetRequest",
1619
+ "PerformanceReturn",
1620
+ "PerformanceReturnsMetric",
1621
+ "PeriodDiaryEntriesReopenedResponse",
1622
+ "PeriodType",
1623
+ "PerpetualEntityState",
1624
+ "PerpetualProperty",
1625
+ "Person",
1626
+ "PlaceBlocksRequest",
1627
+ "Placement",
1628
+ "PlacementRequest",
1629
+ "PlacementSetRequest",
1630
+ "Portfolio",
1631
+ "PortfolioCashFlow",
1632
+ "PortfolioCashLadder",
1633
+ "PortfolioDetails",
1634
+ "PortfolioEntityId",
1635
+ "PortfolioGroup",
1636
+ "PortfolioGroupIdComplianceParameter",
1637
+ "PortfolioGroupIdList",
1638
+ "PortfolioGroupIdListComplianceParameter",
1639
+ "PortfolioGroupProperties",
1640
+ "PortfolioGroupSearchResult",
1641
+ "PortfolioHolding",
1642
+ "PortfolioIdComplianceParameter",
1643
+ "PortfolioIdList",
1644
+ "PortfolioIdListComplianceParameter",
1645
+ "PortfolioProperties",
1646
+ "PortfolioReconciliationRequest",
1647
+ "PortfolioResultDataKeyRule",
1648
+ "PortfolioReturnBreakdown",
1649
+ "PortfolioSearchResult",
1650
+ "PortfolioTradeTicket",
1651
+ "PortfolioType",
1652
+ "PortfoliosReconciliationRequest",
1653
+ "PostingModuleDetails",
1654
+ "PostingModuleRequest",
1655
+ "PostingModuleResponse",
1656
+ "PostingModuleRule",
1657
+ "PostingModuleRulesUpdatedResponse",
1658
+ "Premium",
1659
+ "PricingContext",
1660
+ "PricingModel",
1661
+ "PricingOptions",
1662
+ "ProcessedCommand",
1663
+ "PropertyDefinition",
1664
+ "PropertyDefinitionSearchResult",
1665
+ "PropertyDefinitionType",
1666
+ "PropertyDomain",
1667
+ "PropertyFilter",
1668
+ "PropertyInterval",
1669
+ "PropertyKeyComplianceParameter",
1670
+ "PropertyKeyListComplianceParameter",
1671
+ "PropertyLifeTime",
1672
+ "PropertySchema",
1673
+ "PropertyType",
1674
+ "PropertyValue",
1675
+ "PropertyValueEquals",
1676
+ "PropertyValueIn",
1677
+ "QueryBucketedCashFlowsRequest",
1678
+ "QueryCashFlowsRequest",
1679
+ "QueryInstrumentEventsRequest",
1680
+ "QueryTradeTicketsRequest",
1681
+ "Quote",
1682
+ "QuoteAccessMetadataRule",
1683
+ "QuoteAccessMetadataRuleId",
1684
+ "QuoteDependency",
1685
+ "QuoteId",
1686
+ "QuoteInstrumentIdType",
1687
+ "QuoteSeriesId",
1688
+ "QuoteType",
1689
+ "RawVendorEvent",
1690
+ "ReOpenPeriodDiaryEntryRequest",
1691
+ "RealisedGainLoss",
1692
+ "RecipeBlock",
1693
+ "RecipeComposer",
1694
+ "RecipeValue",
1695
+ "RecombineStep",
1696
+ "ReconcileDateTimeRule",
1697
+ "ReconcileNumericRule",
1698
+ "ReconcileStringRule",
1699
+ "ReconciledTransaction",
1700
+ "Reconciliation",
1701
+ "ReconciliationBreak",
1702
+ "ReconciliationConfiguration",
1703
+ "ReconciliationId",
1704
+ "ReconciliationLeftRightAddressKeyPair",
1705
+ "ReconciliationLine",
1706
+ "ReconciliationRequest",
1707
+ "ReconciliationResponse",
1708
+ "ReconciliationRule",
1709
+ "ReconciliationRuleType",
1710
+ "ReconciliationSideConfiguration",
1711
+ "ReconciliationTransactions",
1712
+ "ReferenceData",
1713
+ "ReferenceInstrument",
1714
+ "ReferenceList",
1715
+ "ReferenceListRequest",
1716
+ "ReferenceListResponse",
1717
+ "ReferenceListType",
1718
+ "ReferencePortfolioConstituent",
1719
+ "ReferencePortfolioConstituentRequest",
1720
+ "ReferencePortfolioWeightType",
1721
+ "RelatedEntity",
1722
+ "Relation",
1723
+ "RelationDefinition",
1724
+ "Relationship",
1725
+ "RelationshipDefinition",
1726
+ "RelativeDateOffset",
1727
+ "Repo",
1728
+ "ResetEvent",
1729
+ "ResourceId",
1730
+ "ResourceListOfAccessControlledResource",
1731
+ "ResourceListOfAccessMetadataValueOf",
1732
+ "ResourceListOfAddressKeyDefinition",
1733
+ "ResourceListOfAggregatedReturn",
1734
+ "ResourceListOfAggregationQuery",
1735
+ "ResourceListOfAllocation",
1736
+ "ResourceListOfBlock",
1737
+ "ResourceListOfBlockAndOrders",
1738
+ "ResourceListOfCalendarDate",
1739
+ "ResourceListOfChange",
1740
+ "ResourceListOfChangeHistory",
1741
+ "ResourceListOfComplianceBreachedOrderInfo",
1742
+ "ResourceListOfComplianceRule",
1743
+ "ResourceListOfComplianceRuleResult",
1744
+ "ResourceListOfComplianceRunInfo",
1745
+ "ResourceListOfConstituentsAdjustmentHeader",
1746
+ "ResourceListOfCorporateAction",
1747
+ "ResourceListOfDataType",
1748
+ "ResourceListOfExecution",
1749
+ "ResourceListOfFeeRule",
1750
+ "ResourceListOfGetCdsFlowConventionsResponse",
1751
+ "ResourceListOfGetCounterpartyAgreementResponse",
1752
+ "ResourceListOfGetCreditSupportAnnexResponse",
1753
+ "ResourceListOfGetFlowConventionsResponse",
1754
+ "ResourceListOfGetIndexConventionResponse",
1755
+ "ResourceListOfGetRecipeComposerResponse",
1756
+ "ResourceListOfGetRecipeResponse",
1757
+ "ResourceListOfHoldingsAdjustmentHeader",
1758
+ "ResourceListOfIUnitDefinitionDto",
1759
+ "ResourceListOfInstrumentCashFlow",
1760
+ "ResourceListOfInstrumentEventHolder",
1761
+ "ResourceListOfInstrumentIdTypeDescriptor",
1762
+ "ResourceListOfLegalEntity",
1763
+ "ResourceListOfListComplexMarketDataWithMetaDataResponse",
1764
+ "ResourceListOfMapping",
1765
+ "ResourceListOfMovedOrderToDifferentBlockResponse",
1766
+ "ResourceListOfOrder",
1767
+ "ResourceListOfOrderInstruction",
1768
+ "ResourceListOfPackage",
1769
+ "ResourceListOfParticipation",
1770
+ "ResourceListOfPerformanceReturn",
1771
+ "ResourceListOfPerson",
1772
+ "ResourceListOfPlacement",
1773
+ "ResourceListOfPortfolio",
1774
+ "ResourceListOfPortfolioCashFlow",
1775
+ "ResourceListOfPortfolioCashLadder",
1776
+ "ResourceListOfPortfolioTradeTicket",
1777
+ "ResourceListOfProcessedCommand",
1778
+ "ResourceListOfProperty",
1779
+ "ResourceListOfPropertyDefinition",
1780
+ "ResourceListOfPropertyInterval",
1781
+ "ResourceListOfQuote",
1782
+ "ResourceListOfQuoteAccessMetadataRule",
1783
+ "ResourceListOfReconciliationBreak",
1784
+ "ResourceListOfRelation",
1785
+ "ResourceListOfRelationship",
1786
+ "ResourceListOfScopeDefinition",
1787
+ "ResourceListOfSideDefinition",
1788
+ "ResourceListOfString",
1789
+ "ResourceListOfTaxRuleSet",
1790
+ "ResourceListOfTransaction",
1791
+ "ResourceListOfTransactionType",
1792
+ "ResourceListOfValueType",
1793
+ "ResponseMetaData",
1794
+ "ResultDataKeyRule",
1795
+ "ResultDataSchema",
1796
+ "ResultKeyRule",
1797
+ "ResultKeyRuleType",
1798
+ "ResultValue",
1799
+ "ResultValue0D",
1800
+ "ResultValueBool",
1801
+ "ResultValueCurrency",
1802
+ "ResultValueDateTimeOffset",
1803
+ "ResultValueDecimal",
1804
+ "ResultValueDictionary",
1805
+ "ResultValueInt",
1806
+ "ResultValueString",
1807
+ "ResultValueType",
1808
+ "RoundingConfiguration",
1809
+ "RoundingConfigurationComponent",
1810
+ "RoundingConvention",
1811
+ "ScalingMethodology",
1812
+ "Schedule",
1813
+ "ScheduleType",
1814
+ "ScopeDefinition",
1815
+ "ScriptMapReference",
1816
+ "SecurityElection",
1817
+ "SequenceDefinition",
1818
+ "SetLegalEntityIdentifiersRequest",
1819
+ "SetLegalEntityPropertiesRequest",
1820
+ "SetPersonIdentifiersRequest",
1821
+ "SetPersonPropertiesRequest",
1822
+ "SetTransactionConfigurationAlias",
1823
+ "SetTransactionConfigurationSourceRequest",
1824
+ "SideConfigurationData",
1825
+ "SideConfigurationDataRequest",
1826
+ "SideDefinition",
1827
+ "SideDefinitionRequest",
1828
+ "SidesDefinitionRequest",
1829
+ "SimpleCashFlowLoan",
1830
+ "SimpleInstrument",
1831
+ "SortOrder",
1832
+ "StepSchedule",
1833
+ "StockSplitEvent",
1834
+ "Stream",
1835
+ "StringComparisonType",
1836
+ "StringComplianceParameter",
1837
+ "StringList",
1838
+ "StringListComplianceParameter",
1839
+ "StructuredResultData",
1840
+ "StructuredResultDataId",
1841
+ "SubHoldingKeyValueEquals",
1842
+ "TargetTaxLot",
1843
+ "TargetTaxLotRequest",
1844
+ "TaxRule",
1845
+ "TaxRuleSet",
1846
+ "TemplateField",
1847
+ "TermDeposit",
1848
+ "TotalReturnSwap",
1849
+ "Touch",
1850
+ "TradeTicket",
1851
+ "TradeTicketType",
1852
+ "Transaction",
1853
+ "TransactionConfigurationData",
1854
+ "TransactionConfigurationDataRequest",
1855
+ "TransactionConfigurationMovementData",
1856
+ "TransactionConfigurationMovementDataRequest",
1857
+ "TransactionConfigurationTypeAlias",
1858
+ "TransactionCurrencyAndAmount",
1859
+ "TransactionFieldMap",
1860
+ "TransactionPrice",
1861
+ "TransactionPriceAndType",
1862
+ "TransactionPriceType",
1863
+ "TransactionPropertyMap",
1864
+ "TransactionPropertyMapping",
1865
+ "TransactionPropertyMappingRequest",
1866
+ "TransactionQueryMode",
1867
+ "TransactionQueryParameters",
1868
+ "TransactionReconciliationRequest",
1869
+ "TransactionReconciliationRequestV2",
1870
+ "TransactionRequest",
1871
+ "TransactionRoles",
1872
+ "TransactionSetConfigurationData",
1873
+ "TransactionSetConfigurationDataRequest",
1874
+ "TransactionStatus",
1875
+ "TransactionTemplate",
1876
+ "TransactionTemplateRequest",
1877
+ "TransactionTemplateSpecification",
1878
+ "TransactionType",
1879
+ "TransactionTypeAlias",
1880
+ "TransactionTypeCalculation",
1881
+ "TransactionTypeMovement",
1882
+ "TransactionTypePropertyMapping",
1883
+ "TransactionTypeRequest",
1884
+ "TransactionsReconciliationsResponse",
1885
+ "TransitionEvent",
1886
+ "TranslateEntitiesInlinedRequest",
1887
+ "TranslateEntitiesRequest",
1888
+ "TranslateEntitiesResponse",
1889
+ "TranslateInstrumentDefinitionsRequest",
1890
+ "TranslateInstrumentDefinitionsResponse",
1891
+ "TranslateTradeTicketRequest",
1892
+ "TranslateTradeTicketsResponse",
1893
+ "TranslationContext",
1894
+ "TranslationInput",
1895
+ "TranslationResult",
1896
+ "TranslationScript",
1897
+ "TranslationScriptId",
1898
+ "TrialBalance",
1899
+ "TrialBalanceQueryParameters",
1900
+ "TriggerEvent",
1901
+ "TypedResourceId",
1902
+ "UnitSchema",
1903
+ "UnitsRatio",
1904
+ "UnmatchedHoldingMethod",
1905
+ "UpdateCalendarRequest",
1906
+ "UpdateCustomEntityDefinitionRequest",
1907
+ "UpdateCustomEntityTypeRequest",
1908
+ "UpdateCutLabelDefinitionRequest",
1909
+ "UpdateDataTypeRequest",
1910
+ "UpdateDerivedPropertyDefinitionRequest",
1911
+ "UpdateInstrumentIdentifierRequest",
1912
+ "UpdatePortfolioGroupRequest",
1913
+ "UpdatePortfolioRequest",
1914
+ "UpdatePropertyDefinitionRequest",
1915
+ "UpdateReconciliationRequest",
1916
+ "UpdateRelationshipDefinitionRequest",
1917
+ "UpdateTaxRuleSetRequest",
1918
+ "UpdateUnitRequest",
1919
+ "UpsertCdsFlowConventionsRequest",
1920
+ "UpsertComplexMarketDataRequest",
1921
+ "UpsertComplianceRuleRequest",
1922
+ "UpsertComplianceRunSummaryRequest",
1923
+ "UpsertComplianceRunSummaryResult",
1924
+ "UpsertCorporateActionRequest",
1925
+ "UpsertCorporateActionsResponse",
1926
+ "UpsertCounterpartyAgreementRequest",
1927
+ "UpsertCreditSupportAnnexRequest",
1928
+ "UpsertCustomEntitiesResponse",
1929
+ "UpsertCustomEntityAccessMetadataRequest",
1930
+ "UpsertDialectRequest",
1931
+ "UpsertFlowConventionsRequest",
1932
+ "UpsertIndexConventionRequest",
1933
+ "UpsertInstrumentEventRequest",
1934
+ "UpsertInstrumentEventsResponse",
1935
+ "UpsertInstrumentPropertiesResponse",
1936
+ "UpsertInstrumentPropertyRequest",
1937
+ "UpsertInstrumentsResponse",
1938
+ "UpsertLegalEntitiesResponse",
1939
+ "UpsertLegalEntityAccessMetadataRequest",
1940
+ "UpsertLegalEntityRequest",
1941
+ "UpsertPersonAccessMetadataRequest",
1942
+ "UpsertPersonRequest",
1943
+ "UpsertPortfolioAccessMetadataRequest",
1944
+ "UpsertPortfolioGroupAccessMetadataRequest",
1945
+ "UpsertPortfolioTransactionsResponse",
1946
+ "UpsertQuoteAccessMetadataRuleRequest",
1947
+ "UpsertQuoteRequest",
1948
+ "UpsertQuotesResponse",
1949
+ "UpsertRecipeComposerRequest",
1950
+ "UpsertRecipeRequest",
1951
+ "UpsertReferencePortfolioConstituentsRequest",
1952
+ "UpsertReferencePortfolioConstituentsResponse",
1953
+ "UpsertResultValuesDataRequest",
1954
+ "UpsertReturnsResponse",
1955
+ "UpsertSingleStructuredDataResponse",
1956
+ "UpsertStructuredDataResponse",
1957
+ "UpsertStructuredResultDataRequest",
1958
+ "UpsertTransactionPropertiesResponse",
1959
+ "UpsertTranslationScriptRequest",
1960
+ "User",
1961
+ "ValuationRequest",
1962
+ "ValuationSchedule",
1963
+ "ValuationsReconciliationRequest",
1964
+ "ValueType",
1965
+ "VendorDependency",
1966
+ "VendorLibrary",
1967
+ "VendorModelRule",
1968
+ "Version",
1969
+ "VersionSummaryDto",
1970
+ "VersionedResourceListOfA2BDataRecord",
1971
+ "VersionedResourceListOfA2BMovementRecord",
1972
+ "VersionedResourceListOfHoldingContributor",
1973
+ "VersionedResourceListOfJournalEntryLine",
1974
+ "VersionedResourceListOfOutputTransaction",
1975
+ "VersionedResourceListOfPortfolioHolding",
1976
+ "VersionedResourceListOfTransaction",
1977
+ "VersionedResourceListOfTrialBalance",
1978
+ "VersionedResourceListWithWarningsOfPortfolioHolding",
1979
+ "VirtualDocument",
1980
+ "VirtualDocumentRow",
1981
+ "VirtualRow",
1982
+ "Warning",
1983
+ "WeekendMask",
1984
+ "WeightedInstrument",
1985
+ "WeightedInstrumentInLineLookupIdentifiers",
1986
+ "WeightedInstruments",
1987
+ "YieldCurveData",
1988
+ "ApiClient",
1989
+ "Configuration",
1990
+ "OpenApiException",
1991
+ "ApiTypeError",
1992
+ "ApiValueError",
1993
+ "ApiKeyError",
1994
+ "ApiException",
1995
+ "SyncApiClientFactory",
1996
+ "ApiClientFactory",
1997
+ "ConfigurationLoader",
1998
+ "SecretsFileConfigurationLoader",
1999
+ "EnvironmentVariablesConfigurationLoader",
2000
+ "ArgsConfigurationLoader",
2001
+ "SyncApiClient"
2002
+ ]