Question
What is the maximum allocation allowed under equity
asset class under the active investment option under NPS for a subscriber up to 50 years of age?Solution
The NPS subscriber has been provided with several options to choose from Investment options (Auto or Active) and four Asset Classes i.e. Equity, Corporate debt, Government Bonds and Alternate Assets. The Subscriber has to provide the PFM, Asset Class as well as percentage allocation to be done in each scheme of the PFM, subject to the following maximum allocation: ·      Asset class E or Equity up to a maximum of 75% ·      Asset Class C or Corporate Bonds up to a maximum of 100% ·      Asset Class G or Government Securities up to a maximum of 100% Asset Class A or Alternate Assets up to a maximum of 5%
Which model uses probability of word occurrence based on previous n-1 words?
What does the Hamming distance measure in the context of information theory and coding?
What is the primary advantage of using recursion over iteration for certain problems (e.g., tree traversals)?
Which of the following best represents the concept of polymorphism in Object-Oriented Programming?Â
Which of the following language defines the structure, the legal elements and the attributes of an XML document?
In pandas, what does df.groupby('A').agg({'B': 'sum', 'C': 'mean'}) return?
Consider three processes P1, P2, and P3 with burst times 10ms, 10ms, and 10ms respectively. If they arrive at time 0 and are scheduled using FCFS (First...
What is the main purpose of Inheritance in OOP?
Which of the following statements accurately describes hard computing?
Polymorphism, meaning "many forms," allows objects of different classes to be treated as objects of a common superclass. Which of the following best des...