@fintekkers/ledger-models 0.2.4 → 0.3.0
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/node/fintekkers/models/security/identifier/identifier_type_pb.d.ts +1 -0
- package/node/fintekkers/models/security/identifier/identifier_type_pb.js +1 -0
- package/node/fintekkers/models/security/security_pb.d.ts +42 -123
- package/node/fintekkers/models/security/security_pb.js +279 -974
- package/node/fintekkers/requests/security/query_security_request_pb.d.ts +3 -0
- package/node/fintekkers/requests/security/query_security_request_pb.js +31 -1
- package/node/wrappers/models/security/identifier.test.js +2 -0
- package/node/wrappers/models/security/identifier.test.js.map +1 -1
- package/node/wrappers/models/security/identifier.test.ts +2 -0
- package/node/wrappers/models/security/security-roundtrip.test.js +96 -12
- package/node/wrappers/models/security/security-roundtrip.test.js.map +1 -1
- package/node/wrappers/models/security/security-roundtrip.test.ts +97 -0
- package/node/wrappers/models/security/security.d.ts +29 -5
- package/node/wrappers/models/security/security.js +66 -10
- package/node/wrappers/models/security/security.js.map +1 -1
- package/node/wrappers/models/security/security.ts +70 -11
- package/package.json +1 -1
- package/node/fintekkers/models/security/security_id_pb.d.ts +0 -31
- package/node/fintekkers/models/security/security_id_pb.js +0 -199
|
@@ -37,8 +37,6 @@ var fintekkers_models_security_product_type_pb = require('../../../fintekkers/mo
|
|
|
37
37
|
goog.object.extend(proto, fintekkers_models_security_product_type_pb);
|
|
38
38
|
var fintekkers_models_security_instrument_type_pb = require('../../../fintekkers/models/security/instrument_type_pb.js');
|
|
39
39
|
goog.object.extend(proto, fintekkers_models_security_instrument_type_pb);
|
|
40
|
-
var fintekkers_models_security_security_id_pb = require('../../../fintekkers/models/security/security_id_pb.js');
|
|
41
|
-
goog.object.extend(proto, fintekkers_models_security_security_id_pb);
|
|
42
40
|
var fintekkers_models_security_security_quantity_type_pb = require('../../../fintekkers/models/security/security_quantity_type_pb.js');
|
|
43
41
|
goog.object.extend(proto, fintekkers_models_security_security_quantity_type_pb);
|
|
44
42
|
var fintekkers_models_security_coupon_frequency_pb = require('../../../fintekkers/models/security/coupon_frequency_pb.js');
|
|
@@ -50,12 +48,12 @@ goog.object.extend(proto, fintekkers_models_security_index_index_type_pb);
|
|
|
50
48
|
goog.exportSymbol('proto.fintekkers.models.security.BondDetailsProto', null, global);
|
|
51
49
|
goog.exportSymbol('proto.fintekkers.models.security.CashDetailsProto', null, global);
|
|
52
50
|
goog.exportSymbol('proto.fintekkers.models.security.EquityDetailsProto', null, global);
|
|
53
|
-
goog.exportSymbol('proto.fintekkers.models.security.
|
|
51
|
+
goog.exportSymbol('proto.fintekkers.models.security.FrnExtensionProto', null, global);
|
|
54
52
|
goog.exportSymbol('proto.fintekkers.models.security.FxSpotDetailsProto', null, global);
|
|
55
53
|
goog.exportSymbol('proto.fintekkers.models.security.IndexDetailsProto', null, global);
|
|
56
54
|
goog.exportSymbol('proto.fintekkers.models.security.SecurityProto', null, global);
|
|
57
|
-
goog.exportSymbol('proto.fintekkers.models.security.SecurityProto.
|
|
58
|
-
goog.exportSymbol('proto.fintekkers.models.security.
|
|
55
|
+
goog.exportSymbol('proto.fintekkers.models.security.SecurityProto.NonBondDetailsCase', null, global);
|
|
56
|
+
goog.exportSymbol('proto.fintekkers.models.security.TipsExtensionProto', null, global);
|
|
59
57
|
/**
|
|
60
58
|
* Generated by JsPbCodeGenerator.
|
|
61
59
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -108,16 +106,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
108
106
|
* @extends {jspb.Message}
|
|
109
107
|
* @constructor
|
|
110
108
|
*/
|
|
111
|
-
proto.fintekkers.models.security.
|
|
112
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
109
|
+
proto.fintekkers.models.security.TipsExtensionProto = function(opt_data) {
|
|
110
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
113
111
|
};
|
|
114
|
-
goog.inherits(proto.fintekkers.models.security.
|
|
112
|
+
goog.inherits(proto.fintekkers.models.security.TipsExtensionProto, jspb.Message);
|
|
115
113
|
if (goog.DEBUG && !COMPILED) {
|
|
116
114
|
/**
|
|
117
115
|
* @public
|
|
118
116
|
* @override
|
|
119
117
|
*/
|
|
120
|
-
proto.fintekkers.models.security.
|
|
118
|
+
proto.fintekkers.models.security.TipsExtensionProto.displayName = 'proto.fintekkers.models.security.TipsExtensionProto';
|
|
121
119
|
}
|
|
122
120
|
/**
|
|
123
121
|
* Generated by JsPbCodeGenerator.
|
|
@@ -129,16 +127,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
129
127
|
* @extends {jspb.Message}
|
|
130
128
|
* @constructor
|
|
131
129
|
*/
|
|
132
|
-
proto.fintekkers.models.security.
|
|
133
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
130
|
+
proto.fintekkers.models.security.FrnExtensionProto = function(opt_data) {
|
|
131
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
134
132
|
};
|
|
135
|
-
goog.inherits(proto.fintekkers.models.security.
|
|
133
|
+
goog.inherits(proto.fintekkers.models.security.FrnExtensionProto, jspb.Message);
|
|
136
134
|
if (goog.DEBUG && !COMPILED) {
|
|
137
135
|
/**
|
|
138
136
|
* @public
|
|
139
137
|
* @override
|
|
140
138
|
*/
|
|
141
|
-
proto.fintekkers.models.security.
|
|
139
|
+
proto.fintekkers.models.security.FrnExtensionProto.displayName = 'proto.fintekkers.models.security.FrnExtensionProto';
|
|
142
140
|
}
|
|
143
141
|
/**
|
|
144
142
|
* Generated by JsPbCodeGenerator.
|
|
@@ -151,7 +149,7 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
151
149
|
* @constructor
|
|
152
150
|
*/
|
|
153
151
|
proto.fintekkers.models.security.IndexDetailsProto = function(opt_data) {
|
|
154
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
152
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.fintekkers.models.security.IndexDetailsProto.repeatedFields_, null);
|
|
155
153
|
};
|
|
156
154
|
goog.inherits(proto.fintekkers.models.security.IndexDetailsProto, jspb.Message);
|
|
157
155
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -240,16 +238,13 @@ proto.fintekkers.models.security.SecurityProto.repeatedFields_ = [17,42,67];
|
|
|
240
238
|
* @private {!Array<!Array<number>>}
|
|
241
239
|
* @const
|
|
242
240
|
*/
|
|
243
|
-
proto.fintekkers.models.security.SecurityProto.oneofGroups_ = [[
|
|
241
|
+
proto.fintekkers.models.security.SecurityProto.oneofGroups_ = [[203,204,205,206]];
|
|
244
242
|
|
|
245
243
|
/**
|
|
246
244
|
* @enum {number}
|
|
247
245
|
*/
|
|
248
|
-
proto.fintekkers.models.security.SecurityProto.
|
|
249
|
-
|
|
250
|
-
BOND_DETAILS: 200,
|
|
251
|
-
TIPS_DETAILS: 201,
|
|
252
|
-
FRN_DETAILS: 202,
|
|
246
|
+
proto.fintekkers.models.security.SecurityProto.NonBondDetailsCase = {
|
|
247
|
+
NON_BOND_DETAILS_NOT_SET: 0,
|
|
253
248
|
INDEX_DETAILS: 203,
|
|
254
249
|
EQUITY_DETAILS: 204,
|
|
255
250
|
CASH_DETAILS: 205,
|
|
@@ -257,10 +252,10 @@ proto.fintekkers.models.security.SecurityProto.ProductDetailsCase = {
|
|
|
257
252
|
};
|
|
258
253
|
|
|
259
254
|
/**
|
|
260
|
-
* @return {proto.fintekkers.models.security.SecurityProto.
|
|
255
|
+
* @return {proto.fintekkers.models.security.SecurityProto.NonBondDetailsCase}
|
|
261
256
|
*/
|
|
262
|
-
proto.fintekkers.models.security.SecurityProto.prototype.
|
|
263
|
-
return /** @type {proto.fintekkers.models.security.SecurityProto.
|
|
257
|
+
proto.fintekkers.models.security.SecurityProto.prototype.getNonBondDetailsCase = function() {
|
|
258
|
+
return /** @type {proto.fintekkers.models.security.SecurityProto.NonBondDetailsCase} */(jspb.Message.computeOneofCase(this, proto.fintekkers.models.security.SecurityProto.oneofGroups_[0]));
|
|
264
259
|
};
|
|
265
260
|
|
|
266
261
|
|
|
@@ -304,7 +299,7 @@ proto.fintekkers.models.security.SecurityProto.toObject = function(includeInstan
|
|
|
304
299
|
productType: jspb.Message.getFieldWithDefault(msg, 10, 0),
|
|
305
300
|
instrumentType: jspb.Message.getFieldWithDefault(msg, 16, 0),
|
|
306
301
|
legsList: jspb.Message.toObjectList(msg.getLegsList(),
|
|
307
|
-
|
|
302
|
+
proto.fintekkers.models.security.SecurityProto.toObject, includeInstance),
|
|
308
303
|
deletedAt: (f = msg.getDeletedAt()) && fintekkers_models_util_local_timestamp_pb.LocalTimestampProto.toObject(includeInstance, f),
|
|
309
304
|
assetClass: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
310
305
|
issuerName: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
@@ -332,8 +327,8 @@ proto.fintekkers.models.security.SecurityProto.toObject = function(includeInstan
|
|
|
332
327
|
resetFrequency: jspb.Message.getFieldWithDefault(msg, 92, 0),
|
|
333
328
|
indexType: jspb.Message.getFieldWithDefault(msg, 80, 0),
|
|
334
329
|
bondDetails: (f = msg.getBondDetails()) && proto.fintekkers.models.security.BondDetailsProto.toObject(includeInstance, f),
|
|
335
|
-
|
|
336
|
-
|
|
330
|
+
tipsExtension: (f = msg.getTipsExtension()) && proto.fintekkers.models.security.TipsExtensionProto.toObject(includeInstance, f),
|
|
331
|
+
frnExtension: (f = msg.getFrnExtension()) && proto.fintekkers.models.security.FrnExtensionProto.toObject(includeInstance, f),
|
|
337
332
|
indexDetails: (f = msg.getIndexDetails()) && proto.fintekkers.models.security.IndexDetailsProto.toObject(includeInstance, f),
|
|
338
333
|
equityDetails: (f = msg.getEquityDetails()) && proto.fintekkers.models.security.EquityDetailsProto.toObject(includeInstance, f),
|
|
339
334
|
cashDetails: (f = msg.getCashDetails()) && proto.fintekkers.models.security.CashDetailsProto.toObject(includeInstance, f),
|
|
@@ -415,8 +410,8 @@ proto.fintekkers.models.security.SecurityProto.deserializeBinaryFromReader = fun
|
|
|
415
410
|
msg.setInstrumentType(value);
|
|
416
411
|
break;
|
|
417
412
|
case 17:
|
|
418
|
-
var value = new
|
|
419
|
-
reader.readMessage(value,
|
|
413
|
+
var value = new proto.fintekkers.models.security.SecurityProto;
|
|
414
|
+
reader.readMessage(value,proto.fintekkers.models.security.SecurityProto.deserializeBinaryFromReader);
|
|
420
415
|
msg.addLegs(value);
|
|
421
416
|
break;
|
|
422
417
|
case 15:
|
|
@@ -534,14 +529,14 @@ proto.fintekkers.models.security.SecurityProto.deserializeBinaryFromReader = fun
|
|
|
534
529
|
msg.setBondDetails(value);
|
|
535
530
|
break;
|
|
536
531
|
case 201:
|
|
537
|
-
var value = new proto.fintekkers.models.security.
|
|
538
|
-
reader.readMessage(value,proto.fintekkers.models.security.
|
|
539
|
-
msg.
|
|
532
|
+
var value = new proto.fintekkers.models.security.TipsExtensionProto;
|
|
533
|
+
reader.readMessage(value,proto.fintekkers.models.security.TipsExtensionProto.deserializeBinaryFromReader);
|
|
534
|
+
msg.setTipsExtension(value);
|
|
540
535
|
break;
|
|
541
536
|
case 202:
|
|
542
|
-
var value = new proto.fintekkers.models.security.
|
|
543
|
-
reader.readMessage(value,proto.fintekkers.models.security.
|
|
544
|
-
msg.
|
|
537
|
+
var value = new proto.fintekkers.models.security.FrnExtensionProto;
|
|
538
|
+
reader.readMessage(value,proto.fintekkers.models.security.FrnExtensionProto.deserializeBinaryFromReader);
|
|
539
|
+
msg.setFrnExtension(value);
|
|
545
540
|
break;
|
|
546
541
|
case 203:
|
|
547
542
|
var value = new proto.fintekkers.models.security.IndexDetailsProto;
|
|
@@ -664,7 +659,7 @@ proto.fintekkers.models.security.SecurityProto.serializeBinaryToWriter = functio
|
|
|
664
659
|
writer.writeRepeatedMessage(
|
|
665
660
|
17,
|
|
666
661
|
f,
|
|
667
|
-
|
|
662
|
+
proto.fintekkers.models.security.SecurityProto.serializeBinaryToWriter
|
|
668
663
|
);
|
|
669
664
|
}
|
|
670
665
|
f = message.getDeletedAt();
|
|
@@ -856,20 +851,20 @@ proto.fintekkers.models.security.SecurityProto.serializeBinaryToWriter = functio
|
|
|
856
851
|
proto.fintekkers.models.security.BondDetailsProto.serializeBinaryToWriter
|
|
857
852
|
);
|
|
858
853
|
}
|
|
859
|
-
f = message.
|
|
854
|
+
f = message.getTipsExtension();
|
|
860
855
|
if (f != null) {
|
|
861
856
|
writer.writeMessage(
|
|
862
857
|
201,
|
|
863
858
|
f,
|
|
864
|
-
proto.fintekkers.models.security.
|
|
859
|
+
proto.fintekkers.models.security.TipsExtensionProto.serializeBinaryToWriter
|
|
865
860
|
);
|
|
866
861
|
}
|
|
867
|
-
f = message.
|
|
862
|
+
f = message.getFrnExtension();
|
|
868
863
|
if (f != null) {
|
|
869
864
|
writer.writeMessage(
|
|
870
865
|
202,
|
|
871
866
|
f,
|
|
872
|
-
proto.fintekkers.models.security.
|
|
867
|
+
proto.fintekkers.models.security.FrnExtensionProto.serializeBinaryToWriter
|
|
873
868
|
);
|
|
874
869
|
}
|
|
875
870
|
f = message.getIndexDetails();
|
|
@@ -1146,17 +1141,17 @@ proto.fintekkers.models.security.SecurityProto.prototype.setInstrumentType = fun
|
|
|
1146
1141
|
|
|
1147
1142
|
|
|
1148
1143
|
/**
|
|
1149
|
-
* repeated
|
|
1150
|
-
* @return {!Array<!proto.fintekkers.models.security.
|
|
1144
|
+
* repeated SecurityProto legs = 17;
|
|
1145
|
+
* @return {!Array<!proto.fintekkers.models.security.SecurityProto>}
|
|
1151
1146
|
*/
|
|
1152
1147
|
proto.fintekkers.models.security.SecurityProto.prototype.getLegsList = function() {
|
|
1153
|
-
return /** @type{!Array<!proto.fintekkers.models.security.
|
|
1154
|
-
jspb.Message.getRepeatedWrapperField(this,
|
|
1148
|
+
return /** @type{!Array<!proto.fintekkers.models.security.SecurityProto>} */ (
|
|
1149
|
+
jspb.Message.getRepeatedWrapperField(this, proto.fintekkers.models.security.SecurityProto, 17));
|
|
1155
1150
|
};
|
|
1156
1151
|
|
|
1157
1152
|
|
|
1158
1153
|
/**
|
|
1159
|
-
* @param {!Array<!proto.fintekkers.models.security.
|
|
1154
|
+
* @param {!Array<!proto.fintekkers.models.security.SecurityProto>} value
|
|
1160
1155
|
* @return {!proto.fintekkers.models.security.SecurityProto} returns this
|
|
1161
1156
|
*/
|
|
1162
1157
|
proto.fintekkers.models.security.SecurityProto.prototype.setLegsList = function(value) {
|
|
@@ -1165,12 +1160,12 @@ proto.fintekkers.models.security.SecurityProto.prototype.setLegsList = function(
|
|
|
1165
1160
|
|
|
1166
1161
|
|
|
1167
1162
|
/**
|
|
1168
|
-
* @param {!proto.fintekkers.models.security.
|
|
1163
|
+
* @param {!proto.fintekkers.models.security.SecurityProto=} opt_value
|
|
1169
1164
|
* @param {number=} opt_index
|
|
1170
|
-
* @return {!proto.fintekkers.models.security.
|
|
1165
|
+
* @return {!proto.fintekkers.models.security.SecurityProto}
|
|
1171
1166
|
*/
|
|
1172
1167
|
proto.fintekkers.models.security.SecurityProto.prototype.addLegs = function(opt_value, opt_index) {
|
|
1173
|
-
return jspb.Message.addToRepeatedWrapperField(this, 17, opt_value, proto.fintekkers.models.security.
|
|
1168
|
+
return jspb.Message.addToRepeatedWrapperField(this, 17, opt_value, proto.fintekkers.models.security.SecurityProto, opt_index);
|
|
1174
1169
|
};
|
|
1175
1170
|
|
|
1176
1171
|
|
|
@@ -1879,7 +1874,7 @@ proto.fintekkers.models.security.SecurityProto.prototype.getBondDetails = functi
|
|
|
1879
1874
|
* @return {!proto.fintekkers.models.security.SecurityProto} returns this
|
|
1880
1875
|
*/
|
|
1881
1876
|
proto.fintekkers.models.security.SecurityProto.prototype.setBondDetails = function(value) {
|
|
1882
|
-
return jspb.Message.
|
|
1877
|
+
return jspb.Message.setWrapperField(this, 200, value);
|
|
1883
1878
|
};
|
|
1884
1879
|
|
|
1885
1880
|
|
|
@@ -1902,21 +1897,21 @@ proto.fintekkers.models.security.SecurityProto.prototype.hasBondDetails = functi
|
|
|
1902
1897
|
|
|
1903
1898
|
|
|
1904
1899
|
/**
|
|
1905
|
-
* optional
|
|
1906
|
-
* @return {?proto.fintekkers.models.security.
|
|
1900
|
+
* optional TipsExtensionProto tips_extension = 201;
|
|
1901
|
+
* @return {?proto.fintekkers.models.security.TipsExtensionProto}
|
|
1907
1902
|
*/
|
|
1908
|
-
proto.fintekkers.models.security.SecurityProto.prototype.
|
|
1909
|
-
return /** @type{?proto.fintekkers.models.security.
|
|
1910
|
-
jspb.Message.getWrapperField(this, proto.fintekkers.models.security.
|
|
1903
|
+
proto.fintekkers.models.security.SecurityProto.prototype.getTipsExtension = function() {
|
|
1904
|
+
return /** @type{?proto.fintekkers.models.security.TipsExtensionProto} */ (
|
|
1905
|
+
jspb.Message.getWrapperField(this, proto.fintekkers.models.security.TipsExtensionProto, 201));
|
|
1911
1906
|
};
|
|
1912
1907
|
|
|
1913
1908
|
|
|
1914
1909
|
/**
|
|
1915
|
-
* @param {?proto.fintekkers.models.security.
|
|
1910
|
+
* @param {?proto.fintekkers.models.security.TipsExtensionProto|undefined} value
|
|
1916
1911
|
* @return {!proto.fintekkers.models.security.SecurityProto} returns this
|
|
1917
1912
|
*/
|
|
1918
|
-
proto.fintekkers.models.security.SecurityProto.prototype.
|
|
1919
|
-
return jspb.Message.
|
|
1913
|
+
proto.fintekkers.models.security.SecurityProto.prototype.setTipsExtension = function(value) {
|
|
1914
|
+
return jspb.Message.setWrapperField(this, 201, value);
|
|
1920
1915
|
};
|
|
1921
1916
|
|
|
1922
1917
|
|
|
@@ -1924,8 +1919,8 @@ proto.fintekkers.models.security.SecurityProto.prototype.setTipsDetails = functi
|
|
|
1924
1919
|
* Clears the message field making it undefined.
|
|
1925
1920
|
* @return {!proto.fintekkers.models.security.SecurityProto} returns this
|
|
1926
1921
|
*/
|
|
1927
|
-
proto.fintekkers.models.security.SecurityProto.prototype.
|
|
1928
|
-
return this.
|
|
1922
|
+
proto.fintekkers.models.security.SecurityProto.prototype.clearTipsExtension = function() {
|
|
1923
|
+
return this.setTipsExtension(undefined);
|
|
1929
1924
|
};
|
|
1930
1925
|
|
|
1931
1926
|
|
|
@@ -1933,27 +1928,27 @@ proto.fintekkers.models.security.SecurityProto.prototype.clearTipsDetails = func
|
|
|
1933
1928
|
* Returns whether this field is set.
|
|
1934
1929
|
* @return {boolean}
|
|
1935
1930
|
*/
|
|
1936
|
-
proto.fintekkers.models.security.SecurityProto.prototype.
|
|
1931
|
+
proto.fintekkers.models.security.SecurityProto.prototype.hasTipsExtension = function() {
|
|
1937
1932
|
return jspb.Message.getField(this, 201) != null;
|
|
1938
1933
|
};
|
|
1939
1934
|
|
|
1940
1935
|
|
|
1941
1936
|
/**
|
|
1942
|
-
* optional
|
|
1943
|
-
* @return {?proto.fintekkers.models.security.
|
|
1937
|
+
* optional FrnExtensionProto frn_extension = 202;
|
|
1938
|
+
* @return {?proto.fintekkers.models.security.FrnExtensionProto}
|
|
1944
1939
|
*/
|
|
1945
|
-
proto.fintekkers.models.security.SecurityProto.prototype.
|
|
1946
|
-
return /** @type{?proto.fintekkers.models.security.
|
|
1947
|
-
jspb.Message.getWrapperField(this, proto.fintekkers.models.security.
|
|
1940
|
+
proto.fintekkers.models.security.SecurityProto.prototype.getFrnExtension = function() {
|
|
1941
|
+
return /** @type{?proto.fintekkers.models.security.FrnExtensionProto} */ (
|
|
1942
|
+
jspb.Message.getWrapperField(this, proto.fintekkers.models.security.FrnExtensionProto, 202));
|
|
1948
1943
|
};
|
|
1949
1944
|
|
|
1950
1945
|
|
|
1951
1946
|
/**
|
|
1952
|
-
* @param {?proto.fintekkers.models.security.
|
|
1947
|
+
* @param {?proto.fintekkers.models.security.FrnExtensionProto|undefined} value
|
|
1953
1948
|
* @return {!proto.fintekkers.models.security.SecurityProto} returns this
|
|
1954
1949
|
*/
|
|
1955
|
-
proto.fintekkers.models.security.SecurityProto.prototype.
|
|
1956
|
-
return jspb.Message.
|
|
1950
|
+
proto.fintekkers.models.security.SecurityProto.prototype.setFrnExtension = function(value) {
|
|
1951
|
+
return jspb.Message.setWrapperField(this, 202, value);
|
|
1957
1952
|
};
|
|
1958
1953
|
|
|
1959
1954
|
|
|
@@ -1961,8 +1956,8 @@ proto.fintekkers.models.security.SecurityProto.prototype.setFrnDetails = functio
|
|
|
1961
1956
|
* Clears the message field making it undefined.
|
|
1962
1957
|
* @return {!proto.fintekkers.models.security.SecurityProto} returns this
|
|
1963
1958
|
*/
|
|
1964
|
-
proto.fintekkers.models.security.SecurityProto.prototype.
|
|
1965
|
-
return this.
|
|
1959
|
+
proto.fintekkers.models.security.SecurityProto.prototype.clearFrnExtension = function() {
|
|
1960
|
+
return this.setFrnExtension(undefined);
|
|
1966
1961
|
};
|
|
1967
1962
|
|
|
1968
1963
|
|
|
@@ -1970,7 +1965,7 @@ proto.fintekkers.models.security.SecurityProto.prototype.clearFrnDetails = funct
|
|
|
1970
1965
|
* Returns whether this field is set.
|
|
1971
1966
|
* @return {boolean}
|
|
1972
1967
|
*/
|
|
1973
|
-
proto.fintekkers.models.security.SecurityProto.prototype.
|
|
1968
|
+
proto.fintekkers.models.security.SecurityProto.prototype.hasFrnExtension = function() {
|
|
1974
1969
|
return jspb.Message.getField(this, 202) != null;
|
|
1975
1970
|
};
|
|
1976
1971
|
|
|
@@ -2599,13 +2594,6 @@ proto.fintekkers.models.security.BondDetailsProto.prototype.clearIssuanceInfoLis
|
|
|
2599
2594
|
|
|
2600
2595
|
|
|
2601
2596
|
|
|
2602
|
-
/**
|
|
2603
|
-
* List of repeated fields within this message type.
|
|
2604
|
-
* @private {!Array<number>}
|
|
2605
|
-
* @const
|
|
2606
|
-
*/
|
|
2607
|
-
proto.fintekkers.models.security.TipsDetailsProto.repeatedFields_ = [8];
|
|
2608
|
-
|
|
2609
2597
|
|
|
2610
2598
|
|
|
2611
2599
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -2621,8 +2609,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
2621
2609
|
* http://goto/soy-param-migration
|
|
2622
2610
|
* @return {!Object}
|
|
2623
2611
|
*/
|
|
2624
|
-
proto.fintekkers.models.security.
|
|
2625
|
-
return proto.fintekkers.models.security.
|
|
2612
|
+
proto.fintekkers.models.security.TipsExtensionProto.prototype.toObject = function(opt_includeInstance) {
|
|
2613
|
+
return proto.fintekkers.models.security.TipsExtensionProto.toObject(opt_includeInstance, this);
|
|
2626
2614
|
};
|
|
2627
2615
|
|
|
2628
2616
|
|
|
@@ -2631,24 +2619,15 @@ proto.fintekkers.models.security.TipsDetailsProto.prototype.toObject = function(
|
|
|
2631
2619
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2632
2620
|
* the JSPB instance for transitional soy proto support:
|
|
2633
2621
|
* http://goto/soy-param-migration
|
|
2634
|
-
* @param {!proto.fintekkers.models.security.
|
|
2622
|
+
* @param {!proto.fintekkers.models.security.TipsExtensionProto} msg The msg instance to transform.
|
|
2635
2623
|
* @return {!Object}
|
|
2636
2624
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2637
2625
|
*/
|
|
2638
|
-
proto.fintekkers.models.security.
|
|
2626
|
+
proto.fintekkers.models.security.TipsExtensionProto.toObject = function(includeInstance, msg) {
|
|
2639
2627
|
var f, obj = {
|
|
2640
|
-
couponRate: (f = msg.getCouponRate()) && fintekkers_models_util_decimal_value_pb.DecimalValueProto.toObject(includeInstance, f),
|
|
2641
|
-
couponType: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
2642
|
-
couponFrequency: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
2643
|
-
datedDate: (f = msg.getDatedDate()) && fintekkers_models_util_local_date_pb.LocalDateProto.toObject(includeInstance, f),
|
|
2644
|
-
faceValue: (f = msg.getFaceValue()) && fintekkers_models_util_decimal_value_pb.DecimalValueProto.toObject(includeInstance, f),
|
|
2645
|
-
issueDate: (f = msg.getIssueDate()) && fintekkers_models_util_local_date_pb.LocalDateProto.toObject(includeInstance, f),
|
|
2646
|
-
maturityDate: (f = msg.getMaturityDate()) && fintekkers_models_util_local_date_pb.LocalDateProto.toObject(includeInstance, f),
|
|
2647
|
-
issuanceInfoList: jspb.Message.toObjectList(msg.getIssuanceInfoList(),
|
|
2648
|
-
fintekkers_models_security_bond_issuance_pb.IssuanceProto.toObject, includeInstance),
|
|
2649
2628
|
baseCpi: (f = msg.getBaseCpi()) && fintekkers_models_util_decimal_value_pb.DecimalValueProto.toObject(includeInstance, f),
|
|
2650
2629
|
indexDate: (f = msg.getIndexDate()) && fintekkers_models_util_local_date_pb.LocalDateProto.toObject(includeInstance, f),
|
|
2651
|
-
inflationIndexType: jspb.Message.getFieldWithDefault(msg,
|
|
2630
|
+
inflationIndexType: jspb.Message.getFieldWithDefault(msg, 3, 0)
|
|
2652
2631
|
};
|
|
2653
2632
|
|
|
2654
2633
|
if (includeInstance) {
|
|
@@ -2662,23 +2641,23 @@ proto.fintekkers.models.security.TipsDetailsProto.toObject = function(includeIns
|
|
|
2662
2641
|
/**
|
|
2663
2642
|
* Deserializes binary data (in protobuf wire format).
|
|
2664
2643
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2665
|
-
* @return {!proto.fintekkers.models.security.
|
|
2644
|
+
* @return {!proto.fintekkers.models.security.TipsExtensionProto}
|
|
2666
2645
|
*/
|
|
2667
|
-
proto.fintekkers.models.security.
|
|
2646
|
+
proto.fintekkers.models.security.TipsExtensionProto.deserializeBinary = function(bytes) {
|
|
2668
2647
|
var reader = new jspb.BinaryReader(bytes);
|
|
2669
|
-
var msg = new proto.fintekkers.models.security.
|
|
2670
|
-
return proto.fintekkers.models.security.
|
|
2648
|
+
var msg = new proto.fintekkers.models.security.TipsExtensionProto;
|
|
2649
|
+
return proto.fintekkers.models.security.TipsExtensionProto.deserializeBinaryFromReader(msg, reader);
|
|
2671
2650
|
};
|
|
2672
2651
|
|
|
2673
2652
|
|
|
2674
2653
|
/**
|
|
2675
2654
|
* Deserializes binary data (in protobuf wire format) from the
|
|
2676
2655
|
* given reader into the given message object.
|
|
2677
|
-
* @param {!proto.fintekkers.models.security.
|
|
2656
|
+
* @param {!proto.fintekkers.models.security.TipsExtensionProto} msg The message object to deserialize into.
|
|
2678
2657
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2679
|
-
* @return {!proto.fintekkers.models.security.
|
|
2658
|
+
* @return {!proto.fintekkers.models.security.TipsExtensionProto}
|
|
2680
2659
|
*/
|
|
2681
|
-
proto.fintekkers.models.security.
|
|
2660
|
+
proto.fintekkers.models.security.TipsExtensionProto.deserializeBinaryFromReader = function(msg, reader) {
|
|
2682
2661
|
while (reader.nextField()) {
|
|
2683
2662
|
if (reader.isEndGroup()) {
|
|
2684
2663
|
break;
|
|
@@ -2686,54 +2665,16 @@ proto.fintekkers.models.security.TipsDetailsProto.deserializeBinaryFromReader =
|
|
|
2686
2665
|
var field = reader.getFieldNumber();
|
|
2687
2666
|
switch (field) {
|
|
2688
2667
|
case 1:
|
|
2689
|
-
var value = new fintekkers_models_util_decimal_value_pb.DecimalValueProto;
|
|
2690
|
-
reader.readMessage(value,fintekkers_models_util_decimal_value_pb.DecimalValueProto.deserializeBinaryFromReader);
|
|
2691
|
-
msg.setCouponRate(value);
|
|
2692
|
-
break;
|
|
2693
|
-
case 2:
|
|
2694
|
-
var value = /** @type {!proto.fintekkers.models.security.CouponTypeProto} */ (reader.readEnum());
|
|
2695
|
-
msg.setCouponType(value);
|
|
2696
|
-
break;
|
|
2697
|
-
case 3:
|
|
2698
|
-
var value = /** @type {!proto.fintekkers.models.security.CouponFrequencyProto} */ (reader.readEnum());
|
|
2699
|
-
msg.setCouponFrequency(value);
|
|
2700
|
-
break;
|
|
2701
|
-
case 4:
|
|
2702
|
-
var value = new fintekkers_models_util_local_date_pb.LocalDateProto;
|
|
2703
|
-
reader.readMessage(value,fintekkers_models_util_local_date_pb.LocalDateProto.deserializeBinaryFromReader);
|
|
2704
|
-
msg.setDatedDate(value);
|
|
2705
|
-
break;
|
|
2706
|
-
case 5:
|
|
2707
|
-
var value = new fintekkers_models_util_decimal_value_pb.DecimalValueProto;
|
|
2708
|
-
reader.readMessage(value,fintekkers_models_util_decimal_value_pb.DecimalValueProto.deserializeBinaryFromReader);
|
|
2709
|
-
msg.setFaceValue(value);
|
|
2710
|
-
break;
|
|
2711
|
-
case 6:
|
|
2712
|
-
var value = new fintekkers_models_util_local_date_pb.LocalDateProto;
|
|
2713
|
-
reader.readMessage(value,fintekkers_models_util_local_date_pb.LocalDateProto.deserializeBinaryFromReader);
|
|
2714
|
-
msg.setIssueDate(value);
|
|
2715
|
-
break;
|
|
2716
|
-
case 7:
|
|
2717
|
-
var value = new fintekkers_models_util_local_date_pb.LocalDateProto;
|
|
2718
|
-
reader.readMessage(value,fintekkers_models_util_local_date_pb.LocalDateProto.deserializeBinaryFromReader);
|
|
2719
|
-
msg.setMaturityDate(value);
|
|
2720
|
-
break;
|
|
2721
|
-
case 8:
|
|
2722
|
-
var value = new fintekkers_models_security_bond_issuance_pb.IssuanceProto;
|
|
2723
|
-
reader.readMessage(value,fintekkers_models_security_bond_issuance_pb.IssuanceProto.deserializeBinaryFromReader);
|
|
2724
|
-
msg.addIssuanceInfo(value);
|
|
2725
|
-
break;
|
|
2726
|
-
case 10:
|
|
2727
2668
|
var value = new fintekkers_models_util_decimal_value_pb.DecimalValueProto;
|
|
2728
2669
|
reader.readMessage(value,fintekkers_models_util_decimal_value_pb.DecimalValueProto.deserializeBinaryFromReader);
|
|
2729
2670
|
msg.setBaseCpi(value);
|
|
2730
2671
|
break;
|
|
2731
|
-
case
|
|
2672
|
+
case 2:
|
|
2732
2673
|
var value = new fintekkers_models_util_local_date_pb.LocalDateProto;
|
|
2733
2674
|
reader.readMessage(value,fintekkers_models_util_local_date_pb.LocalDateProto.deserializeBinaryFromReader);
|
|
2734
2675
|
msg.setIndexDate(value);
|
|
2735
2676
|
break;
|
|
2736
|
-
case
|
|
2677
|
+
case 3:
|
|
2737
2678
|
var value = /** @type {!proto.fintekkers.models.security.index.IndexTypeProto} */ (reader.readEnum());
|
|
2738
2679
|
msg.setInflationIndexType(value);
|
|
2739
2680
|
break;
|
|
@@ -2750,9 +2691,9 @@ proto.fintekkers.models.security.TipsDetailsProto.deserializeBinaryFromReader =
|
|
|
2750
2691
|
* Serializes the message to binary data (in protobuf wire format).
|
|
2751
2692
|
* @return {!Uint8Array}
|
|
2752
2693
|
*/
|
|
2753
|
-
proto.fintekkers.models.security.
|
|
2694
|
+
proto.fintekkers.models.security.TipsExtensionProto.prototype.serializeBinary = function() {
|
|
2754
2695
|
var writer = new jspb.BinaryWriter();
|
|
2755
|
-
proto.fintekkers.models.security.
|
|
2696
|
+
proto.fintekkers.models.security.TipsExtensionProto.serializeBinaryToWriter(this, writer);
|
|
2756
2697
|
return writer.getResultBuffer();
|
|
2757
2698
|
};
|
|
2758
2699
|
|
|
@@ -2760,78 +2701,16 @@ proto.fintekkers.models.security.TipsDetailsProto.prototype.serializeBinary = fu
|
|
|
2760
2701
|
/**
|
|
2761
2702
|
* Serializes the given message to binary data (in protobuf wire
|
|
2762
2703
|
* format), writing to the given BinaryWriter.
|
|
2763
|
-
* @param {!proto.fintekkers.models.security.
|
|
2704
|
+
* @param {!proto.fintekkers.models.security.TipsExtensionProto} message
|
|
2764
2705
|
* @param {!jspb.BinaryWriter} writer
|
|
2765
2706
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2766
2707
|
*/
|
|
2767
|
-
proto.fintekkers.models.security.
|
|
2708
|
+
proto.fintekkers.models.security.TipsExtensionProto.serializeBinaryToWriter = function(message, writer) {
|
|
2768
2709
|
var f = undefined;
|
|
2769
|
-
f = message.getCouponRate();
|
|
2770
|
-
if (f != null) {
|
|
2771
|
-
writer.writeMessage(
|
|
2772
|
-
1,
|
|
2773
|
-
f,
|
|
2774
|
-
fintekkers_models_util_decimal_value_pb.DecimalValueProto.serializeBinaryToWriter
|
|
2775
|
-
);
|
|
2776
|
-
}
|
|
2777
|
-
f = message.getCouponType();
|
|
2778
|
-
if (f !== 0.0) {
|
|
2779
|
-
writer.writeEnum(
|
|
2780
|
-
2,
|
|
2781
|
-
f
|
|
2782
|
-
);
|
|
2783
|
-
}
|
|
2784
|
-
f = message.getCouponFrequency();
|
|
2785
|
-
if (f !== 0.0) {
|
|
2786
|
-
writer.writeEnum(
|
|
2787
|
-
3,
|
|
2788
|
-
f
|
|
2789
|
-
);
|
|
2790
|
-
}
|
|
2791
|
-
f = message.getDatedDate();
|
|
2792
|
-
if (f != null) {
|
|
2793
|
-
writer.writeMessage(
|
|
2794
|
-
4,
|
|
2795
|
-
f,
|
|
2796
|
-
fintekkers_models_util_local_date_pb.LocalDateProto.serializeBinaryToWriter
|
|
2797
|
-
);
|
|
2798
|
-
}
|
|
2799
|
-
f = message.getFaceValue();
|
|
2800
|
-
if (f != null) {
|
|
2801
|
-
writer.writeMessage(
|
|
2802
|
-
5,
|
|
2803
|
-
f,
|
|
2804
|
-
fintekkers_models_util_decimal_value_pb.DecimalValueProto.serializeBinaryToWriter
|
|
2805
|
-
);
|
|
2806
|
-
}
|
|
2807
|
-
f = message.getIssueDate();
|
|
2808
|
-
if (f != null) {
|
|
2809
|
-
writer.writeMessage(
|
|
2810
|
-
6,
|
|
2811
|
-
f,
|
|
2812
|
-
fintekkers_models_util_local_date_pb.LocalDateProto.serializeBinaryToWriter
|
|
2813
|
-
);
|
|
2814
|
-
}
|
|
2815
|
-
f = message.getMaturityDate();
|
|
2816
|
-
if (f != null) {
|
|
2817
|
-
writer.writeMessage(
|
|
2818
|
-
7,
|
|
2819
|
-
f,
|
|
2820
|
-
fintekkers_models_util_local_date_pb.LocalDateProto.serializeBinaryToWriter
|
|
2821
|
-
);
|
|
2822
|
-
}
|
|
2823
|
-
f = message.getIssuanceInfoList();
|
|
2824
|
-
if (f.length > 0) {
|
|
2825
|
-
writer.writeRepeatedMessage(
|
|
2826
|
-
8,
|
|
2827
|
-
f,
|
|
2828
|
-
fintekkers_models_security_bond_issuance_pb.IssuanceProto.serializeBinaryToWriter
|
|
2829
|
-
);
|
|
2830
|
-
}
|
|
2831
2710
|
f = message.getBaseCpi();
|
|
2832
2711
|
if (f != null) {
|
|
2833
2712
|
writer.writeMessage(
|
|
2834
|
-
|
|
2713
|
+
1,
|
|
2835
2714
|
f,
|
|
2836
2715
|
fintekkers_models_util_decimal_value_pb.DecimalValueProto.serializeBinaryToWriter
|
|
2837
2716
|
);
|
|
@@ -2839,7 +2718,7 @@ proto.fintekkers.models.security.TipsDetailsProto.serializeBinaryToWriter = func
|
|
|
2839
2718
|
f = message.getIndexDate();
|
|
2840
2719
|
if (f != null) {
|
|
2841
2720
|
writer.writeMessage(
|
|
2842
|
-
|
|
2721
|
+
2,
|
|
2843
2722
|
f,
|
|
2844
2723
|
fintekkers_models_util_local_date_pb.LocalDateProto.serializeBinaryToWriter
|
|
2845
2724
|
);
|
|
@@ -2847,7 +2726,7 @@ proto.fintekkers.models.security.TipsDetailsProto.serializeBinaryToWriter = func
|
|
|
2847
2726
|
f = message.getInflationIndexType();
|
|
2848
2727
|
if (f !== 0.0) {
|
|
2849
2728
|
writer.writeEnum(
|
|
2850
|
-
|
|
2729
|
+
3,
|
|
2851
2730
|
f
|
|
2852
2731
|
);
|
|
2853
2732
|
}
|
|
@@ -2855,10 +2734,10 @@ proto.fintekkers.models.security.TipsDetailsProto.serializeBinaryToWriter = func
|
|
|
2855
2734
|
|
|
2856
2735
|
|
|
2857
2736
|
/**
|
|
2858
|
-
* optional fintekkers.models.util.DecimalValueProto
|
|
2737
|
+
* optional fintekkers.models.util.DecimalValueProto base_cpi = 1;
|
|
2859
2738
|
* @return {?proto.fintekkers.models.util.DecimalValueProto}
|
|
2860
2739
|
*/
|
|
2861
|
-
proto.fintekkers.models.security.
|
|
2740
|
+
proto.fintekkers.models.security.TipsExtensionProto.prototype.getBaseCpi = function() {
|
|
2862
2741
|
return /** @type{?proto.fintekkers.models.util.DecimalValueProto} */ (
|
|
2863
2742
|
jspb.Message.getWrapperField(this, fintekkers_models_util_decimal_value_pb.DecimalValueProto, 1));
|
|
2864
2743
|
};
|
|
@@ -2866,19 +2745,19 @@ proto.fintekkers.models.security.TipsDetailsProto.prototype.getCouponRate = func
|
|
|
2866
2745
|
|
|
2867
2746
|
/**
|
|
2868
2747
|
* @param {?proto.fintekkers.models.util.DecimalValueProto|undefined} value
|
|
2869
|
-
* @return {!proto.fintekkers.models.security.
|
|
2748
|
+
* @return {!proto.fintekkers.models.security.TipsExtensionProto} returns this
|
|
2870
2749
|
*/
|
|
2871
|
-
proto.fintekkers.models.security.
|
|
2750
|
+
proto.fintekkers.models.security.TipsExtensionProto.prototype.setBaseCpi = function(value) {
|
|
2872
2751
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
2873
2752
|
};
|
|
2874
2753
|
|
|
2875
2754
|
|
|
2876
2755
|
/**
|
|
2877
2756
|
* Clears the message field making it undefined.
|
|
2878
|
-
* @return {!proto.fintekkers.models.security.
|
|
2757
|
+
* @return {!proto.fintekkers.models.security.TipsExtensionProto} returns this
|
|
2879
2758
|
*/
|
|
2880
|
-
proto.fintekkers.models.security.
|
|
2881
|
-
return this.
|
|
2759
|
+
proto.fintekkers.models.security.TipsExtensionProto.prototype.clearBaseCpi = function() {
|
|
2760
|
+
return this.setBaseCpi(undefined);
|
|
2882
2761
|
};
|
|
2883
2762
|
|
|
2884
2763
|
|
|
@@ -2886,558 +2765,183 @@ proto.fintekkers.models.security.TipsDetailsProto.prototype.clearCouponRate = fu
|
|
|
2886
2765
|
* Returns whether this field is set.
|
|
2887
2766
|
* @return {boolean}
|
|
2888
2767
|
*/
|
|
2889
|
-
proto.fintekkers.models.security.
|
|
2768
|
+
proto.fintekkers.models.security.TipsExtensionProto.prototype.hasBaseCpi = function() {
|
|
2890
2769
|
return jspb.Message.getField(this, 1) != null;
|
|
2891
2770
|
};
|
|
2892
2771
|
|
|
2893
2772
|
|
|
2894
2773
|
/**
|
|
2895
|
-
* optional
|
|
2896
|
-
* @return {
|
|
2774
|
+
* optional fintekkers.models.util.LocalDateProto index_date = 2;
|
|
2775
|
+
* @return {?proto.fintekkers.models.util.LocalDateProto}
|
|
2897
2776
|
*/
|
|
2898
|
-
proto.fintekkers.models.security.
|
|
2899
|
-
return /** @type
|
|
2777
|
+
proto.fintekkers.models.security.TipsExtensionProto.prototype.getIndexDate = function() {
|
|
2778
|
+
return /** @type{?proto.fintekkers.models.util.LocalDateProto} */ (
|
|
2779
|
+
jspb.Message.getWrapperField(this, fintekkers_models_util_local_date_pb.LocalDateProto, 2));
|
|
2900
2780
|
};
|
|
2901
2781
|
|
|
2902
2782
|
|
|
2903
2783
|
/**
|
|
2904
|
-
* @param {
|
|
2905
|
-
* @return {!proto.fintekkers.models.security.
|
|
2906
|
-
|
|
2907
|
-
proto.fintekkers.models.security.
|
|
2908
|
-
return jspb.Message.
|
|
2784
|
+
* @param {?proto.fintekkers.models.util.LocalDateProto|undefined} value
|
|
2785
|
+
* @return {!proto.fintekkers.models.security.TipsExtensionProto} returns this
|
|
2786
|
+
*/
|
|
2787
|
+
proto.fintekkers.models.security.TipsExtensionProto.prototype.setIndexDate = function(value) {
|
|
2788
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
2909
2789
|
};
|
|
2910
2790
|
|
|
2911
2791
|
|
|
2912
2792
|
/**
|
|
2913
|
-
*
|
|
2914
|
-
* @return {!proto.fintekkers.models.security.
|
|
2793
|
+
* Clears the message field making it undefined.
|
|
2794
|
+
* @return {!proto.fintekkers.models.security.TipsExtensionProto} returns this
|
|
2915
2795
|
*/
|
|
2916
|
-
proto.fintekkers.models.security.
|
|
2917
|
-
return
|
|
2796
|
+
proto.fintekkers.models.security.TipsExtensionProto.prototype.clearIndexDate = function() {
|
|
2797
|
+
return this.setIndexDate(undefined);
|
|
2918
2798
|
};
|
|
2919
2799
|
|
|
2920
2800
|
|
|
2921
2801
|
/**
|
|
2922
|
-
*
|
|
2923
|
-
* @return {
|
|
2802
|
+
* Returns whether this field is set.
|
|
2803
|
+
* @return {boolean}
|
|
2924
2804
|
*/
|
|
2925
|
-
proto.fintekkers.models.security.
|
|
2926
|
-
return jspb.Message.
|
|
2805
|
+
proto.fintekkers.models.security.TipsExtensionProto.prototype.hasIndexDate = function() {
|
|
2806
|
+
return jspb.Message.getField(this, 2) != null;
|
|
2927
2807
|
};
|
|
2928
2808
|
|
|
2929
2809
|
|
|
2930
2810
|
/**
|
|
2931
|
-
* optional
|
|
2932
|
-
* @return {
|
|
2811
|
+
* optional index.IndexTypeProto inflation_index_type = 3;
|
|
2812
|
+
* @return {!proto.fintekkers.models.security.index.IndexTypeProto}
|
|
2933
2813
|
*/
|
|
2934
|
-
proto.fintekkers.models.security.
|
|
2935
|
-
return /** @type{
|
|
2936
|
-
jspb.Message.getWrapperField(this, fintekkers_models_util_local_date_pb.LocalDateProto, 4));
|
|
2814
|
+
proto.fintekkers.models.security.TipsExtensionProto.prototype.getInflationIndexType = function() {
|
|
2815
|
+
return /** @type {!proto.fintekkers.models.security.index.IndexTypeProto} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
2937
2816
|
};
|
|
2938
2817
|
|
|
2939
2818
|
|
|
2940
2819
|
/**
|
|
2941
|
-
* @param {
|
|
2942
|
-
* @return {!proto.fintekkers.models.security.
|
|
2943
|
-
*/
|
|
2944
|
-
proto.fintekkers.models.security.
|
|
2945
|
-
return jspb.Message.
|
|
2820
|
+
* @param {!proto.fintekkers.models.security.index.IndexTypeProto} value
|
|
2821
|
+
* @return {!proto.fintekkers.models.security.TipsExtensionProto} returns this
|
|
2822
|
+
*/
|
|
2823
|
+
proto.fintekkers.models.security.TipsExtensionProto.prototype.setInflationIndexType = function(value) {
|
|
2824
|
+
return jspb.Message.setProto3EnumField(this, 3, value);
|
|
2946
2825
|
};
|
|
2947
2826
|
|
|
2948
2827
|
|
|
2949
|
-
/**
|
|
2950
|
-
* Clears the message field making it undefined.
|
|
2951
|
-
* @return {!proto.fintekkers.models.security.TipsDetailsProto} returns this
|
|
2952
|
-
*/
|
|
2953
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.clearDatedDate = function() {
|
|
2954
|
-
return this.setDatedDate(undefined);
|
|
2955
|
-
};
|
|
2956
2828
|
|
|
2957
2829
|
|
|
2830
|
+
|
|
2831
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2958
2832
|
/**
|
|
2959
|
-
*
|
|
2960
|
-
*
|
|
2833
|
+
* Creates an object representation of this proto.
|
|
2834
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
2835
|
+
* Optional fields that are not set will be set to undefined.
|
|
2836
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
2837
|
+
* For the list of reserved names please see:
|
|
2838
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
2839
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
2840
|
+
* JSPB instance for transitional soy proto support:
|
|
2841
|
+
* http://goto/soy-param-migration
|
|
2842
|
+
* @return {!Object}
|
|
2961
2843
|
*/
|
|
2962
|
-
proto.fintekkers.models.security.
|
|
2963
|
-
return
|
|
2844
|
+
proto.fintekkers.models.security.FrnExtensionProto.prototype.toObject = function(opt_includeInstance) {
|
|
2845
|
+
return proto.fintekkers.models.security.FrnExtensionProto.toObject(opt_includeInstance, this);
|
|
2964
2846
|
};
|
|
2965
2847
|
|
|
2966
2848
|
|
|
2967
2849
|
/**
|
|
2968
|
-
*
|
|
2969
|
-
* @
|
|
2850
|
+
* Static version of the {@see toObject} method.
|
|
2851
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2852
|
+
* the JSPB instance for transitional soy proto support:
|
|
2853
|
+
* http://goto/soy-param-migration
|
|
2854
|
+
* @param {!proto.fintekkers.models.security.FrnExtensionProto} msg The msg instance to transform.
|
|
2855
|
+
* @return {!Object}
|
|
2856
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2970
2857
|
*/
|
|
2971
|
-
proto.fintekkers.models.security.
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2858
|
+
proto.fintekkers.models.security.FrnExtensionProto.toObject = function(includeInstance, msg) {
|
|
2859
|
+
var f, obj = {
|
|
2860
|
+
spread: (f = msg.getSpread()) && fintekkers_models_util_decimal_value_pb.DecimalValueProto.toObject(includeInstance, f),
|
|
2861
|
+
referenceRateIndex: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
2862
|
+
resetFrequency: jspb.Message.getFieldWithDefault(msg, 3, 0)
|
|
2863
|
+
};
|
|
2976
2864
|
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.setFaceValue = function(value) {
|
|
2982
|
-
return jspb.Message.setWrapperField(this, 5, value);
|
|
2865
|
+
if (includeInstance) {
|
|
2866
|
+
obj.$jspbMessageInstance = msg;
|
|
2867
|
+
}
|
|
2868
|
+
return obj;
|
|
2983
2869
|
};
|
|
2870
|
+
}
|
|
2984
2871
|
|
|
2985
2872
|
|
|
2986
2873
|
/**
|
|
2987
|
-
*
|
|
2988
|
-
* @
|
|
2874
|
+
* Deserializes binary data (in protobuf wire format).
|
|
2875
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2876
|
+
* @return {!proto.fintekkers.models.security.FrnExtensionProto}
|
|
2989
2877
|
*/
|
|
2990
|
-
proto.fintekkers.models.security.
|
|
2991
|
-
|
|
2878
|
+
proto.fintekkers.models.security.FrnExtensionProto.deserializeBinary = function(bytes) {
|
|
2879
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
2880
|
+
var msg = new proto.fintekkers.models.security.FrnExtensionProto;
|
|
2881
|
+
return proto.fintekkers.models.security.FrnExtensionProto.deserializeBinaryFromReader(msg, reader);
|
|
2992
2882
|
};
|
|
2993
2883
|
|
|
2994
2884
|
|
|
2995
2885
|
/**
|
|
2996
|
-
*
|
|
2997
|
-
*
|
|
2886
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
2887
|
+
* given reader into the given message object.
|
|
2888
|
+
* @param {!proto.fintekkers.models.security.FrnExtensionProto} msg The message object to deserialize into.
|
|
2889
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2890
|
+
* @return {!proto.fintekkers.models.security.FrnExtensionProto}
|
|
2998
2891
|
*/
|
|
2999
|
-
proto.fintekkers.models.security.
|
|
3000
|
-
|
|
2892
|
+
proto.fintekkers.models.security.FrnExtensionProto.deserializeBinaryFromReader = function(msg, reader) {
|
|
2893
|
+
while (reader.nextField()) {
|
|
2894
|
+
if (reader.isEndGroup()) {
|
|
2895
|
+
break;
|
|
2896
|
+
}
|
|
2897
|
+
var field = reader.getFieldNumber();
|
|
2898
|
+
switch (field) {
|
|
2899
|
+
case 1:
|
|
2900
|
+
var value = new fintekkers_models_util_decimal_value_pb.DecimalValueProto;
|
|
2901
|
+
reader.readMessage(value,fintekkers_models_util_decimal_value_pb.DecimalValueProto.deserializeBinaryFromReader);
|
|
2902
|
+
msg.setSpread(value);
|
|
2903
|
+
break;
|
|
2904
|
+
case 2:
|
|
2905
|
+
var value = /** @type {!proto.fintekkers.models.security.index.IndexTypeProto} */ (reader.readEnum());
|
|
2906
|
+
msg.setReferenceRateIndex(value);
|
|
2907
|
+
break;
|
|
2908
|
+
case 3:
|
|
2909
|
+
var value = /** @type {!proto.fintekkers.models.security.CouponFrequencyProto} */ (reader.readEnum());
|
|
2910
|
+
msg.setResetFrequency(value);
|
|
2911
|
+
break;
|
|
2912
|
+
default:
|
|
2913
|
+
reader.skipField();
|
|
2914
|
+
break;
|
|
2915
|
+
}
|
|
2916
|
+
}
|
|
2917
|
+
return msg;
|
|
3001
2918
|
};
|
|
3002
2919
|
|
|
3003
2920
|
|
|
3004
2921
|
/**
|
|
3005
|
-
*
|
|
3006
|
-
* @return {
|
|
2922
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
2923
|
+
* @return {!Uint8Array}
|
|
3007
2924
|
*/
|
|
3008
|
-
proto.fintekkers.models.security.
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
/**
|
|
3015
|
-
* @param {?proto.fintekkers.models.util.LocalDateProto|undefined} value
|
|
3016
|
-
* @return {!proto.fintekkers.models.security.TipsDetailsProto} returns this
|
|
3017
|
-
*/
|
|
3018
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.setIssueDate = function(value) {
|
|
3019
|
-
return jspb.Message.setWrapperField(this, 6, value);
|
|
3020
|
-
};
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
/**
|
|
3024
|
-
* Clears the message field making it undefined.
|
|
3025
|
-
* @return {!proto.fintekkers.models.security.TipsDetailsProto} returns this
|
|
3026
|
-
*/
|
|
3027
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.clearIssueDate = function() {
|
|
3028
|
-
return this.setIssueDate(undefined);
|
|
3029
|
-
};
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
/**
|
|
3033
|
-
* Returns whether this field is set.
|
|
3034
|
-
* @return {boolean}
|
|
3035
|
-
*/
|
|
3036
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.hasIssueDate = function() {
|
|
3037
|
-
return jspb.Message.getField(this, 6) != null;
|
|
3038
|
-
};
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
/**
|
|
3042
|
-
* optional fintekkers.models.util.LocalDateProto maturity_date = 7;
|
|
3043
|
-
* @return {?proto.fintekkers.models.util.LocalDateProto}
|
|
3044
|
-
*/
|
|
3045
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.getMaturityDate = function() {
|
|
3046
|
-
return /** @type{?proto.fintekkers.models.util.LocalDateProto} */ (
|
|
3047
|
-
jspb.Message.getWrapperField(this, fintekkers_models_util_local_date_pb.LocalDateProto, 7));
|
|
3048
|
-
};
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
/**
|
|
3052
|
-
* @param {?proto.fintekkers.models.util.LocalDateProto|undefined} value
|
|
3053
|
-
* @return {!proto.fintekkers.models.security.TipsDetailsProto} returns this
|
|
3054
|
-
*/
|
|
3055
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.setMaturityDate = function(value) {
|
|
3056
|
-
return jspb.Message.setWrapperField(this, 7, value);
|
|
3057
|
-
};
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
/**
|
|
3061
|
-
* Clears the message field making it undefined.
|
|
3062
|
-
* @return {!proto.fintekkers.models.security.TipsDetailsProto} returns this
|
|
3063
|
-
*/
|
|
3064
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.clearMaturityDate = function() {
|
|
3065
|
-
return this.setMaturityDate(undefined);
|
|
3066
|
-
};
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
/**
|
|
3070
|
-
* Returns whether this field is set.
|
|
3071
|
-
* @return {boolean}
|
|
3072
|
-
*/
|
|
3073
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.hasMaturityDate = function() {
|
|
3074
|
-
return jspb.Message.getField(this, 7) != null;
|
|
3075
|
-
};
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
/**
|
|
3079
|
-
* repeated bond.IssuanceProto issuance_info = 8;
|
|
3080
|
-
* @return {!Array<!proto.fintekkers.models.security.bond.IssuanceProto>}
|
|
3081
|
-
*/
|
|
3082
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.getIssuanceInfoList = function() {
|
|
3083
|
-
return /** @type{!Array<!proto.fintekkers.models.security.bond.IssuanceProto>} */ (
|
|
3084
|
-
jspb.Message.getRepeatedWrapperField(this, fintekkers_models_security_bond_issuance_pb.IssuanceProto, 8));
|
|
3085
|
-
};
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
/**
|
|
3089
|
-
* @param {!Array<!proto.fintekkers.models.security.bond.IssuanceProto>} value
|
|
3090
|
-
* @return {!proto.fintekkers.models.security.TipsDetailsProto} returns this
|
|
3091
|
-
*/
|
|
3092
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.setIssuanceInfoList = function(value) {
|
|
3093
|
-
return jspb.Message.setRepeatedWrapperField(this, 8, value);
|
|
3094
|
-
};
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
/**
|
|
3098
|
-
* @param {!proto.fintekkers.models.security.bond.IssuanceProto=} opt_value
|
|
3099
|
-
* @param {number=} opt_index
|
|
3100
|
-
* @return {!proto.fintekkers.models.security.bond.IssuanceProto}
|
|
3101
|
-
*/
|
|
3102
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.addIssuanceInfo = function(opt_value, opt_index) {
|
|
3103
|
-
return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.fintekkers.models.security.bond.IssuanceProto, opt_index);
|
|
3104
|
-
};
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
/**
|
|
3108
|
-
* Clears the list making it empty but non-null.
|
|
3109
|
-
* @return {!proto.fintekkers.models.security.TipsDetailsProto} returns this
|
|
3110
|
-
*/
|
|
3111
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.clearIssuanceInfoList = function() {
|
|
3112
|
-
return this.setIssuanceInfoList([]);
|
|
3113
|
-
};
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
/**
|
|
3117
|
-
* optional fintekkers.models.util.DecimalValueProto base_cpi = 10;
|
|
3118
|
-
* @return {?proto.fintekkers.models.util.DecimalValueProto}
|
|
3119
|
-
*/
|
|
3120
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.getBaseCpi = function() {
|
|
3121
|
-
return /** @type{?proto.fintekkers.models.util.DecimalValueProto} */ (
|
|
3122
|
-
jspb.Message.getWrapperField(this, fintekkers_models_util_decimal_value_pb.DecimalValueProto, 10));
|
|
3123
|
-
};
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
/**
|
|
3127
|
-
* @param {?proto.fintekkers.models.util.DecimalValueProto|undefined} value
|
|
3128
|
-
* @return {!proto.fintekkers.models.security.TipsDetailsProto} returns this
|
|
3129
|
-
*/
|
|
3130
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.setBaseCpi = function(value) {
|
|
3131
|
-
return jspb.Message.setWrapperField(this, 10, value);
|
|
3132
|
-
};
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
/**
|
|
3136
|
-
* Clears the message field making it undefined.
|
|
3137
|
-
* @return {!proto.fintekkers.models.security.TipsDetailsProto} returns this
|
|
3138
|
-
*/
|
|
3139
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.clearBaseCpi = function() {
|
|
3140
|
-
return this.setBaseCpi(undefined);
|
|
3141
|
-
};
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
/**
|
|
3145
|
-
* Returns whether this field is set.
|
|
3146
|
-
* @return {boolean}
|
|
3147
|
-
*/
|
|
3148
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.hasBaseCpi = function() {
|
|
3149
|
-
return jspb.Message.getField(this, 10) != null;
|
|
3150
|
-
};
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
/**
|
|
3154
|
-
* optional fintekkers.models.util.LocalDateProto index_date = 11;
|
|
3155
|
-
* @return {?proto.fintekkers.models.util.LocalDateProto}
|
|
3156
|
-
*/
|
|
3157
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.getIndexDate = function() {
|
|
3158
|
-
return /** @type{?proto.fintekkers.models.util.LocalDateProto} */ (
|
|
3159
|
-
jspb.Message.getWrapperField(this, fintekkers_models_util_local_date_pb.LocalDateProto, 11));
|
|
3160
|
-
};
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
/**
|
|
3164
|
-
* @param {?proto.fintekkers.models.util.LocalDateProto|undefined} value
|
|
3165
|
-
* @return {!proto.fintekkers.models.security.TipsDetailsProto} returns this
|
|
3166
|
-
*/
|
|
3167
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.setIndexDate = function(value) {
|
|
3168
|
-
return jspb.Message.setWrapperField(this, 11, value);
|
|
3169
|
-
};
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
/**
|
|
3173
|
-
* Clears the message field making it undefined.
|
|
3174
|
-
* @return {!proto.fintekkers.models.security.TipsDetailsProto} returns this
|
|
3175
|
-
*/
|
|
3176
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.clearIndexDate = function() {
|
|
3177
|
-
return this.setIndexDate(undefined);
|
|
3178
|
-
};
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
/**
|
|
3182
|
-
* Returns whether this field is set.
|
|
3183
|
-
* @return {boolean}
|
|
3184
|
-
*/
|
|
3185
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.hasIndexDate = function() {
|
|
3186
|
-
return jspb.Message.getField(this, 11) != null;
|
|
3187
|
-
};
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
/**
|
|
3191
|
-
* optional index.IndexTypeProto inflation_index_type = 12;
|
|
3192
|
-
* @return {!proto.fintekkers.models.security.index.IndexTypeProto}
|
|
3193
|
-
*/
|
|
3194
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.getInflationIndexType = function() {
|
|
3195
|
-
return /** @type {!proto.fintekkers.models.security.index.IndexTypeProto} */ (jspb.Message.getFieldWithDefault(this, 12, 0));
|
|
3196
|
-
};
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
/**
|
|
3200
|
-
* @param {!proto.fintekkers.models.security.index.IndexTypeProto} value
|
|
3201
|
-
* @return {!proto.fintekkers.models.security.TipsDetailsProto} returns this
|
|
3202
|
-
*/
|
|
3203
|
-
proto.fintekkers.models.security.TipsDetailsProto.prototype.setInflationIndexType = function(value) {
|
|
3204
|
-
return jspb.Message.setProto3EnumField(this, 12, value);
|
|
3205
|
-
};
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
/**
|
|
3210
|
-
* List of repeated fields within this message type.
|
|
3211
|
-
* @private {!Array<number>}
|
|
3212
|
-
* @const
|
|
3213
|
-
*/
|
|
3214
|
-
proto.fintekkers.models.security.FrnDetailsProto.repeatedFields_ = [8];
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3219
|
-
/**
|
|
3220
|
-
* Creates an object representation of this proto.
|
|
3221
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3222
|
-
* Optional fields that are not set will be set to undefined.
|
|
3223
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3224
|
-
* For the list of reserved names please see:
|
|
3225
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3226
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3227
|
-
* JSPB instance for transitional soy proto support:
|
|
3228
|
-
* http://goto/soy-param-migration
|
|
3229
|
-
* @return {!Object}
|
|
3230
|
-
*/
|
|
3231
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.toObject = function(opt_includeInstance) {
|
|
3232
|
-
return proto.fintekkers.models.security.FrnDetailsProto.toObject(opt_includeInstance, this);
|
|
3233
|
-
};
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
/**
|
|
3237
|
-
* Static version of the {@see toObject} method.
|
|
3238
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3239
|
-
* the JSPB instance for transitional soy proto support:
|
|
3240
|
-
* http://goto/soy-param-migration
|
|
3241
|
-
* @param {!proto.fintekkers.models.security.FrnDetailsProto} msg The msg instance to transform.
|
|
3242
|
-
* @return {!Object}
|
|
3243
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3244
|
-
*/
|
|
3245
|
-
proto.fintekkers.models.security.FrnDetailsProto.toObject = function(includeInstance, msg) {
|
|
3246
|
-
var f, obj = {
|
|
3247
|
-
couponRate: (f = msg.getCouponRate()) && fintekkers_models_util_decimal_value_pb.DecimalValueProto.toObject(includeInstance, f),
|
|
3248
|
-
couponType: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
3249
|
-
couponFrequency: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
3250
|
-
datedDate: (f = msg.getDatedDate()) && fintekkers_models_util_local_date_pb.LocalDateProto.toObject(includeInstance, f),
|
|
3251
|
-
faceValue: (f = msg.getFaceValue()) && fintekkers_models_util_decimal_value_pb.DecimalValueProto.toObject(includeInstance, f),
|
|
3252
|
-
issueDate: (f = msg.getIssueDate()) && fintekkers_models_util_local_date_pb.LocalDateProto.toObject(includeInstance, f),
|
|
3253
|
-
maturityDate: (f = msg.getMaturityDate()) && fintekkers_models_util_local_date_pb.LocalDateProto.toObject(includeInstance, f),
|
|
3254
|
-
issuanceInfoList: jspb.Message.toObjectList(msg.getIssuanceInfoList(),
|
|
3255
|
-
fintekkers_models_security_bond_issuance_pb.IssuanceProto.toObject, includeInstance),
|
|
3256
|
-
spread: (f = msg.getSpread()) && fintekkers_models_util_decimal_value_pb.DecimalValueProto.toObject(includeInstance, f),
|
|
3257
|
-
referenceRateIndex: jspb.Message.getFieldWithDefault(msg, 11, 0),
|
|
3258
|
-
resetFrequency: jspb.Message.getFieldWithDefault(msg, 12, 0)
|
|
3259
|
-
};
|
|
3260
|
-
|
|
3261
|
-
if (includeInstance) {
|
|
3262
|
-
obj.$jspbMessageInstance = msg;
|
|
3263
|
-
}
|
|
3264
|
-
return obj;
|
|
3265
|
-
};
|
|
3266
|
-
}
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
/**
|
|
3270
|
-
* Deserializes binary data (in protobuf wire format).
|
|
3271
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3272
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto}
|
|
3273
|
-
*/
|
|
3274
|
-
proto.fintekkers.models.security.FrnDetailsProto.deserializeBinary = function(bytes) {
|
|
3275
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
3276
|
-
var msg = new proto.fintekkers.models.security.FrnDetailsProto;
|
|
3277
|
-
return proto.fintekkers.models.security.FrnDetailsProto.deserializeBinaryFromReader(msg, reader);
|
|
3278
|
-
};
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
/**
|
|
3282
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
3283
|
-
* given reader into the given message object.
|
|
3284
|
-
* @param {!proto.fintekkers.models.security.FrnDetailsProto} msg The message object to deserialize into.
|
|
3285
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3286
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto}
|
|
3287
|
-
*/
|
|
3288
|
-
proto.fintekkers.models.security.FrnDetailsProto.deserializeBinaryFromReader = function(msg, reader) {
|
|
3289
|
-
while (reader.nextField()) {
|
|
3290
|
-
if (reader.isEndGroup()) {
|
|
3291
|
-
break;
|
|
3292
|
-
}
|
|
3293
|
-
var field = reader.getFieldNumber();
|
|
3294
|
-
switch (field) {
|
|
3295
|
-
case 1:
|
|
3296
|
-
var value = new fintekkers_models_util_decimal_value_pb.DecimalValueProto;
|
|
3297
|
-
reader.readMessage(value,fintekkers_models_util_decimal_value_pb.DecimalValueProto.deserializeBinaryFromReader);
|
|
3298
|
-
msg.setCouponRate(value);
|
|
3299
|
-
break;
|
|
3300
|
-
case 2:
|
|
3301
|
-
var value = /** @type {!proto.fintekkers.models.security.CouponTypeProto} */ (reader.readEnum());
|
|
3302
|
-
msg.setCouponType(value);
|
|
3303
|
-
break;
|
|
3304
|
-
case 3:
|
|
3305
|
-
var value = /** @type {!proto.fintekkers.models.security.CouponFrequencyProto} */ (reader.readEnum());
|
|
3306
|
-
msg.setCouponFrequency(value);
|
|
3307
|
-
break;
|
|
3308
|
-
case 4:
|
|
3309
|
-
var value = new fintekkers_models_util_local_date_pb.LocalDateProto;
|
|
3310
|
-
reader.readMessage(value,fintekkers_models_util_local_date_pb.LocalDateProto.deserializeBinaryFromReader);
|
|
3311
|
-
msg.setDatedDate(value);
|
|
3312
|
-
break;
|
|
3313
|
-
case 5:
|
|
3314
|
-
var value = new fintekkers_models_util_decimal_value_pb.DecimalValueProto;
|
|
3315
|
-
reader.readMessage(value,fintekkers_models_util_decimal_value_pb.DecimalValueProto.deserializeBinaryFromReader);
|
|
3316
|
-
msg.setFaceValue(value);
|
|
3317
|
-
break;
|
|
3318
|
-
case 6:
|
|
3319
|
-
var value = new fintekkers_models_util_local_date_pb.LocalDateProto;
|
|
3320
|
-
reader.readMessage(value,fintekkers_models_util_local_date_pb.LocalDateProto.deserializeBinaryFromReader);
|
|
3321
|
-
msg.setIssueDate(value);
|
|
3322
|
-
break;
|
|
3323
|
-
case 7:
|
|
3324
|
-
var value = new fintekkers_models_util_local_date_pb.LocalDateProto;
|
|
3325
|
-
reader.readMessage(value,fintekkers_models_util_local_date_pb.LocalDateProto.deserializeBinaryFromReader);
|
|
3326
|
-
msg.setMaturityDate(value);
|
|
3327
|
-
break;
|
|
3328
|
-
case 8:
|
|
3329
|
-
var value = new fintekkers_models_security_bond_issuance_pb.IssuanceProto;
|
|
3330
|
-
reader.readMessage(value,fintekkers_models_security_bond_issuance_pb.IssuanceProto.deserializeBinaryFromReader);
|
|
3331
|
-
msg.addIssuanceInfo(value);
|
|
3332
|
-
break;
|
|
3333
|
-
case 10:
|
|
3334
|
-
var value = new fintekkers_models_util_decimal_value_pb.DecimalValueProto;
|
|
3335
|
-
reader.readMessage(value,fintekkers_models_util_decimal_value_pb.DecimalValueProto.deserializeBinaryFromReader);
|
|
3336
|
-
msg.setSpread(value);
|
|
3337
|
-
break;
|
|
3338
|
-
case 11:
|
|
3339
|
-
var value = /** @type {!proto.fintekkers.models.security.index.IndexTypeProto} */ (reader.readEnum());
|
|
3340
|
-
msg.setReferenceRateIndex(value);
|
|
3341
|
-
break;
|
|
3342
|
-
case 12:
|
|
3343
|
-
var value = /** @type {!proto.fintekkers.models.security.CouponFrequencyProto} */ (reader.readEnum());
|
|
3344
|
-
msg.setResetFrequency(value);
|
|
3345
|
-
break;
|
|
3346
|
-
default:
|
|
3347
|
-
reader.skipField();
|
|
3348
|
-
break;
|
|
3349
|
-
}
|
|
3350
|
-
}
|
|
3351
|
-
return msg;
|
|
3352
|
-
};
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
/**
|
|
3356
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
3357
|
-
* @return {!Uint8Array}
|
|
3358
|
-
*/
|
|
3359
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.serializeBinary = function() {
|
|
3360
|
-
var writer = new jspb.BinaryWriter();
|
|
3361
|
-
proto.fintekkers.models.security.FrnDetailsProto.serializeBinaryToWriter(this, writer);
|
|
3362
|
-
return writer.getResultBuffer();
|
|
2925
|
+
proto.fintekkers.models.security.FrnExtensionProto.prototype.serializeBinary = function() {
|
|
2926
|
+
var writer = new jspb.BinaryWriter();
|
|
2927
|
+
proto.fintekkers.models.security.FrnExtensionProto.serializeBinaryToWriter(this, writer);
|
|
2928
|
+
return writer.getResultBuffer();
|
|
3363
2929
|
};
|
|
3364
2930
|
|
|
3365
2931
|
|
|
3366
2932
|
/**
|
|
3367
2933
|
* Serializes the given message to binary data (in protobuf wire
|
|
3368
2934
|
* format), writing to the given BinaryWriter.
|
|
3369
|
-
* @param {!proto.fintekkers.models.security.
|
|
2935
|
+
* @param {!proto.fintekkers.models.security.FrnExtensionProto} message
|
|
3370
2936
|
* @param {!jspb.BinaryWriter} writer
|
|
3371
2937
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3372
2938
|
*/
|
|
3373
|
-
proto.fintekkers.models.security.
|
|
2939
|
+
proto.fintekkers.models.security.FrnExtensionProto.serializeBinaryToWriter = function(message, writer) {
|
|
3374
2940
|
var f = undefined;
|
|
3375
|
-
f = message.getCouponRate();
|
|
3376
|
-
if (f != null) {
|
|
3377
|
-
writer.writeMessage(
|
|
3378
|
-
1,
|
|
3379
|
-
f,
|
|
3380
|
-
fintekkers_models_util_decimal_value_pb.DecimalValueProto.serializeBinaryToWriter
|
|
3381
|
-
);
|
|
3382
|
-
}
|
|
3383
|
-
f = message.getCouponType();
|
|
3384
|
-
if (f !== 0.0) {
|
|
3385
|
-
writer.writeEnum(
|
|
3386
|
-
2,
|
|
3387
|
-
f
|
|
3388
|
-
);
|
|
3389
|
-
}
|
|
3390
|
-
f = message.getCouponFrequency();
|
|
3391
|
-
if (f !== 0.0) {
|
|
3392
|
-
writer.writeEnum(
|
|
3393
|
-
3,
|
|
3394
|
-
f
|
|
3395
|
-
);
|
|
3396
|
-
}
|
|
3397
|
-
f = message.getDatedDate();
|
|
3398
|
-
if (f != null) {
|
|
3399
|
-
writer.writeMessage(
|
|
3400
|
-
4,
|
|
3401
|
-
f,
|
|
3402
|
-
fintekkers_models_util_local_date_pb.LocalDateProto.serializeBinaryToWriter
|
|
3403
|
-
);
|
|
3404
|
-
}
|
|
3405
|
-
f = message.getFaceValue();
|
|
3406
|
-
if (f != null) {
|
|
3407
|
-
writer.writeMessage(
|
|
3408
|
-
5,
|
|
3409
|
-
f,
|
|
3410
|
-
fintekkers_models_util_decimal_value_pb.DecimalValueProto.serializeBinaryToWriter
|
|
3411
|
-
);
|
|
3412
|
-
}
|
|
3413
|
-
f = message.getIssueDate();
|
|
3414
|
-
if (f != null) {
|
|
3415
|
-
writer.writeMessage(
|
|
3416
|
-
6,
|
|
3417
|
-
f,
|
|
3418
|
-
fintekkers_models_util_local_date_pb.LocalDateProto.serializeBinaryToWriter
|
|
3419
|
-
);
|
|
3420
|
-
}
|
|
3421
|
-
f = message.getMaturityDate();
|
|
3422
|
-
if (f != null) {
|
|
3423
|
-
writer.writeMessage(
|
|
3424
|
-
7,
|
|
3425
|
-
f,
|
|
3426
|
-
fintekkers_models_util_local_date_pb.LocalDateProto.serializeBinaryToWriter
|
|
3427
|
-
);
|
|
3428
|
-
}
|
|
3429
|
-
f = message.getIssuanceInfoList();
|
|
3430
|
-
if (f.length > 0) {
|
|
3431
|
-
writer.writeRepeatedMessage(
|
|
3432
|
-
8,
|
|
3433
|
-
f,
|
|
3434
|
-
fintekkers_models_security_bond_issuance_pb.IssuanceProto.serializeBinaryToWriter
|
|
3435
|
-
);
|
|
3436
|
-
}
|
|
3437
2941
|
f = message.getSpread();
|
|
3438
2942
|
if (f != null) {
|
|
3439
2943
|
writer.writeMessage(
|
|
3440
|
-
|
|
2944
|
+
1,
|
|
3441
2945
|
f,
|
|
3442
2946
|
fintekkers_models_util_decimal_value_pb.DecimalValueProto.serializeBinaryToWriter
|
|
3443
2947
|
);
|
|
@@ -3445,14 +2949,14 @@ proto.fintekkers.models.security.FrnDetailsProto.serializeBinaryToWriter = funct
|
|
|
3445
2949
|
f = message.getReferenceRateIndex();
|
|
3446
2950
|
if (f !== 0.0) {
|
|
3447
2951
|
writer.writeEnum(
|
|
3448
|
-
|
|
2952
|
+
2,
|
|
3449
2953
|
f
|
|
3450
2954
|
);
|
|
3451
2955
|
}
|
|
3452
2956
|
f = message.getResetFrequency();
|
|
3453
2957
|
if (f !== 0.0) {
|
|
3454
2958
|
writer.writeEnum(
|
|
3455
|
-
|
|
2959
|
+
3,
|
|
3456
2960
|
f
|
|
3457
2961
|
);
|
|
3458
2962
|
}
|
|
@@ -3460,10 +2964,10 @@ proto.fintekkers.models.security.FrnDetailsProto.serializeBinaryToWriter = funct
|
|
|
3460
2964
|
|
|
3461
2965
|
|
|
3462
2966
|
/**
|
|
3463
|
-
* optional fintekkers.models.util.DecimalValueProto
|
|
2967
|
+
* optional fintekkers.models.util.DecimalValueProto spread = 1;
|
|
3464
2968
|
* @return {?proto.fintekkers.models.util.DecimalValueProto}
|
|
3465
2969
|
*/
|
|
3466
|
-
proto.fintekkers.models.security.
|
|
2970
|
+
proto.fintekkers.models.security.FrnExtensionProto.prototype.getSpread = function() {
|
|
3467
2971
|
return /** @type{?proto.fintekkers.models.util.DecimalValueProto} */ (
|
|
3468
2972
|
jspb.Message.getWrapperField(this, fintekkers_models_util_decimal_value_pb.DecimalValueProto, 1));
|
|
3469
2973
|
};
|
|
@@ -3471,19 +2975,19 @@ proto.fintekkers.models.security.FrnDetailsProto.prototype.getCouponRate = funct
|
|
|
3471
2975
|
|
|
3472
2976
|
/**
|
|
3473
2977
|
* @param {?proto.fintekkers.models.util.DecimalValueProto|undefined} value
|
|
3474
|
-
* @return {!proto.fintekkers.models.security.
|
|
2978
|
+
* @return {!proto.fintekkers.models.security.FrnExtensionProto} returns this
|
|
3475
2979
|
*/
|
|
3476
|
-
proto.fintekkers.models.security.
|
|
2980
|
+
proto.fintekkers.models.security.FrnExtensionProto.prototype.setSpread = function(value) {
|
|
3477
2981
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
3478
2982
|
};
|
|
3479
2983
|
|
|
3480
2984
|
|
|
3481
2985
|
/**
|
|
3482
2986
|
* Clears the message field making it undefined.
|
|
3483
|
-
* @return {!proto.fintekkers.models.security.
|
|
2987
|
+
* @return {!proto.fintekkers.models.security.FrnExtensionProto} returns this
|
|
3484
2988
|
*/
|
|
3485
|
-
proto.fintekkers.models.security.
|
|
3486
|
-
return this.
|
|
2989
|
+
proto.fintekkers.models.security.FrnExtensionProto.prototype.clearSpread = function() {
|
|
2990
|
+
return this.setSpread(undefined);
|
|
3487
2991
|
};
|
|
3488
2992
|
|
|
3489
2993
|
|
|
@@ -3491,306 +2995,54 @@ proto.fintekkers.models.security.FrnDetailsProto.prototype.clearCouponRate = fun
|
|
|
3491
2995
|
* Returns whether this field is set.
|
|
3492
2996
|
* @return {boolean}
|
|
3493
2997
|
*/
|
|
3494
|
-
proto.fintekkers.models.security.
|
|
2998
|
+
proto.fintekkers.models.security.FrnExtensionProto.prototype.hasSpread = function() {
|
|
3495
2999
|
return jspb.Message.getField(this, 1) != null;
|
|
3496
3000
|
};
|
|
3497
3001
|
|
|
3498
3002
|
|
|
3499
3003
|
/**
|
|
3500
|
-
* optional
|
|
3501
|
-
* @return {!proto.fintekkers.models.security.
|
|
3004
|
+
* optional index.IndexTypeProto reference_rate_index = 2;
|
|
3005
|
+
* @return {!proto.fintekkers.models.security.index.IndexTypeProto}
|
|
3502
3006
|
*/
|
|
3503
|
-
proto.fintekkers.models.security.
|
|
3504
|
-
return /** @type {!proto.fintekkers.models.security.
|
|
3007
|
+
proto.fintekkers.models.security.FrnExtensionProto.prototype.getReferenceRateIndex = function() {
|
|
3008
|
+
return /** @type {!proto.fintekkers.models.security.index.IndexTypeProto} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
3505
3009
|
};
|
|
3506
3010
|
|
|
3507
3011
|
|
|
3508
3012
|
/**
|
|
3509
|
-
* @param {!proto.fintekkers.models.security.
|
|
3510
|
-
* @return {!proto.fintekkers.models.security.
|
|
3013
|
+
* @param {!proto.fintekkers.models.security.index.IndexTypeProto} value
|
|
3014
|
+
* @return {!proto.fintekkers.models.security.FrnExtensionProto} returns this
|
|
3511
3015
|
*/
|
|
3512
|
-
proto.fintekkers.models.security.
|
|
3016
|
+
proto.fintekkers.models.security.FrnExtensionProto.prototype.setReferenceRateIndex = function(value) {
|
|
3513
3017
|
return jspb.Message.setProto3EnumField(this, 2, value);
|
|
3514
3018
|
};
|
|
3515
3019
|
|
|
3516
3020
|
|
|
3517
3021
|
/**
|
|
3518
|
-
* optional CouponFrequencyProto
|
|
3022
|
+
* optional CouponFrequencyProto reset_frequency = 3;
|
|
3519
3023
|
* @return {!proto.fintekkers.models.security.CouponFrequencyProto}
|
|
3520
3024
|
*/
|
|
3521
|
-
proto.fintekkers.models.security.
|
|
3025
|
+
proto.fintekkers.models.security.FrnExtensionProto.prototype.getResetFrequency = function() {
|
|
3522
3026
|
return /** @type {!proto.fintekkers.models.security.CouponFrequencyProto} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
3523
3027
|
};
|
|
3524
3028
|
|
|
3525
3029
|
|
|
3526
3030
|
/**
|
|
3527
3031
|
* @param {!proto.fintekkers.models.security.CouponFrequencyProto} value
|
|
3528
|
-
* @return {!proto.fintekkers.models.security.
|
|
3032
|
+
* @return {!proto.fintekkers.models.security.FrnExtensionProto} returns this
|
|
3529
3033
|
*/
|
|
3530
|
-
proto.fintekkers.models.security.
|
|
3034
|
+
proto.fintekkers.models.security.FrnExtensionProto.prototype.setResetFrequency = function(value) {
|
|
3531
3035
|
return jspb.Message.setProto3EnumField(this, 3, value);
|
|
3532
3036
|
};
|
|
3533
3037
|
|
|
3534
3038
|
|
|
3535
|
-
/**
|
|
3536
|
-
* optional fintekkers.models.util.LocalDateProto dated_date = 4;
|
|
3537
|
-
* @return {?proto.fintekkers.models.util.LocalDateProto}
|
|
3538
|
-
*/
|
|
3539
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.getDatedDate = function() {
|
|
3540
|
-
return /** @type{?proto.fintekkers.models.util.LocalDateProto} */ (
|
|
3541
|
-
jspb.Message.getWrapperField(this, fintekkers_models_util_local_date_pb.LocalDateProto, 4));
|
|
3542
|
-
};
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
/**
|
|
3546
|
-
* @param {?proto.fintekkers.models.util.LocalDateProto|undefined} value
|
|
3547
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto} returns this
|
|
3548
|
-
*/
|
|
3549
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.setDatedDate = function(value) {
|
|
3550
|
-
return jspb.Message.setWrapperField(this, 4, value);
|
|
3551
|
-
};
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
/**
|
|
3555
|
-
* Clears the message field making it undefined.
|
|
3556
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto} returns this
|
|
3557
|
-
*/
|
|
3558
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.clearDatedDate = function() {
|
|
3559
|
-
return this.setDatedDate(undefined);
|
|
3560
|
-
};
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
/**
|
|
3564
|
-
* Returns whether this field is set.
|
|
3565
|
-
* @return {boolean}
|
|
3566
|
-
*/
|
|
3567
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.hasDatedDate = function() {
|
|
3568
|
-
return jspb.Message.getField(this, 4) != null;
|
|
3569
|
-
};
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
/**
|
|
3573
|
-
* optional fintekkers.models.util.DecimalValueProto face_value = 5;
|
|
3574
|
-
* @return {?proto.fintekkers.models.util.DecimalValueProto}
|
|
3575
|
-
*/
|
|
3576
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.getFaceValue = function() {
|
|
3577
|
-
return /** @type{?proto.fintekkers.models.util.DecimalValueProto} */ (
|
|
3578
|
-
jspb.Message.getWrapperField(this, fintekkers_models_util_decimal_value_pb.DecimalValueProto, 5));
|
|
3579
|
-
};
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
/**
|
|
3583
|
-
* @param {?proto.fintekkers.models.util.DecimalValueProto|undefined} value
|
|
3584
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto} returns this
|
|
3585
|
-
*/
|
|
3586
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.setFaceValue = function(value) {
|
|
3587
|
-
return jspb.Message.setWrapperField(this, 5, value);
|
|
3588
|
-
};
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
/**
|
|
3592
|
-
* Clears the message field making it undefined.
|
|
3593
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto} returns this
|
|
3594
|
-
*/
|
|
3595
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.clearFaceValue = function() {
|
|
3596
|
-
return this.setFaceValue(undefined);
|
|
3597
|
-
};
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
/**
|
|
3601
|
-
* Returns whether this field is set.
|
|
3602
|
-
* @return {boolean}
|
|
3603
|
-
*/
|
|
3604
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.hasFaceValue = function() {
|
|
3605
|
-
return jspb.Message.getField(this, 5) != null;
|
|
3606
|
-
};
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
/**
|
|
3610
|
-
* optional fintekkers.models.util.LocalDateProto issue_date = 6;
|
|
3611
|
-
* @return {?proto.fintekkers.models.util.LocalDateProto}
|
|
3612
|
-
*/
|
|
3613
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.getIssueDate = function() {
|
|
3614
|
-
return /** @type{?proto.fintekkers.models.util.LocalDateProto} */ (
|
|
3615
|
-
jspb.Message.getWrapperField(this, fintekkers_models_util_local_date_pb.LocalDateProto, 6));
|
|
3616
|
-
};
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
/**
|
|
3620
|
-
* @param {?proto.fintekkers.models.util.LocalDateProto|undefined} value
|
|
3621
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto} returns this
|
|
3622
|
-
*/
|
|
3623
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.setIssueDate = function(value) {
|
|
3624
|
-
return jspb.Message.setWrapperField(this, 6, value);
|
|
3625
|
-
};
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
/**
|
|
3629
|
-
* Clears the message field making it undefined.
|
|
3630
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto} returns this
|
|
3631
|
-
*/
|
|
3632
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.clearIssueDate = function() {
|
|
3633
|
-
return this.setIssueDate(undefined);
|
|
3634
|
-
};
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
/**
|
|
3638
|
-
* Returns whether this field is set.
|
|
3639
|
-
* @return {boolean}
|
|
3640
|
-
*/
|
|
3641
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.hasIssueDate = function() {
|
|
3642
|
-
return jspb.Message.getField(this, 6) != null;
|
|
3643
|
-
};
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
/**
|
|
3647
|
-
* optional fintekkers.models.util.LocalDateProto maturity_date = 7;
|
|
3648
|
-
* @return {?proto.fintekkers.models.util.LocalDateProto}
|
|
3649
|
-
*/
|
|
3650
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.getMaturityDate = function() {
|
|
3651
|
-
return /** @type{?proto.fintekkers.models.util.LocalDateProto} */ (
|
|
3652
|
-
jspb.Message.getWrapperField(this, fintekkers_models_util_local_date_pb.LocalDateProto, 7));
|
|
3653
|
-
};
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
/**
|
|
3657
|
-
* @param {?proto.fintekkers.models.util.LocalDateProto|undefined} value
|
|
3658
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto} returns this
|
|
3659
|
-
*/
|
|
3660
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.setMaturityDate = function(value) {
|
|
3661
|
-
return jspb.Message.setWrapperField(this, 7, value);
|
|
3662
|
-
};
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
/**
|
|
3666
|
-
* Clears the message field making it undefined.
|
|
3667
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto} returns this
|
|
3668
|
-
*/
|
|
3669
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.clearMaturityDate = function() {
|
|
3670
|
-
return this.setMaturityDate(undefined);
|
|
3671
|
-
};
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
/**
|
|
3675
|
-
* Returns whether this field is set.
|
|
3676
|
-
* @return {boolean}
|
|
3677
|
-
*/
|
|
3678
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.hasMaturityDate = function() {
|
|
3679
|
-
return jspb.Message.getField(this, 7) != null;
|
|
3680
|
-
};
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
/**
|
|
3684
|
-
* repeated bond.IssuanceProto issuance_info = 8;
|
|
3685
|
-
* @return {!Array<!proto.fintekkers.models.security.bond.IssuanceProto>}
|
|
3686
|
-
*/
|
|
3687
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.getIssuanceInfoList = function() {
|
|
3688
|
-
return /** @type{!Array<!proto.fintekkers.models.security.bond.IssuanceProto>} */ (
|
|
3689
|
-
jspb.Message.getRepeatedWrapperField(this, fintekkers_models_security_bond_issuance_pb.IssuanceProto, 8));
|
|
3690
|
-
};
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
/**
|
|
3694
|
-
* @param {!Array<!proto.fintekkers.models.security.bond.IssuanceProto>} value
|
|
3695
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto} returns this
|
|
3696
|
-
*/
|
|
3697
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.setIssuanceInfoList = function(value) {
|
|
3698
|
-
return jspb.Message.setRepeatedWrapperField(this, 8, value);
|
|
3699
|
-
};
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
/**
|
|
3703
|
-
* @param {!proto.fintekkers.models.security.bond.IssuanceProto=} opt_value
|
|
3704
|
-
* @param {number=} opt_index
|
|
3705
|
-
* @return {!proto.fintekkers.models.security.bond.IssuanceProto}
|
|
3706
|
-
*/
|
|
3707
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.addIssuanceInfo = function(opt_value, opt_index) {
|
|
3708
|
-
return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.fintekkers.models.security.bond.IssuanceProto, opt_index);
|
|
3709
|
-
};
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
/**
|
|
3713
|
-
* Clears the list making it empty but non-null.
|
|
3714
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto} returns this
|
|
3715
|
-
*/
|
|
3716
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.clearIssuanceInfoList = function() {
|
|
3717
|
-
return this.setIssuanceInfoList([]);
|
|
3718
|
-
};
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
/**
|
|
3722
|
-
* optional fintekkers.models.util.DecimalValueProto spread = 10;
|
|
3723
|
-
* @return {?proto.fintekkers.models.util.DecimalValueProto}
|
|
3724
|
-
*/
|
|
3725
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.getSpread = function() {
|
|
3726
|
-
return /** @type{?proto.fintekkers.models.util.DecimalValueProto} */ (
|
|
3727
|
-
jspb.Message.getWrapperField(this, fintekkers_models_util_decimal_value_pb.DecimalValueProto, 10));
|
|
3728
|
-
};
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
/**
|
|
3732
|
-
* @param {?proto.fintekkers.models.util.DecimalValueProto|undefined} value
|
|
3733
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto} returns this
|
|
3734
|
-
*/
|
|
3735
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.setSpread = function(value) {
|
|
3736
|
-
return jspb.Message.setWrapperField(this, 10, value);
|
|
3737
|
-
};
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
/**
|
|
3741
|
-
* Clears the message field making it undefined.
|
|
3742
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto} returns this
|
|
3743
|
-
*/
|
|
3744
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.clearSpread = function() {
|
|
3745
|
-
return this.setSpread(undefined);
|
|
3746
|
-
};
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
/**
|
|
3750
|
-
* Returns whether this field is set.
|
|
3751
|
-
* @return {boolean}
|
|
3752
|
-
*/
|
|
3753
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.hasSpread = function() {
|
|
3754
|
-
return jspb.Message.getField(this, 10) != null;
|
|
3755
|
-
};
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
/**
|
|
3759
|
-
* optional index.IndexTypeProto reference_rate_index = 11;
|
|
3760
|
-
* @return {!proto.fintekkers.models.security.index.IndexTypeProto}
|
|
3761
|
-
*/
|
|
3762
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.getReferenceRateIndex = function() {
|
|
3763
|
-
return /** @type {!proto.fintekkers.models.security.index.IndexTypeProto} */ (jspb.Message.getFieldWithDefault(this, 11, 0));
|
|
3764
|
-
};
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
/**
|
|
3768
|
-
* @param {!proto.fintekkers.models.security.index.IndexTypeProto} value
|
|
3769
|
-
* @return {!proto.fintekkers.models.security.FrnDetailsProto} returns this
|
|
3770
|
-
*/
|
|
3771
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.setReferenceRateIndex = function(value) {
|
|
3772
|
-
return jspb.Message.setProto3EnumField(this, 11, value);
|
|
3773
|
-
};
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
/**
|
|
3777
|
-
* optional CouponFrequencyProto reset_frequency = 12;
|
|
3778
|
-
* @return {!proto.fintekkers.models.security.CouponFrequencyProto}
|
|
3779
|
-
*/
|
|
3780
|
-
proto.fintekkers.models.security.FrnDetailsProto.prototype.getResetFrequency = function() {
|
|
3781
|
-
return /** @type {!proto.fintekkers.models.security.CouponFrequencyProto} */ (jspb.Message.getFieldWithDefault(this, 12, 0));
|
|
3782
|
-
};
|
|
3783
|
-
|
|
3784
3039
|
|
|
3785
3040
|
/**
|
|
3786
|
-
*
|
|
3787
|
-
* @
|
|
3041
|
+
* List of repeated fields within this message type.
|
|
3042
|
+
* @private {!Array<number>}
|
|
3043
|
+
* @const
|
|
3788
3044
|
*/
|
|
3789
|
-
proto.fintekkers.models.security.
|
|
3790
|
-
return jspb.Message.setProto3EnumField(this, 12, value);
|
|
3791
|
-
};
|
|
3792
|
-
|
|
3793
|
-
|
|
3045
|
+
proto.fintekkers.models.security.IndexDetailsProto.repeatedFields_ = [2];
|
|
3794
3046
|
|
|
3795
3047
|
|
|
3796
3048
|
|
|
@@ -3823,7 +3075,9 @@ proto.fintekkers.models.security.IndexDetailsProto.prototype.toObject = function
|
|
|
3823
3075
|
*/
|
|
3824
3076
|
proto.fintekkers.models.security.IndexDetailsProto.toObject = function(includeInstance, msg) {
|
|
3825
3077
|
var f, obj = {
|
|
3826
|
-
indexType: jspb.Message.getFieldWithDefault(msg, 1, 0)
|
|
3078
|
+
indexType: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
3079
|
+
constituentsList: jspb.Message.toObjectList(msg.getConstituentsList(),
|
|
3080
|
+
proto.fintekkers.models.security.SecurityProto.toObject, includeInstance)
|
|
3827
3081
|
};
|
|
3828
3082
|
|
|
3829
3083
|
if (includeInstance) {
|
|
@@ -3864,6 +3118,11 @@ proto.fintekkers.models.security.IndexDetailsProto.deserializeBinaryFromReader =
|
|
|
3864
3118
|
var value = /** @type {!proto.fintekkers.models.security.index.IndexTypeProto} */ (reader.readEnum());
|
|
3865
3119
|
msg.setIndexType(value);
|
|
3866
3120
|
break;
|
|
3121
|
+
case 2:
|
|
3122
|
+
var value = new proto.fintekkers.models.security.SecurityProto;
|
|
3123
|
+
reader.readMessage(value,proto.fintekkers.models.security.SecurityProto.deserializeBinaryFromReader);
|
|
3124
|
+
msg.addConstituents(value);
|
|
3125
|
+
break;
|
|
3867
3126
|
default:
|
|
3868
3127
|
reader.skipField();
|
|
3869
3128
|
break;
|
|
@@ -3900,6 +3159,14 @@ proto.fintekkers.models.security.IndexDetailsProto.serializeBinaryToWriter = fun
|
|
|
3900
3159
|
f
|
|
3901
3160
|
);
|
|
3902
3161
|
}
|
|
3162
|
+
f = message.getConstituentsList();
|
|
3163
|
+
if (f.length > 0) {
|
|
3164
|
+
writer.writeRepeatedMessage(
|
|
3165
|
+
2,
|
|
3166
|
+
f,
|
|
3167
|
+
proto.fintekkers.models.security.SecurityProto.serializeBinaryToWriter
|
|
3168
|
+
);
|
|
3169
|
+
}
|
|
3903
3170
|
};
|
|
3904
3171
|
|
|
3905
3172
|
|
|
@@ -3921,6 +3188,44 @@ proto.fintekkers.models.security.IndexDetailsProto.prototype.setIndexType = func
|
|
|
3921
3188
|
};
|
|
3922
3189
|
|
|
3923
3190
|
|
|
3191
|
+
/**
|
|
3192
|
+
* repeated SecurityProto constituents = 2;
|
|
3193
|
+
* @return {!Array<!proto.fintekkers.models.security.SecurityProto>}
|
|
3194
|
+
*/
|
|
3195
|
+
proto.fintekkers.models.security.IndexDetailsProto.prototype.getConstituentsList = function() {
|
|
3196
|
+
return /** @type{!Array<!proto.fintekkers.models.security.SecurityProto>} */ (
|
|
3197
|
+
jspb.Message.getRepeatedWrapperField(this, proto.fintekkers.models.security.SecurityProto, 2));
|
|
3198
|
+
};
|
|
3199
|
+
|
|
3200
|
+
|
|
3201
|
+
/**
|
|
3202
|
+
* @param {!Array<!proto.fintekkers.models.security.SecurityProto>} value
|
|
3203
|
+
* @return {!proto.fintekkers.models.security.IndexDetailsProto} returns this
|
|
3204
|
+
*/
|
|
3205
|
+
proto.fintekkers.models.security.IndexDetailsProto.prototype.setConstituentsList = function(value) {
|
|
3206
|
+
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
3207
|
+
};
|
|
3208
|
+
|
|
3209
|
+
|
|
3210
|
+
/**
|
|
3211
|
+
* @param {!proto.fintekkers.models.security.SecurityProto=} opt_value
|
|
3212
|
+
* @param {number=} opt_index
|
|
3213
|
+
* @return {!proto.fintekkers.models.security.SecurityProto}
|
|
3214
|
+
*/
|
|
3215
|
+
proto.fintekkers.models.security.IndexDetailsProto.prototype.addConstituents = function(opt_value, opt_index) {
|
|
3216
|
+
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.fintekkers.models.security.SecurityProto, opt_index);
|
|
3217
|
+
};
|
|
3218
|
+
|
|
3219
|
+
|
|
3220
|
+
/**
|
|
3221
|
+
* Clears the list making it empty but non-null.
|
|
3222
|
+
* @return {!proto.fintekkers.models.security.IndexDetailsProto} returns this
|
|
3223
|
+
*/
|
|
3224
|
+
proto.fintekkers.models.security.IndexDetailsProto.prototype.clearConstituentsList = function() {
|
|
3225
|
+
return this.setConstituentsList([]);
|
|
3226
|
+
};
|
|
3227
|
+
|
|
3228
|
+
|
|
3924
3229
|
|
|
3925
3230
|
|
|
3926
3231
|
|