@fintekkers/ledger-models 0.2.5 → 0.3.1

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